@charset "utf-8";
*{
	padding:0;
	margin:0;
}
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #173B6D;
	letter-spacing: -0.04em;
	margin-top: 10px;
}
h1 {
	font-size: 1.8em;
	margin-bottom: .25em;
}
h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
}
h3 {
	font-size: 1.3em;
	margin-bottom: .75em;
}
h4 {
	font-size: 1.2em;
	margin-bottom: .5em;
}
#wrapper {
	background: url(images/footerBg.png) no-repeat center bottom;
	margin: 0px auto 15px;
	width: 780px;
	padding-bottom: 15px;
}
.twoColFixRtHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/containerBg.png);
} 
.twoColFixRtHdr #header {
	padding: 0 0 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
a img {
	border: none;
}
a:link {
	color: #0404B7;
}
a:visited {
	color: #0404B7;
}
a:hover, a:active, a:focus {
	color: #659B64;
	text-decoration: none;
}
#navWrapper {
	border-bottom: 1px solid #FFF;
	margin: 0 5px 0 5px;
}

#navigation {
	float: left;
	height: 50px;
	width: 770px;
	background: url(images/navBg.jpg) repeat-x;
}  
.nav_links ul {  
    margin: 0px;  
    padding: 0px;  
}  
.nav_links li {  
    list-style:none;  
    display:block;  
    font-size: 14px;  
    float: left;  
}  
.nav_links a {  
    text-decoration: none;  
    color: #0404B7;
	font-weight: bold;  
    display: block;  
    height: 37px;  
    padding-top: 14px;  
    padding-right: 13px;  
    padding-left: 13px;  
}  
.nav_links a:hover {
	color: #FFFFFF;
	background: url(images/hover.jpg) no-repeat center;
}  
.withdiv {
	background: url(images/divider.jpg) no-repeat;
}  
.home #home a, .faq #faq a, .contact #contact a, .about #about a, .video #video a, .audio #audio a, .test #test a {
	color: #FFF;
	background: url(images/hover.jpg) no-repeat center center;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 7px 10px;
	border-left: 1px solid #173B6D;
}
#sidebar1 h3 {
	font-size: 1em;
	font-weight: bold;
}
#sidebar1 h4 {
	font-size: 0.75em;
	font-weight: bold;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #173B6D;
	background: url(images/arrow.gif) no-repeat left center;
	padding-left: 14px;
}
#sidebar1 li {
	list-style: none;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	padding: 0.5em 0 0.5em 14px;
	border-bottom: 1px dotted #173B6D;
	background: url(images/arrow.gif) no-repeat left center;
}
#sidebar1 li a:link {
	color: #173B6D;
	text-decoration: none;
}
#sidebar1 li a:visited {
	color: #173B6D;
	text-decoration: none;
}
#sidebar1 li a:hover, #sidebar1 li a:active, #sidebar1 li a:focus {
	color: #659B64;
	text-decoration: none;
}
#sidebar1 p {
	margin-top: 0.75em;
}
#oovoo {
	margin-top: 5px;
	text-align: center;
	background-color: #AACCE5;
	border: 1px solid #1F3F70;
	width: 176px;
	margin-left: 2px;
	padding: 5px 0;
}

.twoColFixRtHdr #mainContent {
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent p {
	margin: 0.5em 0;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 15px;
	margin: 0 5px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.5em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.dropcap {
	font: 5em/.85em "Lucida Calligraphy", arial, Helvetica, sans-serif;
	padding: .03em .1em 0 0;
	display: block;
	float: left;
	color:#173B6D;
}
.question {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.answer {
	margin: 0px;
	padding: 0px;
}
.question h1 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #173B6D;
	font-size: 1em;
}
fieldset {
	margin-top: 10px;
	padding-top: .8em;
	padding-right: 0em;
	padding-bottom: .8em;
	padding-left: .8em;
	border: 1px solid #336;
}
legend {
	font-size: 1.5em;
}
label {
	display: block;
	margin-top: 0.5em;
}
input, textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336;
	border-right-color: #978EBA;
	border-bottom-color: #978EBA;
	border-left-color: #336;
	background-color: #D9DEE8;
	padding: .2em;
	width: 21em;
}
#captcha {
	margin: .5em 0 0 .4em;
}

#submit {
	width: 8em;
	margin-top: 0.8em;
	margin-left: 0.8em;
}
#reset {
	width: 8em;
	margin-top: .8em;
	margin-left: .8em;
}
textarea {
	height: 8em;
}
input:focus, textarea:focus {
	background-color: #E5EBF4;
}
form em {
	color: #C00;
	font-weight: bold;
}
form table {
	margin-top: .8em;
}
.strong {
	font-weight: bold;
}
.em {
	font-style: italic;
}