body{
	padding:0;
	margin:0;
	font-family:Calibri,"Segoe UI", Arial, Helvetica, sans-serif;
	color:#666;	
	font-size:0.9em;
	}
h1{
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:1.3em;
	color:#454798;
	border-bottom:1px dotted #ccc;
	padding-bottom:2px;
	}
		
h2{
	font-size:1.2em;
	padding:0;
	margin:0;
	font-weight:normal;
	color:#333;	
	}	
h3{
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:1.4em;
	color:#69706A;
	padding-bottom:2px;
	text-transform:uppercase;
	text-align:center;
	}	
h4{
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:1.4em;
	color:#69706A;
	padding-bottom:2px;
	text-transform:uppercase;
	border-bottom:1px dotted #CCC;
	}	
.selectbox{
	width:257px;
	padding:3px;
	border:1px solid #ccc;
	}	
.submit{
	border:0px;
	background-image:url(images/submit.png);
	height:28px;
	width:77px;
	background-repeat:no-repeat;
	color:#FFF;	
	cursor:pointer;
	}
	
.submit:hover{
	background-image:url(images/submit_h.png);
	height:28px;
	width:77px;
	background-repeat:no-repeat;
	}			
.container{
	width:940px;
	margin:0 auto;
	}		
#logo{
	
	 margin-top:15px;
	}
#navigation{
	height:31px;
	margin:30px 0px 0px 0px;
	float:right;
	}	
#navleft{
	background-image:url(images/nav_left.png);
	width:11px; height:31px;
	background-repeat:no-repeat;
	}
#navright{
	background-image:url(images/nav_right.png);
	width:11px; height:31px;
	background-repeat:no-repeat;
	}	
#navbg{
	background-image:url(images/nav_bg.png);
	height:31px;
	background-repeat:repeat-x;
	}	
#navbg ul{
	padding:0;
	margin:0;
	}		
#navbg ul li{
	list-style-type:none;
	float:left;
	}		
#navbg ul li a{
	font-size:1.0em;
	display:block;
	padding:0px 10px;
	border-right:1px solid #36377e;
	line-height:31px;
	color:#fff;
	text-decoration:none;
	}
#navbg ul li a:hover{
	background-color:#6869b3;
	}
	
#left{
	float:left;
	width:56%;
	/*border:1px solid #CCC;*/
	}	
#right{
	float:right;
	width:43%;
	/*border:1px solid #CCC;*/
	}	
	
.topleft{
	background-image:url(images/top_left.png);
	background-repeat:no-repeat;
	width:21px;
	height:17px;
	}	
.topright{
	background-image:url(images/top_right.png);
	background-repeat:no-repeat;
	width:22px;
	height:17px;
	}	
.topmidd{
	background-image:url(images/top_mid.png);
	height:17px;
	background-repeat:repeat-x;
	}	
.leftmidd{
	background-image:url(images/left.png);
	width:21px;
	background-repeat:repeat-y;
	}
.rightmidd{
	background-image:url(images/right.png);
	width:22px;
	background-repeat:repeat-y;
	}		
.bottomleft{
	background-image:url(images/bottom_left.png);
	background-repeat:no-repeat;
	width:21px;
	height:20px;
	}	
.bottomright{
	background-image:url(images/bottom_right.png);
	background-repeat:no-repeat;
	width:22px;
	height:20px;
	}	
.bottommidd{
	background-image:url(images/bottom_mid.png);
	height:20px;
	background-repeat:repeat-x;
	}		
	
	
#footer_left{
	background-image:url(images/foo_le.png);
	width:11px; height:36px; background-repeat:repeat-x;
	}	
#footer_right{
	background-image:url(images/foo_ri.png);
	width:11px; height:36px; background-repeat:repeat-x;
	}	
	
#footercontent {
	color:#666;
	font-size:0.9em;
	text-decoration:none;
	text-align:center;	
	}	
#footercontent1 {
	color:#666;
	font-size:0.9em;
	text-decoration:none;	
	}	
#footercontent a{
	color:#999;
	font-size:0.9em;
	text-decoration:none;	
	}		
#footercontent a:hover{
	color:#666;
	}	
