BODY    {
	margin: 0;
	background-color: #FFFFFF;
	padding: 0;
	font: normal small "MS Sans Serif", Arial, Helvetica;
	color:#565656;
	line-height: 17px;
}
h1 {
	font-family: "MS Sans Serif", Arial, Helvetica;
	font-size: medium;
	color:#2D4F8C;
}
h2 {
	font-family: "MS Sans Serif", Arial, Helvetica;
	font-size: small;
	color:#3D3568;
	padding-top: 17px;

}

.f2 {
	font: normal 14px "MS Sans Serif", Arial, Helvetica; 
	color:#3E3E3E;
}

.f3 {
	font: normal xx-small "MS Sans Serif", Arial, Helvetica;
	color:#3E3E3E;
	line-height: 20px;
}


a:link {
	color: #7A930A;
}
a:visited {
	color: #910000;
}
a:hover {
	color: #910000;
}
a:active {
	color: #7A930A;
}

/* NAVIGATION BUTTONS */
.cssnav	{
			position:relative;

			background-image:  url(../graphics/btn_bullet_b.gif);
			background-repeat: no-repeat;
			white-space: nowrap;
			display: block;
			width: 150px;
			height: 25px;
			margin: 0; 	 
}
.cssnav a {
			text-decoration: none;

}

.cssnav img { padding-left:10px; width: 134px; height: 25px; border: 0; }
* html a:hover {
	visibility:visible;
							
}

.cssnav a:hover {
	position:relative;

	background-image:  url(../graphics/btn_bullet_a.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 25px;
	margin: 0; 
	padding: 0;
	text-decoration: none;
}



.styles_panels td {
	width: 20%;
	height: 120px;
	background-image:  url(../graphics/styles_greygrad.gif);
	text-align:center;
	vertical-align:top;
	font-size:xx-small;
	padding-top: 5px;
	line-height:normal;
}

/* LAYOUT */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 684px;
}

#topMenu {
	width: 380px;
	background-image: url(../graphics/header_greygrad.gif);
	background-repeat: repeat-x;
	height: 24px;
	padding-top: 22px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
}

#topMenu a:link {
	color: #333333;
	text-decoration:none;
}

#topMenu a:visited {
	text-decoration:none;
}

#topMenu a:active {
	text-decoration:none;
}

#topMenu a:hover {
	text-decoration: underline;
}

#header {
 	width: 390px;
	background-image: url(../graphics/header_main.jpg);
	background-repeat:no-repeat;
	height: 153px;
}

#side-a {
	float: left;
	width: 144px;
	padding-right: 5px;
}

#side-b {
	padding-top: 46px;
	float: right;
	width: 140px;
}

#content { 
	float: left;
	width: 390px;
}

#content2 {
	clear: both;
	padding:1px; 
	text-align:right;
}

#footer {
	clear: both;
	color:#666666; 
	margin-top:10px; 
	padding:0px; 
	background-color:#E8E8E8;
	text-align:center;
}

#emailForm {
	float:right; 
	width:auto; 
	font-size:x-small; 
	border:dotted 1px; 
	border-color:#CCCCCC; 
	padding-left:5px;"
}