@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/shadowT.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #0000CC;
	
}
a:hover {
	/*font-weight: bold;*/
	color: #0000FF;
	text-decoration: underline;

}
a:visited {
	color: #152AA1;
}

a:active {
	color: #0000CC;
}


.leftMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align:center;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: #666;
	border-style: solid;
	background: #152AA1;
	color: #FFFFFF;
	font-weight: bold;
}

.leftMenuItem a{

	color: #FFFFFF;
}

.leftMenuItem a:hover{

	color: #FFFFFF;
	background-color: #152AA1;
	text-decoration: none;
}



.leftMenuItemOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-decoration: underline;
	text-align:center;
	border: solid #666;
	border-width: 1px 0 1px 0;
	background-color: #152AA1;
	color: #FFFFFF;
	font-weight: bold;
}
.leftMenuItemOver a{


	color: #FFFFFF;
	
}

.leftMenuItemOver a:hover{


	color: #FFFFFF;
	text-decoration: none;
	
}




#header {
	/*background:url(images/header.jpg) no-repeat; */
	text-align: center;
	width: 760px;
	height: 150px;
	
}

.footer {
	width: 760px;
	text-align: center;
	font-size: 10px;
	bottom: 0px;
	border: solid #CCC;
	border-width: 1px 0 0 0;
	padding: 5px 0 5px 0;
}
.footer a
{
	font-weight: bold;
}
.smallFont {
	font-size: 10px;
}

.largeFont {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	text-align: left;
	padding: 30px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	min-height: 557px;
	font-size: 12px;
	
}

.contentFront {
	padding: 10px 10px 10px 25px;
}
.contentV {
	padding-left: 40px;
	padding-top: 20px;
}
.rightContent {
	padding: 10px;
	width: 39%;
	
}

.content a {

	text-decoration: underline;
	color: #0033FF;

}

.boxHeader {
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 14px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #152AA1;
	color: #FFFFFF;
	background-color: #152AA1;
	background: url(images/boxheaderbg.jpg) repeat-x;
}
h1
{
		font-size: 18px;
		font-weight: bold;
		color: #00C;
}
.box {
	color: #000000;
}

