/*--------General-------*/

body {
background:#4690c9 none repeat scroll 0%;
border:0px none;
margin:0px;
font-family:'Trebuchet MS',Myriad,Arial,Verdana,sans-serif;
}

acronym {
cursor: help;
}

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

a:hover {
text-decoration: underline;}

/*--------Layout-------*/
#wrapper {
border: none;
margin-left:auto;
margin-right:auto;
width: 776px;
background: #fff url(./images/css/wrapper.jpg) repeat-y;
}

#header_container {
background: #fff url(./images/css/header_bg.jpg) no-repeat;
border: none;
height: 218px;
margin-left:auto;
margin-right:auto;
width: 776px;
}

#main_container {
border:none;
margin-left:auto;
margin-right:auto;
width: 776px;
}

#footer_container {
clear: both;
padding: 2px 20px;
background: #4690c9 url(./images/css/footer_bg.jpg) no-repeat bottom;
min-height: 100px;
}


/*--------------- Main Content Area Layout------------*/

#main {
margin-left:auto;
margin-right:auto;
padding-bottom:20px;
padding-top:20px;
text-align:left;
width: 776px;
background: #fff url(./images/css/wrapper.jpg) repeat-y;
}

#prim {
float: right;
width: 490px;
padding-left: 1px;
padding-right: 40px;
line-height: 1.3em;
}

#sec {
padding-bottom:20px;
padding-top:0;
padding-left: 20px;
text-align: left;
width: 200px;
float: left;
	}


div.section {
padding-bottom: 10px;
border-bottom: 6px solid #f8fce8;
}
/*-------------------Main Styling-----------------------*/
#main p {
text-align: justify;
text-indent: 2em;
}

#main h1 {
font-family: "Comic Sans MS", cursive, sans-serif;
font-size: 1.8em;
line-height: 1em;
}
/* -------------------Footer--------------------------------*/
#footer {
background: url('images/bucket.jpg') no-repeat 20px 0;
padding: 20px;
height: 120px;
}
#footer p {
text-align: left;
padding-left: 100px;
padding-top: 50px;
}

#pixelwave {
float:right;
font-size:95%;
margin-top:-22px;
text-align:right;
}
#pixelwave a:link, #pixelwavea:active, #pixelwave a:visited {
color: #eee;
text-decoration: none;}

/* ------------------ Main Navigation -----------------------*/

#main_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#main_nav {
	width: 200px;
	border: 1px solid #ccc;
	margin: 10px;
	}
	
#main_nav li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#main_nav li a:link, #main_nav li a:visited {
	color: #01765a;
	display: block;
	background: url(images/main_nav.gif);
	padding: 8px 0 0 30px;
	}
	

	
#main_nav li a:hover, #main_nav li a:active {
	color: #283A50;
	background: url(images/main_nav.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}


/*-------------Images---------------*/
.img_right{ 
margin: 0 0 0 8px;
border: 0;
}

.div_right {
float: right;
margin: 0 0 0 12px;
padding:10px;
border: 0
background: #fff;
text-align: right;
}

#main p.caption {
text-align: center;
padding: 0;
margin: 0;
color: #333;
font-size: 85%;
}

.bg1 {
background-color: #ffecaa;
}

.bg2 {
background-color: #ebf0f6;
}

td, th {
text-align: center;
}

th {
height: 1.5em;
vertical-align: bottom;
}


#main p.no-indent {
text-indent: 0;
}

#main sup a:link, #main sup a:active, #main sup a:visited, #main sup a:link  {
text-decoration: none;
color: blue;
}

#main sup a:hover {
text-decoration: underline;
}

