body {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12pt; }

a:link {
        color: #0000FF;
        text-decoration: underline; }

a:active {
        color: #001A5D;
        text-decoration: underline; }

a:visited {
        color: #001A5D;
        text-decoration: underline; }

p {
	font-size: 12pt; }

td {
	font-size: 12pt; }

#content {
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 0px 10px;
	font-size: 12pt; }

#content td ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px; /* Left Padding Needed so bullets display */
	font-size: 12pt;
}

td.left {
	width: 5px;
	background: url('/images/design/p_b_l.gif') repeat-y; }

td.right {
	width: 5px;
	background: url('/images/design/p_b_r.gif') repeat-y; }

#hwrap{width:100%;height:120;background: url('/images/design/h_c.gif') top left repeat-x;overflow:hidden;}
#headl{float:left;width:344;height:120;}
#headr{float:right;width:353;height:120;}
#custhr{width:100%;height:29;background: url('/images/design/b_d_m.gif') top left repeat-x;}
#custhr_l{float:left;width:126;height:29;}
#custhr_r{float:right;width:12;height:29;}

/********* Text Style *************/
h1 {
        font-family: Verdana, sans-serif;
        font-size: 16pt;
        font-weight: bold;
        color: #001A5D; }

h2 {
        font-family: Verdana, sans-serif;
        font-size: 14pt;
        font-weight: bold;
        color: #001A5D;
        border-bottom: 1px dotted #000000; }

.title {
	font-family: Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #001A5D;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	z-index: 1000; }

.blog_title {
        font-family: Verdana, sans-serif;
        font-size: 16pt;
        font-weight: bold;
        color: #001A5D;
        text-align: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 2px 0px 0px;
        z-index: 1000; }

.blog_date {
        font-family: Verdana;
        color: #000000;
        font-weight: normal;
        font-size: 10pt; }

.blog_posted {
        font-family: Verdana;
        font-size: 10pt;
        font-style: italic;
        color: #000000;
        margin-left: 50px;
        margin-bottom:25px; }

.copyright {
        font-family: Verdana;
        color: #000000;
        font-weight: normal;
        font-size: 10pt; }

/********* Main Menu **************/
#nav ul, #blog_nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }

#nav {
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt; }

#nav li a {
  	height: 23px;
	text-decoration: none;
	font-weight: bold; }

#nav li a:link, #nav li a:visited {
	color: #001A5D;
	display: block;
	background: url('/images/design/menu.gif');
	padding: 3px 0px 0px 20px; }

#nav li a:hover {
	color: #ffffff;
	background: url('/images/design/menu.gif') 0 -26px;
	padding: 3px 0px 0px 20px; }

#nav li a:active {
	color: #ffffff;
	background: url('/images/design/menu.gif') 0 -52px;
	padding: 3px 0px 0px 20px; }

/********* Blog Menu **************/
#blog_nav {
	font-size: 10pt;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }

#blog_nav li a {
  	height: 18px;
	text-decoration: none;
	font-weight: bold; }

#blog_nav li a:link, #blog_nav li a:visited {
	color: #5D6D96;
	display: block;
	background: url('/images/design/blog_menu.gif');
	padding: 0px 0px 0px 20px; }

#blog_nav li a:hover {
	color: #ffffff;
	background: url('/images/design/blog_menu.gif') 0 -18px;
	padding: 0px 0px 0px 20px; }

#blog_nav li a:active {
	color: #ffffff;
	background: url('/images/design/blog_menu.gif') 0 -36px;
	padding: 0px 0px 0px 20px; }

hr {
	color: #000000; /* FOR IE */
	background-color: #000000; /* For CSS-Complient Browsers */
	height: 3px; }