*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

body{
	background-color: #008ed4;
}

#container {
	margin-left: auto;
	margin-right:auto;
	width:803px;
	border: 1px solid #666666;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header{
	border-bottom: 1px solid #666666;
}

#header img{
	border: 0px;
}

#header .block{
	border-right: 1px solid #666666;
}

#menu{
	width: 200px;
	float: left;
}

#menu ul{
	list-style: none;
	float: left;
}

#menu li{
	border-bottom:1px solid #CCCCCC;
	line-height:20px;
	
}

#menu li a{
	display: block;
	width:190px;
	text-decoration:none;
	color: #008ed4;
	font-size:13px;
	border-left: 5px solid white;
	padding-left: 5px;
}

#menu li a:hover, #menu li a.current{
	color: #ed1b23;
	border-left: 5px solid #666666;
}


	
#content{
	width: 582px;
	float: left;
	border-left: 1px solid #666666;
	min-height: 400px;	
	padding: 10px;
}

h1{
	font-size: 15px;
	font-weight:bold;
	color:#ed1b23;
	border-bottom: 1px dotted #666666;
	line-height: 22px;
	margin-bottom: 5px;
}

h2{
	font-size: 13px;
	font-weight:bold;
	color:#ed1b23;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 10px;
}

h3{
	font-size: 13px;
	font-weight:bold;
	color:#008ed4;
	line-height: 22px;
	margin-top: 30px;
	border-bottom: 1px dotted #666666;	
}

h4{
	font-size: 13px;
	font-weight:bold;
	color:#008ed4;
	line-height: 22px;
	border-bottom: 1px dotted #666666;	
}

#content li{
	margin-left: 15px;
	list-style:circle;
}


#content a{
	color: #ed1b23;
	text-decoration:none;
}

#content a:hover{
	color: #008ed4;
}

.image_left{
padding: 2px;
border: 1px solid #CCCCCC;
float: left;
margin-top: 30px;
margin-right: 10px;
}

.image_right{
padding: 2px;
border: 1px solid #CCCCCC;
float: right;
margin-top: 30px;
margin-left: 10px;
}

.image_middle{
padding: 2px;
border: 1px solid #CCCCCC;
margin-top: 10px;
}

#footer{
	clear: both;
	text-align:center;
	line-height:20px;
	border-top: 1px solid #666666;
}

#footer a{
	color: #ed1b23;
	text-decoration:none;
}

#footer a:hover{
	color: #008ed4;
}

