/* ------- Begin general styles -------*/
* {
	margin: 0px;
	
	padding: 0px;
}
html, body {
	
	width: 100%;
	
	height: 100%;
	
	margin: 0px;
	
	font: normal 14px Arial, Helvetica, sans-serif;
	
	background: #85b7e0 url("../images/main_background.gif") repeat-x left top;
}
#container {

	margin: auto;
	
	width: 784px;
	
}
h1 {
	
	font-weight: bold;
	
	font-size: 20px;
	
	margin: 14px 0px 14px 0px;
}
h2 {
	
	font-weight: bold;
	
	font-size: 18px;
	
	margin: 12px 0px 12px 0px;
}
h3 {
	
	font-weight: bold;
	
	font-size: 16px;
	
	margin: 10px 0px 10px 0px;
}
h4 {
	
	font-weight: bold;
	
	font-size: 14px;
	
	margin: 8px 0px 8px 0px;
}
h5 {
	
	font-weight: bold;
	
	font-size: 14px;
	
	margin: 6px 0px 6px 0px;
}
a:link, a:visited {
	
	color: #678dad;
	
	text-decoration: none;
}
a:hover {
	
	color: #e87da1;
	
	text-decoration: underline;
}
ul {
	
	margin-left: 12px;
	
	padding-left: 12px;
}
ol {
	
	margin-left: 16px;
	
	padding-left: 16px;
}
ul li, ol li {
	
	margin: 8px 0px;
}
img {
	
	border: none;
}
p {
	
	margin: 10px 0px;
}
th {
	
	text-align: left;
}
.footerbox {
	
	margin: 0px 0px 4px 0px;
	
	font-size: .9em;
	
	text-align: center;
	
	border: 1px solid #85b7e0;
	
	background-color: #f9f9f9;
	
	padding: 5px;
}
/* useful classes */
.left {
	
	float: left;
	
}

.right {
	
	float: right;
	
	
}
/*  end   */

.pic {
	
	padding: 7px;
	
}

.content {
	
	margin: 10px 30px;
	
	font-size: 12px;
	
}

.content p {
	
	font-size: 12px;
	
}

.content ul {
	
	font-size: 12px;
	
}

.content ul li {
	
	font-size: 12px;
	
}


.line {
	
	text-decoration: underline;
	
}

.leftpic {
	
	float: left;
	
	border: none;
	
	padding: 0 7px 7px 0;
	
}

.rightpic {
	
	float: right;
	
	border: none;
	
	padding: 0 0 7px 7px;
	
}

.content h1 {
	
	color: #33cc33;
	
	text-transform: uppercase;
	
	text-align: center;
	
	/*font-weight: normal;*/
	
	font-family: "Times New Roman", Times, serif;
	
	font-size: 40px;
	
}

.content hr {
	
	width: 100%;
	
	height: 1px;
	
	clear: both;
	
	color: #E87DA1;
	
	margin: 30px auto;
	
}

.indent {
	
	margin-left: 30px;
	
}

ul.smallertext li {
	
	font-size: 12px;
	
}

.forty {
	
	width: 40%;
	
}

.fifty {
	
	width: 50%;
	
}
/* ------- End general styles ------- */

/*--------Header info-----------------*/

#heading {
	
	background:url(../images/logo3.png) no-repeat top left;
	
	text-indent: -9001px;
	
	width: 350px;
	
	height: 128px;
	
	margin: 0 0 0 10px;
	
	padding: 0;
	
/*	color:#4C93CD;
	
	font-size: 16px;
	
	margin: auto;
	
	text-align: center;	
	
	font-weight: normal;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	padding: 0;
	
	margin: 0;
	
	text-decoration: none;
*/	
}

#heading a {
	
		color:#4C93CD;
		
		display: block;
		
		height: 100%;
		
		width: 100%;

}

#logo {
	
	margin: 0px 5px;
	
}

/*----------*/


#green {
	
	background-color: #FFF;
	
	background-image: url(../images/greenbg.png);
	
	background-position: top;
	
	background-repeat: repeat-x;
	
	background-attachment: scroll;
}

.caption {
	
	font-style: italic;
	
	font-size: 8px;
	
}

.clear {
	
	clear: both;
	
}

#legal {
	
	font-size: 10px;
	
	text-align: center;
	
}
#sidebar {
	
	width: 200px;
	
	float: right;
	
	padding: 15px;
	
	background-color: #f9f9f9;
		
}
#content {
	
	float: left;
	
}
#sidebar ul {
	
	list-style-type: none;
	
}

