body{
	margin:0px;
	padding:0px;
	background:#222 url(images/bodybg.png) repeat-x fixed top center;
	text-align:justify;
	font:12px Verdana,Arial,Helvetica,sans-serif;
}
#container{
	width:760px;
	margin:auto;
	padding-bottom:20px;
}

.subtitle {
	font-size: 18px;
	color: #060483;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#222;
}
h1{
	font-size:28px;
}
h2{
	font-size:25px;
	color:#0a294f;
}
h3{
	font-size:22px;
	color:#202f0f;
	margin:10px 0px 0px 0px;
}
h4{
	font-size:18px;
	color:#911322;
}
h5{
	font-size:16px;
	color:#af3d0a;
}
h6{
	font-size:11px;
	font-weight:bold;
	color:#222;
}


hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
a{
	color:#af2639;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:20px;
	margin:5px 0px 15px 0px;
	
}
.noborder{
	border:0;
}
#content ul{
	margin:0px;
	padding:0px 10px 5px 15px;
	list-style-type:square;
}
#content ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}
#content ul li{
	padding-bottom:7px;
	padding-left:10px;
}
#content ol li{
	padding-bottom:7px;
}
#content ul li ul{
	margin:8px 0px -7px 0px;
}


img{
	border:none;
}


.floatleft{
	float:left;
}
.floatright{
	float:right;
}


img.floatleft{
	margin:5px 10px 0px 0px;
}
img.floatright{
	margin:5px 0px 3px 5px;
}


.tl{background:#222 url(images/corners/tl.gif) no-repeat top left;}
.tr{background:transparent url(images/corners/tr.gif) no-repeat top right;}
.br{background:transparent url(images/corners/br.gif) no-repeat bottom right;}
.bl{background:transparent url(images/corners/bl.gif) no-repeat bottom left;}

.ltl{background:#efefef url(../images/corners/l_tl.gif) no-repeat top left;}
.ltr{background:transparent url(images/corners/l_tr.gif) no-repeat top right;}
.lbr{background:transparent url(images/corners/l_br.gif) no-repeat bottom right;}
.lbl{background:transparent url(images/corners/l_bl.gif) no-repeat bottom left;}



#bg{
	background:url(images/contentbg.gif) repeat-y top center;
}


#bottom{
	height:5px;
	background-color:#fff;
	background-position: center bottom;
}


#header{
	width:750px;
	height:300px;
	margin:auto;
	text-align:left;
	background-image: url(images/headers/h1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 30px;
}


.nav{
	height:40px;
	background-color:#222;
	color:#fff;
	width:750px;
	margin:auto;
	text-align:left;
	font-size:11px;
	cursor:default;
}


#content{
	min-height:400px;
	width:750px;
	margin:auto;
	color:#222;
	text-align:justify;
}


#left{
	width:440px;
	float:left;
	padding:10px 10px 20px 10px;
}

#left2{
	width:565px;
	float:left;
	padding:10px 10px 20px 10px;
}


#right{
	width:140px;
	float:right;
	padding:10px 10px 5px 10px;
}

#right .sideitem{
	margin-bottom:25px;
}
#right .sideitem h4{
	font-weight:bold;
	color:#222;
	width:100%;
	padding-bottom:3px;
	margin-bottom:13px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-align:center;
}

#right .sideitem p{
	padding:0px 5px;
	font-size:11px;
	text-align:center;
}
#right .sideitem ul{
	margin-left:-4px;
}

#middel {
	width: 106px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding:27px 0px 20px 10px;
	}
	
#main {
	text-align: left;
	}


.footer{
	height:30px;
	width:750px;
	margin:auto;
	color:#9f9f9f;
	text-align:left;
	clear:both;
}
.footer div{
	height:30px;
}
#copy{
	text-align:right;
	float:right;
	padding:8px;
	margin-top:0px !important;
	margin-bottom:-16px;
}
#bottomlinks{
	float:center;
	text-align:center;
	padding:8px;
	margin-bottom:-16px;
}
#bottomlinks a{
	color:#9f9f9f;
}
#bottomlinks a:hover{
	color:#ffffff;
	text-decoration:none;
}
