/* CSS Document */

body {
	top: 0;
	margin: 0;
	background: url(images/vertical.png) repeat-x top left #252525;
}

a
{
	color: #1F4D7A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
}

a:hover
{
	color: #7D9615;
	text-decoration:none;
}

#tot {
	margin-left:auto;
	margin-right: auto;
	width: 988px;
	background: url(images/grad.png) repeat-y top;
	border: #FFFFFF solid 1px;
}

/*#header {
	height: 101px;
}*/

.title {
	line-height: 44px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: bold;
}

.slogan {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	padding-left: 50px;
}

#menu { 
	float: left;
	height: 34px;
	padding-top:165px;
}

.button {

	width: 110px;
	height: 34px;
	float: left;
	margin-right: 0px;
	line-height: 34px;
	color: #1F4D7A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
}

.button a{
	background: url(images/button.jpg) no-repeat left;
	display:block;
	color: #1F4D7A;
	text-decoration:none;
}

.button a:visited{
		color: #1F4D7A;
	text-decoration:none;
}

.button a:hover{
	background: url(images/hover-button.jpg) no-repeat left;
}

#bodyContainer
{
	padding: 20px;
	background: #ffffff;
	border-bottom: #12212E solid 2px;
	border-top: #12212E solid 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.main-text
{
	background: #FFFFFF;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 300px;
	position: relative;
	border: #5288AE solid 1px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.main-text p{
	line-height: 130%;
	padding-right: 50px;
	}

#menius{ 	
	width: 240px;
	position:absolute;
	top: 50px;
	right: -210px;
	background: #DAE6AC;
	border: #80942E solid 1px;
}

.menu-item {
	height: 30px;
	background: #DAE6AC;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
}

.menu-item a{
	color: #333333;
	text-decoration:none;
	display: block;
}

.menu-item a:visited{
	color: #333333;
	text-decoration:none;

}
.menu-item a:hover{
	color: #333333;
	text-decoration:none;
	background: #B4CB58;
}


.menu-title {
	height: 30px;
	font-size: 20px;
	background: #80942E;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
	color: #666666;
	line-height: 34px;
	text-align: center;
	font-size: 10pt;
	background-color: #DDFDFE;
}

.footer a{
		color: #FFFFFF;
		text-decoration:underline;
}

.footer a:visited {
		color: #FFFFFF;
		text-decoration:underline;
}
.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.ttitle {
	color: #5A661A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	padding: 25px 0;
	font-weight:bold
}

.h1
{
	height: 20px;
	line-height: 20px;
	color: #1F4D7A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	padding-left: 10px;
	background-color: #C3CDF1;
}

.box 
{
	border: #C3CDF1 solid 1px;	
}

#header
{
	background-position: center center;
	height: 200px;
	background: url(images/header.gif) no-repeat;
}

#siteMap
{
	padding: 5px;
	border-style: solid none solid none;
	border-width: 1px;
    border-color: #C0C0C0;	
}

#left
{
	margin-right: 20px;
	width:625px;
	float:left;
}

#right
{
	width:300px;
	float:right;
}

.hr
{
	border: 1px dotted #666666;	
}
.link-text
{
	color: #1F4D7A;		
}
.h2
{
	color: #54C7ED;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.star
{
	font-family: verdana;
	font-size: 12px;
	color: #FF0000;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

