@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#fff;
	padding:0px;
	font-size:12px;
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
#wrap{
	width:918px;
	margin:auto;
	margin-bottom:30px;
}
.clear{
	clear:both;
}
.pic{
	width:60px;
	height:60px;
	overflow:hidden;
	float:left;
	margin-right:5px;
	border:5px solid #ffe894;
}
.prev{
	padding:5px;
	padding-left:25px;
	border:1px solid #86b3e1;
	border-top:0px;
	margin-bottom:5px;
}
#nav{
	height:35px;
	position:relative;
	padding-top:50px;
}
#nav ul a,#nav ul a:active,#nav ul a:visited{
	color:#FFF;	
	text-decoration:none;
	padding:10px;
	display:block;
	background-color:#4b7dcb;
}
#nav ul a:hover{
	color:#FFF;	
	text-decoration:none;
	padding:10px;
	display:block;
	background-color:#1858a8;
}
#nav ul{
	margin:0px;
	padding:0px;
	display: inline;	
}
#nav ul li{
	margin:0px;	
	margin-right:1px;
	padding:0px;
	list-style: none;
	display: inline;
	float:left;
	
}
#logo{
	position:absolute;
	right: 0px;
	top: -7px;
}
#header{
	background-image:url(images/top.jpg);
	width:918px;
	height:245px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#content{
	width:918px;
	background-color:#5091d3;
	background-image:url(images/topround.jpg);
	background-repeat:no-repeat;
}
#content #bottom{
	width:918px;	
	height:5px;
	background-image:url(images/bottomround.jpg);
	background-repeat:no-repeat;
	
}
#content .article{
	padding:10px;
}
.left{
	width:440px;
	margin-right:10px;
	float:left;	
	text-align:justify;
}
.right{
	width:440px;
	float:right;
	text-align:center;
}
.title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	color:#ffe894;
	padding-bottom:10px;
}
.field{
	border:0px #fff solid;
	padding:5px;
}
.textfield{
	border:0px;
	padding:5px;
	width:430px;
	height:150px;
}
#content .odd{
	background-color:#86b3e1;
	margin-bottom:1px;
	padding:5px;
}
#content .even{
	background-color:#86acbf;
	margin-bottom:1px;
	padding:5px;	
}
#content .even:hover, #content .odd:hover{
	background-color:#4386cb;

}
#content a,#content a:active,#content a:visited{
	color:#FFF;	
	text-decoration:none;
}
#content a:hover{
	color:#FFF;	
	text-decoration:none;
}
.navbottom a, .navbottom a:active, .navbottom a:visited{
	padding:5px;
	float:right;
	margin-right:10px;
	border:1px dashed #f9b18a;
	margin-bottom:5px;
}
.navbottom a:hover{
	padding:5px;
	float:right;
	margin-right:10px;
	border:1px dashed #f0c74d;
	margin-bottom:5px;
	color:#f0c74d;
}
