body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
color:#FFFFFF;
}
.leftsideBkg {
	background-image: url(images/orangestripes.gif);
	background-attachment: fixed;
	background-color: f38300;
	background-repeat: repeat-y;
	background-position: right;
}
.rightsideBkg {
	background-image: url(images/orangestripes.gif);
	background-attachment: fixed;
	background-color: f38300;
	background-repeat: repeat-y;
	background-position: left;
}
.rightnav {
background-color: #ffe066;
}
.toplogowithphoto {
	background-image:url(images/toplogowithphoto.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.main {
	font-size: 10px;
}
.main a {
	font-weight: bold;
	color: #3974ab;
	text-decoration: none;
}
.featurebkg {
	background-image: url(images/featurecircle.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main a:hover {
	font-weight: bold;
	color: #3974ab;
	text-decoration: underline;
}
.main a:visted {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mainBkg {
	background-attachment: fixed;
	background-image: url(images/blue_halftone.gif);
	background-repeat: repeat;
	background-position: left top;
}
.mlogobarBkg {
	background-attachment: fixed;
	background-image: url(images/topbarBkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.mainwhite {
	font-size: 12px;
	color: #FFFFFF;
}
.mainwhite a {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
