html, body{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	background: #166C9F;
}

h1{
	font-size: 18px;
	color: #C92B4D;
}

#base_container{
	background: url('./images/base_bg.jpg') repeat-x;
	height: 1024px;
	text-align: center;
}

#body_container{
	background: url('./images/body_bg.jpg') repeat-x;
	width: 1005px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 1024px;
}

.header{
	position: relative;
	top: 23px;
	text-align: left;
	width: 901px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
}

.main_container{
	width: 901px;
	height: 642px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 53px;
	text-align: left;
}

#top_menu{
	height: 45px;
}

#main_image_container{
	width: 901px;
	/*height: 311px;*/
	background: #FFFFFF url('./images/bl_corner.jpg') no-repeat;
	background-position: bottom left;
}

.large_image{
	position: relative;
	width: 591px;
	height: 298px;
	top: 6px;
	margin-left: 6px;
	float: left;
	margin-bottom: 13px;
	/*background: url('./images/img1.jpg') no-repeat;*/
}

.clear{
	clear: both;
}

.button_holder{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	bottom: 0;
}

.button_main{
	font-weight: bold;
	color: #C92B4D;
	font-size: 17px;
	float: left;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 10px;
	background: url('./images/button_bg.jpg') repeat-x;
	background-position: bottom right;

}
a{
	font-size: 17px;
	color: #C92B4D;
	text-decoration: none;
}

.button_curve{
	float: left;
}

.small_image_container{
	top: 6px;
	margin-left: 6px;
	position: relative;
	width: 289px;
	height: 299px;
	float: left;
}

.small_image1{
	width: 289px;
	height: 146px;
	margin-bottom: 6px;
	position: relative;
	background: url('./images/image2.jpg') no-repeat;
}
.small_image2{
	width: 289px;
	height: 144px;
	margin-bottom: 6px;
	position: relative;
	background: url('./images/img3.jpg') no-repeat;
}

.content_container{
	float: left;
	position: relative;
	width: 901px;
	height: 272px;
	margin-top: 15px;
	background: white;
	text-align: left;
	width: 595px;

}

.top_left_corner{
	position: absolute;
	top: 0;
	left:0;
	width: 5px;
	height: 5px;
	background: url('./images/tl_corner.jpg') no-repeat;
}



.top_right_corner{
	position: absolute;
	top: 0;
	right:0;
	width: 5px;
	height: 5px;
	background: url('./images/tr_corner.jpg') no-repeat;
}

.bottom_left_corner{
	position: absolute;
	bottom: 0;
	left:0;	
	width: 5px;
	height: 5px;
	background: url('./images/bl_corner.jpg') no-repeat;
	background-position: bottom left;
}



.bottom_right_corner{
	position: absolute;
	bottom: 0;
	right:0;
	width: 5px;
	height: 5px;
	background: url('./images/br_corner.jpg') no-repeat;
	background-position: bottom right;

}

.main{

	margin-left: 23px;
	margin-right: 23px;
}

.main_title{
	position: relative;
	top: 20px;
	font-weight: bold;
	color: #C92B4D;
	font-size: 17px;
}

.main_content{
	height: 155px;
	margin-top: 30px;
	position: relative;
	color: #6B6B6B;
	font-size: 11px;
	text-align: justify;
	line-height: 22px;
}

.main_bunners{
	margin-left: 5px;
}

.banner{
	margin-right: 5px;
	float: left;
	width: 290px;
	height: 60px;
}


.main_buttons{
	float: left;
	margin-top:15px;
	margin-left: 10px;
}

.main_button{
	background: #FFFFFF url('./images/button_bg.jpg') repeat-x;
	position: relative;
	width: 290px;
	height: 80px;
	background-position: bottom ;
	margin-bottom: 16px;
}

.main_button_text{
	font-weight: bold;
	color: #C92B4D;
	font-size: 17px;
	text-align: center;
	position: relative; 
	padding-top: 28px;
}

.footer{
	margin-top: 40px;
}

.com2go{
	float: right;
}

.copyright{
	padding-top: 10px;
	font-size: 11px;
	float: left;
	color: #FAE6EA;
	font-weight: bold;
}

/****************** MENU *********************/
#top_menu ul{
	list-style: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#top_menu ul li.active{
	background: url('./images/li_active_bg.gif') no-repeat;
}

#top_menu ul li.active a{
	color: #480113;
}
#top_menu ul li{
	float: left;
	background:  url('./images/li_bg.gif') no-repeat;
	width: 150px;
	height: 45px;
	text-align: center;
}



#top_menu ul li a{
	position: relative;
	top: 15px;
	color: #FCFCFC;
	font-size: 12px;
	font-weight: bold;
}



.content{
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 13px;
	padding-top: 13px;
	color:#6B6B6B;
	line-height:18px;
	text-align: justify;
}
/********************** LISTING *****************************/

.doc_title{
	font-size: 12px;
	color: #C92B4D;
}
.intro_text{
	padding-left: 20px;
	float: left;
	width: 700px;
}
.page_list{
	margin-top: 20px;
	margin-bottom: 10px;
}
.doc_image{
	float: left;
}

.details{
	font-size: 14px;
	color: #0D5084;
	font-weight: bold;
	float: right;
	text-decoration: underline;
}