body {
	background-color: #E1E1E1;
	text-align: center;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	background-image:url(../images/site_shadow.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin-top: 0px;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	background-image: url(../images/background_main.gif);
	background-repeat:repeat-x;
}
#header {
	height:190px;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
 /* Navigation */
 #navcontainer {
	height: 35px;
	clear: both;
	background-image:url(../images/top_menu.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin-top:0px;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 0px 15px 0px 15px;
	font-size: 0.81em;
}
#navlist a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}
#navlist a:hover {
	color: #000;
	text-decoration: underline;
}
#navlist #current {
	color: #000;
	text-decoration: underline;
}
/* Content */
#content {
	background-image: url(../images/background_main.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top:0px;
}
#contentleft {
	padding: 25px;
	float: left;
	width: 475px;
}
#contentright {
	float: right;
	width: 235px;
	padding-top: 30px;
}
#content a {
	color : #666666;
	font-weight : normal;
}
#content a:link {
	text-decoration : underline;
	color: #333333;
}
#content a:hover {
	color: #D91682;
	text-decoration: none;
}
#content p, td{
	color : #333333;
	font-size : 0.81em;
	line-height: 1.4em;
}
#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}
#content h2 {
	font-size: large;
	font-weight: normal;
	color: #FF3399;
}
.tableheader {

	font-size: 1px;
	color: #EAEAEA;
	text-decoration: none;
	
} /* box with corners */

#box {
	width:180px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #b9b9b9;
     border-top: 3px solid #999;
     padding: 10px;

}

/* Footer */
#footer {
	height:36px;
	padding-right: 26px;
	padding-left: 26px;
	background-image:url(../images/bottom_blue.gif);
	background-repeat:repeat-x;
}
#footer p {
	font-size:0.71em;
}
#footerleft {
	float:left;
	padding-left:6px;
}
#footerright {
	float:right;
	padding-right:6px;
}
#footerright a {
	color: #333333;
	text-decoration: underline;
}
#footerright a:hover {

	text-decoration: none;
}
/* Image alignment */
	
.imageleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	float: left;
	margin: 5px;
}
.imageright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-right: 5px;
	float: right;
}

