/* CSS Document */

#navig
{
	width: 770px;
	/*height: 50px;*/
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color:#A2D6FE;
	margin-top: 1px;
	background-image: url(../_images/footerBack.jpg);
	background-repeat: repeat-x;
}
#navig a:link,
#navig a:visited
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	/*border: 1px solid #336699;*/
	padding: 1px 3px 1px 3px;
	/*background-color: #cce3f8;*/
	margin-right: 24px;
	
}
#navig a:hover
{
	text-decoration: none;
	background-image: url(../_images/navigHoverBack.jpg);
	background-repeat: repeat-x;
}

#rightNavig
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 17px;
	text-indent: 10px;
	
}
#rightNavig ul
{
	list-style: inside;
}
#rightNavig li
{
	list-style: none;
	margin-bottom: 0px;
	
}
#rightNavig li a:link,
#rightNavig li a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	/*background-image: url(../_images/rightColHeaderBack.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	/*width: 209px;
	height: 32px;*/
	display: block;
	margin-left: 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #003366;
}
#rightNavig li a:hover
{
	/*background-color: #99CCFF;*/
	
	/*color: #003366;*/
	border-bottom: 1px solid #FFFFFF;
}
/*
#rightCol a:link,
#rightCol a:visited
{
	color: #000000;
	text-decoration: underline;
}
#rightCol a:hover
{
	color: #FFF;
}
*/
#footer a:link,
#footer a:visited
{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 5px 0px 5px;
}
#footer a:hover
{
	text-decoration: underline;
}
.tabs {
	border-bottom: 1px solid #666666;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 30px;
	margin-bottom: 0em;
	float: left;
	width: 515px;
}
.tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs li {
	float: left;
	background-image: url(../_images/tab_left.jpg);
	background-repeat: no-repeat;
	margin: 0 1px 0 0 !important;
	padding: 0 0 0 5px !important;
}
.tabs a {
	float: left;
	display: block;
	background-image: url(../_images/tab_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0.3em 10px 0.3em 5px  !important;
	font-weight: bold;
	color: #333333  !important;
	font-size: 10px;
	margin: 0px;
}