/* CSS Document */

body {
	margin-top: 0px;
	height: 100%;
	background-image: url('../img/bg.jpg'); 
	background-repeat: repeat-x;
	font-size: 12px; line-height: 16px;
    font-family: arial, sans-serif;
}

h1,h2,h3,h4,h5,h6{ 

	font-family: arial, sans-serif; 
	font-size: 20px;
}




.center_box {
	position: absolute;
	width: 848px;
	left: 50%;
	margin-left:-424px;

}

div.top_banner{
	background-image: url('../img/logo_banner.png');
	height: 70px;
	width: 848px;
	
}

div.flash_img{
	background-image: url('../img/flash_img2.jpg');
	height: 240px;
	width: 848px;
}

div.menu{
	margin-top: 8px;
	background-color: #000000;
	height: 20px;
	width: 848px;
}

div.content{
	margin-top: 20px;
	width:848px;
	height:100%;
	

	
}

div.left_side{
	position: absolute;
	width:648px;
	height: 750px;
	border-right: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
div.right_side{
	position: absolute;
	margin-left:648px;
	height: 100%;
	width:200px;
	
}

div.menu2{
	width: 848px;
	height: 20px;
}

.padding{
	padding-left: 50px;
	padding-top: 2px;
}

.padding_5{
	padding-left: 10px;
}
a.menu1:link {
	font-size: 12px;
	text-decoration: none; 
	color: #FFFFFF;
}

a.menu1:visited {
	font-size: 12px;
	text-decoration: none; 
	color: #FFFFFF;
}

a.menu1:hover, a.menu1:active {
	font-size: 12px;
	text-decoration: underline; 
}

a.menu2:link {
	font-size: 10px;
	text-decoration: none; 
	color: #262106;
}

a.menu2:visited {
	font-size: 10px;
	text-decoration: none; 
	color: #262106;
}

a.menu2:hover, a.menu2:active {
	font-size: 10px;
	text-decoration: underline; 
}

/*
.banner {

	height: 150px;

	width: 1000px;

	background-image: url('../img/banner3.jpg');

	

}



.menubg {

	height: 25px;

	width: 1000px;

	background-image: url('../img/menubg_gr.jpg');

}



.menu_txt {
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff; 

}
.content_box {
	width:1000px;
	height:100%;
}



.menu_left {
	position: absolute;
	margin-top:9px;
	width: 250px;
	height: 100%;

}

.menu_left_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d2d2d2;
	margin-top:30px;
	margin-left:30px;
	

}


.content {
	position: absolute;
	width: 750px;
	height: 100%;
	margin-left: 250px;
	margin-top:9px;
	background-color: #3300CC;

}
