body {
	background: #FFF url('images/bg.jpg') repeat-y center;
}

#page {
	background: #ffffff;
	margin: 0 auto; 
	width: 700px;
}

#header {	
	width: 700px;
	float: left;

}

#menu {
	background: #ffffff url('images/menutopbg.jpg') no-repeat top center;
	clear: left;
	width: 133px; 
	float: left;

}

#content {
	background: #ffffff;
	float: left;
	width: 450px;
	margin-left: 49px;
}

#contenthp {
	background: #ffffff;
	float: left;
	width: 550px;
	height: 350px;
}


#contentlrg {
	background: #ffffff;
	float: left;
	width: 550px;
}

#leftpane{
	clear: left;
	float: left;
	width: 272px;
	margin-right: 3px;
}

#rightpane{
	float: left;
	width: 272px;
	margin-left: 3px;
	
}

#rightpaneborder{
	float: left;
	width: 272px;
	margin-left: 1px;
	border-left: #C00 solid 1px;
	
}

#leftpane1{
	clear: left;
	float: left;
	width: 220px;
	margin-right: 5px;
}

#rightpane1{
	float: left;
	width: 220px;
	margin-left: 5px;
	
}


.clearing {
	clear: both;
	font-size: 10pt;
}

#footer {
	margin: 0 auto;
	clear: both;
	text-align: center;
	margin-top: 100px;
	width: 650px;
	border-top: solid 1px #CCC;
}

p{
	font: normal 10pt arial;
	color: #333;
	margin-left: 5px;
}

.smallprint {
	font: normal 8pt arial;
	color: #333;
	margin-left: 5px;
}

#menu p{
	font: normal 16pt arial;
	color: #666666;
	text-align: center;
}

.scroller {
	font: normal 10pt arial;
	color: #cccccc;
	text-align: center;
	margin: 0;
}

.scrollerred {
	font: normal 10pt arial;
	background-color: #cc0000;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
}

.copyright {
	font: normal 8pt arial;
	color: #666;
	text-align: center;
}

.skip {
	float: right;
	font: normal 8pt arial;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	font: normal 10pt arial;
}

ol {
	font: normal 10pt arial;
}

li {

	list-style-position: outside;
	line-height: 1.1;
	margin-bottom: 3px;
}

h1 {
	font: normal bold 16pt arial;
	color: #666666;

}

h2, h3, h4, h5 {
	font: normal bold 14pt arial;
	color: #333;
	margin-left: 5px;
	text-align: center;
}

a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}



#menu a:link {	
	color: #666666;
	text-decoration: none;
}

#menu a:visited {
	color: #666666;
	text-decoration: none;
}

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

#menu a:active {	
	color: #333333;
	text-decoration: none;
}

input, textarea, select {
	border: 1px solid #CCCCCC;
	background-color: #999999;
	color: #000;
}

#leftpane img, #rightpane img, #rightpaneborder img{
	margin-top: 6px;
}
