/* CSS Document */

body{
margin:0;
background-color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#353535;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
}

a:visited, a:active, a:link{
color:#353535;
text-decoration:underline;
}

a:hover{
color:#353535;
text-decoration:none;
}

h1{
margin:0;
padding:0;
font-size:18px;
font-weight:900;
text-transform:uppercase;
color:#ffffff;
}

h2{
margin:0;
padding:0;
font-size:20px;
font-weight:100;
text-transform:uppercase;
color:#0aaae0;
}

#clear{
clear:both;
}

#container{
width:955px;
margin:0 auto;
}

	#top1{
	background-image:url(images/top1.gif);
	background-repeat:no-repeat;
	height:63px;
	}
	
	#top2{
	background-image:url(images/top2.gif);
	background-repeat:no-repeat;
	height:62px;
	}
	
		#menu{
		margin-left:430px;
		}
	
	#top3{
	background-image:url(images/top3.jpg);
	background-repeat:no-repeat;
	height:329px;
	}
	
		#top3heading{
		margin-left:59px;
		padding-top:284px;
		}
		
	#content{
	}
	
	#left{
	width:294px;
	float:left;
	background-image:url(images/sideboxes.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	}
		
		#green{
		padding-left:43px;
		padding-right:15px;
		}
		
		#blue{
		padding-top:51px;
		padding-left:43px;
		padding-right:15px;
		}
	
	#right{
	float:right;
	}
		
		#text{
		padding-top:30px;
		}
		
			#texttop{
			background-image:url(images/contenttop.gif);
			background-repeat:no-repeat;
			width:653px;
			height:14px;
			}
			
			#textmid{
			background-image:url(images/contentmid.gif);
			background-repeat:repeat-y;
			width:653px;
			}
			
				#info{
				padding:25px;
				text-align:justify;
				line-height:20px;
				background-image:url(images/contentshadow.gif);
				background-position:bottom;
				background-repeat:no-repeat;
				}
			
			#textbottom{
			background-image:url(images/contentbottom.gif);
			background-repeat:no-repeat;
			width:653px;
			height:14px;
			margin-bottom:20px;
			}
			
			#bottom{
			width:955px;
			height:14px;
			margin:0 auto;
			background-image:url(images/footerbg.gif);
			background-repeat:no-repeat;
			}
			
			#footer{
			padding:15px;
			background-color:#f99606;
			font-size:9px;
			text-align:center;
			}
				

