/* CSS Document */

body{
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2887C1;
	margin: 0;
	height:100%;
}
#header{
	height: 118px;
	width: 800px;
}
#nav{
}
#main{
	height:72%;
	background-image: url(../images/bg_main.png) !important;
	background-image:none;


	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_main.png',sizingMethod='scale');
	background-repeat: repeat-y;
	width: 800px;
	margin: 0;
		
}
#main_top{
	background-image: url(../images/bg_top.png) !important;
	background-image:none;



	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_top.png',sizingMethod='scale');
	background-repeat: no-repeat;
	height: 19px;
	width: 800px;
}
#content{
	padding: 5px 15px 15px 20px;
	text-align: left;
	list-style-position: inside;
}
#content_left{
	width:500px;
	padding-bottom: 5px;
	border-right: 1px #CCCCCC;
	border-right-style: dotted;
	padding-right: 10px;
	border-right-width: thin;
	border-right-color: #CCCCCC;
}
#content_right{
	width:245px;
	float: right;
	text-align: center;
	padding-left: 5px;
}
#footer{
	clear: both;
	background-image: url(../images/bg_main.png) !important;
	background-image:none;






	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_main.png',sizingMethod='scale');
	background-repeat: repeat-y;
	width: 800px;
	padding-bottom:10px;
	color: #0E6BA3;
	font-size: 10px;

}
a:link,a:visited{ 
color: #0E6BA3;
}
a:hover{
color: #FF6600;
}
h1{
	font-size: 16px;
	color: #0E6BA3;
	font-weight:bold;
}
h2{
	font-size: 12px;
	color:#F7941C;
}
h3{
	color: #0E6BA3;
	font-size: 14px;
}

h4{}
