/* CSS Document */

body
	{
	margin: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #333;
	text-align: left;
	text-decoration: none;	
	}

.search input
	{
	border: 1px 2px 2px 1px;
	border-style: solid double double solid;
	border-color: #93abcd #809abe #809abe #93abcd;
	background: #fff;
	color: #000;
	padding: 2px;
	font-weight: bold;
	width: 140px;
	}
	
.colash
	{
	width: 761px;
	height: 214px;
	background: url(../images/colash.jpg) left top no-repeat;
	}
	
.marquee
	{
	border-top: 1px solid #4fb4e0;
	border-bottom: 1px solid #4fb4e0;	
	color: #0066CC;
	height: 20px;
	text-align: center;
	}

.mainNav
	{
	background: url(../images/Main-link-bg.jpg) left top repeat-x;
	height: 47px;
	text-align: center;
	}

.mainNav ul
	{
	list-style: none;
	display: inline;
	float: left;
	}

.mainNav li
	{
	list-style: none;
	display: url(../images/li-bg.jpg) right top no-repeat;
	padding: 0px 20px;
	line-height: 20px;
	float: left;
	}
	
.mainNav a
	{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}
.mainNav a:hover
	{
	color: #005995;
	text-decoration: none;
	font-weight: bold;
	}
.mainNav a:active
	{
	color: #005995;
	text-decoration: underline;
	font-weight: bold;
	}

.footer
	{
	background: url(../images/footer-bg.jpg) left top repeat-x;
	height: 50px;
	text-align: center;
	line-height: 45px;
	font-size: 10px;
	color: #005995;
	}
h1
	{
	font-size: 14px;
	text-transform: uppercase;
	color: #00639E;
	font-family: Arial, Verdana, Tahoma;
	}


p
	{
	font-size: 12px;
	color: #00639E;
	font-family: Arial, Verdana, Tahoma;
	text-align: left;
	}
.arrow
	{
	background: url(../images/arrow-bg.jpg) left -3px no-repeat;
	height: 20px;
	text-align: left;
	line-height: 20px;
	font-family: Arial, Verdana, Tahoma;
	}

a.quikLink
	{
	color: #036;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 25px;
	font-weight: bold;
	}

a.quikLink:hover
	{
	color: #333;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 25px;
	font-weight: bold;
	}

/*a.quikLink:visited
	{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 25px;
	text-align: left;
	}
*/

.focusArro
	{
	background: url(../images/arrow1.jpg) left -3px no-repeat;
	height: 20px;
	text-align: left;
	line-height: 20px;
	font-family: Arial, Verdana, Tahoma;
	}

a.focus
	{
	color: #7f0200;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 25px;
	font-weight: bold;
	}

a.focus:hover
	{
	color: #333;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 25px;
	font-weight: bold;
	}

/*a.focus:visited
	{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 25px;
	text-align: left;
	}
*/














	
