body {
	background-image: url(images/background.gif);
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #D7E3F3;	
}

a:link {
font-weight: normal;
color: #CC6600;
text-decoration: underline;
}
a:visited {
font-weight: normal;
color: #CC6600;
text-decoration: underline;
}
a:hover {
font-weight: normal;
color: #CC6600;
text-decoration: none;
}
a:active {
font-weight: normal;
color: #CC6600;
text-decoration: none;
}



/*text styles*/

.headline {
	font-size: 18px;
	color: #006699;
	font-weight: 900;
}

.subheadline {
	font-size: 14px;
	color: #006699 ;
	font-weight: 900;
}

.small {
font-size: 10px;
}

.warn {
color: #CC0000;
font-weight: 900;
}

.rightimage {
	padding:0px 0px 10px 10px;
	float: right;
}



/*id styles*/

#topwrap {
	height: 181px;
}

#top {
	margin-left: auto;
	margin-right:auto;
	width:770px;
	border-left: solid 1px #6699CC;
	border-right: solid 1px #6699CC;
	border-bottom: solid 1px #FF9900;
}

#framewrap {
}

#frame {
	background-repeat: no-repeat;
	border-left: solid 1px #6699CC;
	border-right: solid 1px #6699CC;
	width:770px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0px;
	text-align:left;
	background-color: #D7E3F3;
}

#contentlefthome {
	width:400px;
	float:left;
	padding: 25px 10px 10px 10px;
}

#contentrighthome {
	background-color: #FFCC99;
	width:350px;
	float:left;
}

#contentleft {
	width:500px;
	float:left;
	padding: 20px;
	color: #3B2D2D;
	font-size:12px;
	line-height: 20px;
}


#contentright {
	width:330px;
	float:left;
	padding: 25px 10px 10px 10px;
}


#content {
	width:745px;
	float:left;
	padding: 25px 10px 10px 15px;
	line-height: 20px;
}



#bottomwrap {
}


#bottommenu {
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	background-color: #FFCC99;
	width:750px;
	border: solid 1px #FF9900;
	padding: 10px 10px 20px 10px;
}
