/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			STANDARD TEXT
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
#vivid { color:#666666; float: left;}
#vivid img {vertical-align:middle; border:0 none; padding:0 0 0 0px;}

body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
		
/* Standard Text */
div, td {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #333333;
}
			
/* home Text */	
.home {
	font-size : 10px;
	color: #ffffff;
}
			
/* sub Text */	
.sub {
	font-size : 10px;
	color: #333333;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}			
			
/* News Text */	
.news {
	font-size : 10px;
	color: #666666;
	background-color: #f4f5f7;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}	
			
/* Footer Text */	
.footer {
	font-size : 10px;
	color: #7a7a7a;
	float: right;
	text-align: right;
}			

			
/* Sub Navigation Menus */	
.subNav {
	font-size : 10px;
	color: #5a8383;
	background-color: #f5f7f7;
	padding-left: 5px;
	font-weight: bold;
}

.subNavSelected {
	font-size : 10px;
	color: #5a8383;
	background-color: #f5f7f7;
	padding-left: 5px;
	font-weight: bold;
}



/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			STANDARD HEADERS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

*/

/* Level 1 Header */	
.header1 {
	font-size : 12px;
	color: #0d3692;
	font-weight : bold;
}

/* Level 2 Header */	
.header2 {
	font-size : 10px;
	color: #0d3692;
	font-weight : bold;
}

/* Level 2 Header */	
.contentTitle {
	color: #0d3692;
	font-size:12;
}

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			STANDARD LINKS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

*/

/* Standard Link */	
a {
	text-decoration: none;
	color: #5a8383;
	font-size: 10px;
}	

a:hover {
	text-decoration: none;
	color: #5a8383;
	background-color: #f5f7f7;
	}	
	
a:visited {
	text-decoration: none;
	color: #5a8383;
}	

a:visited:hover	{
	text-decoration: none;
	color: #5a8383;
	background-color: #f5f7f7;
}


/* News Link */	
.new A  {
	color: #669999;
	text-decoration : none;
}

.news A:visited  {
	color: #669999;
}

.news A:Active   {
	color: #669999;
}

.news A:Hover    {
	color: #669999;
	text-decoration : underline;
}


/* Sub Navigation Link */	


.subNav A  {
	color: #5a8383;
	text-decoration : none;
	font-size: 10px;
	width: 205px;
	font-weight: normal;
}

.subNav A:visited  {
	color: #5a8383;
}

.subNav A:Active   {
	color: #5a8383;
}

.subNav A:Hover    {
	color: #5a8383;
	text-decoration : underline;
}

.subNavSelected A  {
	color: #5a8383;
	text-decoration : none;
	font-size: 10px;
	width: 205px;
	font-weight: bold;
}

.subNavSelected A:visited  {
	color: #5a8383;
}

.subNavSelected A:Active   {
	color: #5a8383;
}

.subNavSelected A:Hover    {
	color: #5a8383;
	text-decoration : underline;
}

		
/* Footer Link */	
.footer a  {
	color: #669999;
	text-decoration : none;
}

.footer a:visited  {
	color: #669999;
}

.footer a:Active   {
	color: #669999;
}

.footer a:Hover    {
	color: #669999;
	text-decoration : underline;
}

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			STANDARD FORM FIELDS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

*/

/* Input Boxes */
input {
	font-size : 10px;
	font-weight : normal;
	background-color: #f5f7f7;
	border : 1px solid #5a8383;
}
	
/* Textareas */
textarea {
	font-size : 10px;
	font-weight : normal;
	background-color: #f5f7f7;
	border : 1px solid #5a8383;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Select Boxes */
select {
	font-size : 10px;
	font-weight : normal;
	background-color: #f5f7f7;
	border : 1px solid #5a8383;
		}
		
/* Horizontal Rule */
hr {
	height : 1px;
	color : #999999;
	border-style: dotted;
}			
		
		
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			STANDARD BULLETS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

*/ 
ul {
	color: #333333;
	list-style-type : disc;
}

ol {
	color: #333333;
}		

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||			SEARCH AREA
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

*/ 

.searchDiv {
background: url(../images/search_bg.gif) no-repeat;
height: 33px;
width: 243px;
padding: 7px 10px 0px 10px;
margin-left: 400px;
}

.searchField {
height: 12px;
width: 130px;
border: 1px solid #203462;
float: left;
position: relative;
}
