/* CSS Document */
body, h1, h2, h3, h4, p {margin:0; padding:0;}

table.bg { background-image:; background-repeat:repeat-y; }

body {
	background-image:  url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9f9f9;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333333;
}
p{
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 15px;
}
a {
	color: #254D83;
	text-decoration: none;
}
a:visited {
	color: #254D83;
	text-decoration: none;
}
a:hover {
	color: #9daa2d;
	text-decoration: none;
}
a:active {
	color: #99CB00;
}
h1 {
	font-size: 13px;
	color: #10376a;
	font-weight: bold;
	margin-bottom: 15px;
}
h2 {
	font-size: 12px;
	color: #10376a;
	font-weight: bold;
	margin-bottom: 8px;
}
h3 {
	font-size: 11pt;
	color: #10376a;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color: #10376A;
	font-weight: bold;
}


#nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav li {
    padding: 0;
    margin: 0 1px 0 0;
    float: left;
}
#nav li a {
    color: #FFF;
    display: block;
    float: left;
    line-height: 22px;
    background: #c4d338 url("images/tab_right.gif") no-repeat 100% -66px;
    text-decoration: none;
    font-weight: bold;
    padding: 0 13px 0 0;
}
#nav li span {
    float: left;
    display: block;
    color: #FFF;
    height: 22px;
    background: #c4d338 url("images/tab_left.gif") no-repeat 0 -66px;
    padding: 0 0 0 13px;
    cursor: pointer;
}
#nav li a:hover {
    background: #10376a url("images/tab_right.gif") no-repeat 100% 0;
}

#nav li.selected, #nav li.selected div { 
	color: #FFF; 
    display: block; 
    float: left; 
    line-height: 22px; 
    height: 22px; 
    background: #10376A url("images/tab_right.gif") no-repeat 100% 0; 
    font-weight: bold; 
    padding: 0 13px 0 0; 
} 
 
#nav li.selected div { 
    background: #10376A url("images/tab_left.gif") no-repeat 0 0; 
    padding: 0 0 0 13px; 
    cursor: default; 
} 
.contact {
	background-image:  url(images/contact_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#right_sidebar #contact {
	background-image: url(images/contact_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 67px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 50px;
	line-height: 18px;
	color: #10376A;
}
#contact a.email  {
	text-decoration: none;
	color: #10376A;
}
#right_sidebar #contact .email:hover {
	text-decoration: underline;
}

#right_sidebar #flashBanner {
	height: 302px;
	width: 222px;
}
#right_sidebar #right_nav {
	background-image: url(images/righside_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 139px;
	width: 190px;
	padding-top: 45px;
	padding-left: 32px;
}

#footer, #footer a {
    color: #999999;
    font-size: 8pt;
}
#footer, #footer a:hover {
	color: #99CB00;
}
#footer, #footer a:active {
	color: #999999;
}
