/* MAIN STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12.5px;
	color: #666666;
	margin-top: 0px;
}

td, th {
	font-size: 12.5px;
	color: #666666;
}


hr {
border: 0;
color: #799BC1;
background-color: #799BC1;
height: 1px;
width: 100%;
text-align: left;
}

/* TEXT STYLES */
h1, h2, h3, h4 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 20px;
 color: #666666;
}

h2{
 font-size: 17px;
 color: #666666;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 17px;
 font-weight: bold;
 color: #FFFFFF;
}

h5{
font-family: Times New Roman, Times, serif;
 font-size: 21px;
 color: #000000;
 font-weight: bold;
 	margin: 0px;
	padding: 0px;
	display: inline;
}

h6{
font-family: Times New Roman, Times, serif;
 font-size: 21px;
 color: #666666;
 font-weight: bold;
 	margin: 0px;
	padding: 0px;
}



label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


.message { 
	font-size: 12.5px; 
	color: red; 
	font-weight: bold 
} 

.login { 
	font-size: 12px; 
	color: #ffffff; 
	font-weight: bold;
} 

.splash_text { 
font-family: Times New Roman, Times, serif;
	font-size: 18px; 
	color: #666666; 
	font-weight: normal;
} 


/* LINK STYLES */
a:link, a:visited, a:active    {text-decoration:none; color: #0099FF;}    
a:hover   { text-decoration: underline; color:  #0099FF; }


a.article_title:link, a.article_title:visited, a.article_title:active    {text-decoration:none;font-size: 15px; color: #0099FF;font-weight: bold;}    
a.article_title:hover   { text-decoration: underline;font-size: 15px; color:  #0099FF;font-weight: bold; }

a.white:link, a.white:visited, a.white:active    {text-decoration:underline;font-size: 12.5px; color: #FFFFFF;font-weight: bold;}    
a.white:hover   { text-decoration: underline;font-size: 12.5px; color:  #FFFFFF;font-weight: bold; }

a.splash_text:link, a.splash_text:visited, a.splash_text:active    {text-decoration:underline;font-size: 14px; color: #0099FF;font-weight: bold;}    
a.splash_text:hover   { text-decoration: underline;font-size: 14px; color:  #0099FF;font-weight: bold; }

/* FORMATTING */
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#main{
width: 779px;
margin:0 auto;
}

#SEO{

}

#header {

}

#content {

}

#footer-container {
	margin: auto;
	text-align: center;
}

#footer {
	clear: both;
	margin: auto;
  width: 745px;
	border-top: 1px solid #cccccc;
	font-size: 11px;
	color: #0099FF;
	padding: 10px;
	color: #000000;
	text-align: center;
}

#footer a {
	color: #0099FF;
	text-align:center;
}

ul {
	padding-left: 0px;
	margin-left: 35px;
	list-style-position: outside;
}

li {
	line-height: 16px;
	list-style-position: outside;
	margin-bottom: 9.5px;
}

ul li {
	list-style-type: disc;
}


/* SIDE NAVIGATION */

#side_contact{
    width: 202px;
	/*clear: both;*/
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #666666;
	padding: 10px;

}

#side_nav{
    width: 223px;
	/*clear: both;*/
	border: 1px solid #FFDBA6;
	font-size: 11px;
	color: #FFDBA6;
	padding: 0px;

}

#side_nav_inner{
    width: 203px;
	/*clear: both;*/
	font-family: Times New Roman, Times, serif;
 font-size: 12px;
 text-transform:uppercase;
 font-weight: bold;
 color: #818181;
	background-image: url(/media/side_nav_bg.jpg);
	background-repeat: no-repeat;
	padding: 7px 5px 7px 15px;

}

#side_nav_inner a {
font-family: Times New Roman, Times, serif;
 font-size: 11px;
 color: #818181;
 }
 
 #content_box{
    width: 430px;
	/*clear: both;*/
	border: 1px solid #cccccc;
	color: #006699;
	padding: 10px;
	background-color:#F7F7F7;

}
 
  #masthead{
	padding: 19px 30px 15px 20px;

}
