body{
	background-color:#324395;
	background-image:url(../images/bgrd/body.gif);
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-family:'Verdana';
	font-size:11px;
	color:#FFFFFF;
}


.MainContainer{
	background-color:#324395;
	width:900px;
}

.MainC_Left{
	background-image:url(../images/bgrd/mc_left.png);
	background-repeat:repeat-y;
}
.MainC_Right{
	background-image:url(../images/bgrd/mc_right.png);
	background-repeat:repeat-y;
}.MainC_Bottom{
	background-image:url(../images/bgrd/mc_bottom.png);
	background-repeat:repeat-x;
}







form{
	margin:0px;
	padding:0px;
}
.Input{
	font-family:'Verdana';
	font-size:11px;
	color:#0f1a4f;
	width:150px;
	font-weight:normal;
	border:1px solid #0f1a4f;
	background-color:#FFFFFF;
	background-image:url(../images/bgrd/input.gif);
	background-repeat:repeat-x;
}
.Button{
	font-family:'Verdana';
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	border:1px solid #113961;
	background: url(../images/layout/bgrd/button.gif) repeat-x #FFFFFF;
}
.Div_Search{
	position:absolute;
	left:50%;
	margin-left:80px;
	top:45px;
	text-shadow: #1a265e 3px 3px 2px;
	font-family:'Verdana';
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

a.SearchResultLink
{
	color: #ffffff;
	text-decoration: none;
}

a.SearchResultLink:hover
{
	text-decoration: underline;
}

/*************************************************/
/* right  */

.RightMenu{
	background-image:url(../images/bgrd/right_bgrd.gif);
	background-repeat:no-repeat;
	padding-top:102px;
}
.RightMenu_inside{
	margin:0px;
}
.RightMenu_inside td{
	text-align:center;
}
.RightMenu_inside span{
	text-shadow: #492612 3px 3px 2px;
	font-family:'Arial';
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}
.RightMenu_inside a{
	text-shadow: #000417 3px 3px 3px;
	font-family:'Verdana';
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}
.RightMenu_inside a:hover{
	font-family:'Verdana';
	font-size:10px;
	color:#6777c4;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}


.Right_secondMenu{
	background-image:url(../images/bgrd/under_menu.gif);
	background-repeat:no-repeat;
	background-color:#11185a;
	width:549px;
	min-height:113px;
	padding-left:2px;
}
.Right_secondMenu a{
	text-shadow: #000417 3px 3px 3px;
	font-family:'Verdana';
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}
.Right_secondMenu a:hover{
	font-family:'Verdana';
	font-size:10px;
	color:#6777c4;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}
.Right_secondMenu td{
	padding:2px;
}
.Right_underMenu{
	text-shadow: #1a265e 3px 3px 2px;
	font-family:'Verdana';
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:7px;
}

/*************************************************/
/* left  */


.LeftMenu{
	margin-left:25px;
	padding-left:5px;
	border-left:3px solid #d97134;
}
.LeftMenu a{
	text-shadow: #1a265e 3px 3px 2px;
	font-family:'Verdana';
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}
.LeftMenu a:hover{
	text-shadow: #e6e6e7 1px 1px 2px;
	font-family:'Verdana';
	font-size:10px;
	color:#122064;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}

/*************************************************/
/* content  */
.Content{
	padding:10px;
}
.ImgCommon{
	border:2px solid #FFFFFF;
	margin-bottom:5px;
}

/*************************************************/
/* footer  */

.Line_banda{
	height:17px;
	background: url(../images/bgrd/footer.gif) repeat-x;
	margin-top:20px;
}
.Line_orange{
	/*height:20px;*/
	background: url(../images/bgrd/footer_orange.gif) repeat-x #d97134;
	padding:3px 10px 8px 10px;
	text-shadow: #1a265e 2px 2px 2px;
	font-family:'Verdana';
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}


.Footer{
	border-top:2px solid #d97134;
	border-bottom:2px solid #d97134;
	padding:5px;
	color:#d97134;
}

.Footer a{
	font-family:'Verdana';
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	text-shadow: #1a265e 2px 2px 2px;
}
.Footer a:hover{
	font-family:'Verdana';
	font-size:11px;
	color:#091344;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	text-shadow: #0f1a4f 1px 1px 2px;
}

.Copyright
{
	color: #1e2859;
	margin-top:5px;
}

.News_ContentItem{
	background-image:url(../images/bgrd/dotted_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:5px;
	margin-top:5px;
}
.News_date{
	color:#0a1135;
	font-weight:bold;
}


/*** CONTACT FORM ***/

table.ContactFormTable input.text, table.ContactFormTable textarea 
{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	width: 150px;
}

table.ContactFormTable textarea
{
	height: 80px;
}
