/* CSS Document */

body
{
	background-color:#c9ccc5;
	font: 11px/1.5em "Lucida Grande","Nimbus Sans Medium",Arial,sans-serif;
	margin: 20px 0px 0px 0px;
	color:#333333;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
        /*font-weight: bold; */
        margin-top:5px;
        margin-bottom:3px;
}
 
h1 {	font-size: 218%;	}
h2 {	font-size: 164%;	}
h3 {	font-size: 145%;	}
h4 {	font-size: 118%;	}
h5 {	font-size: 95%;	}

.title
{
	padding-left:25px;
	margin-top:15px;
	text-align:left;
	color:#666666;
}

a
{
	color:#333333;
	color:#006699;
	/*text-decoration:none;*/
}
a:hover
{
	color:#006699;
}

#maindiv
{
	width:800px;
	background-color:#FFFFFF;
}

#headerstrip
{
	width:800px;
	height:150px;
	/*background-image:url(../images/header.png);*/
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#menubar
{
	height:27px;
	width:760px;
	margin:10px 0px 5px 15px;
	padding:3px 0px 0px 15px;
	background-image:url(../images/menubar.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#menubar a
{
	margin: 0px 10px 0px 10px;
	text-decoration:none;
	color:#333333;
}
#menubar a:hover
{
	color:#006699;
}


#bodycontent
{
	display:block;
	padding:5px 0px 10px 0px;
	/*margin-left:15px;*/
	background-color:#FFFFFF;
	background-image:url(../images/upt.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
}

#upt
{
	float:left;
	height:240px;
	width:1px;
	border:solid 0px #000;
	vertical-align:top;
/*
	background-repeat:no-repeat;
	margin-right:15px;
*/

}

.content
{
	float:left;
	padding-right:65px;
	border:solid 0px #000;
	padding:5px 65px 0px 35px;
}

#footer
{
	width:760px;
	margin-top:15px; 
	padding-top:5px;
	padding-bottom:5px;
	border-top:solid 2px #666;
	font-size:90%;
}
#footer a
{
	text-decoration:none;
}


td
{
	vertical-align:text-top;
}

.contentimg
{
	border: solid 1px #cccccc;
	padding:5px;
	margin:5px;
}