@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bodybackground.jpg) repeat-x top left;
}


p, td
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.bigfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

h1
{
	color: #4e799e;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}
h2
{
	color: #607744;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}
h3
{
	color: #7f9959;
	font-size: 16px;
}

h4
{
	color: #ffffff;
	font-size: 14px;
	margin: 0 0 1em 0;
	padding: 0;
}

pre {
	font-family: "arial";
	font-size: 12px;
	color: black;
}

Heading {
	font-family: "arial";
	color: #607744;
	font-size: 16px;
}

SmallGrey {
	font-family: "arial";
	color: #4b4c50;
}
SmallWhite {
	font-family: "arial";
	color: #ffffff;
}
.SmallRed {
	font-family: "arial";
	color: #e31836;
}
#Large {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #464646;
}
#LargeWhite {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #ffffff;
}
#LargerWhite {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	color: #ffffff;
}


a {
	font-family: "arial";
	color: #5d7342;
}

a.white, a.white:visited{	 font-size: 12px; font-family: "arial"; text-decoration:none;	color: #ffffff; } a.white:hover {	text-decoration:none; }
a.blue, a.blue:visited{	 font-size: 12px; font-family: "arial"; text-decoration:none;	color: #4e799e; } a.blue:hover {	text-decoration:none; }
a.TopNav, a.TopNav:visited{	 font-family: "tahoma"; text-decoration:none;	color: #ffffff; } a.TopNav:hover {	color: black;}
a.BottomNav, a.BottomNav:visited{	 text-decoration:none;	color: #4b4c50; } a.BottomNav:hover {	color: #e31836; }

a.button
{
	background-image: url("images/btn_1_box_left.gif");
	background-position: left top;
	background-repeat: no-repeat;	
	color: #ffffff;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;	
	white-space: nowrap;
	width: auto;
}

a.button span
{
	background-image: url("images/btn_1_box_right.gif");
	background-position: right top;
	background-repeat: no-repeat;	
	display: block;
	height: 25px;
	margin-left: 10px;
	padding: 0 15px 0 0;
	white-space: nowrap;
	//width: 50px;
}

p.buttonlist
{
	margin: 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

a.button:hover
{
	background-position: left bottom;
}

a.button:hover span
{
	background-position: right bottom;
}

div.login
{
	background-image: url("images/loginback.gif");
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFF;
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 100%;
}


#topmenu {
	height: 22px;
	width: 773px;
	padding-top: 10px;
	padding-left: 25px;
}

#topmenu #text {
	font-size: 14px;
	color: #c8d3b8;	
	width: 600px;
}

#topmenu #links a
{
	font-size: 12px;
	color: #c8d3b8;
}


#footer {
	background-color: #808080;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

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

#copyright {
	margin-top: 5px;
	color: #d6d6d6;
}

#FooterGoto
{
	//background: url("images/goto_footer.gif") 95% 100% no-repeat;
	height: 150px;
}

div.box_top
{
	background-image: url("images/box_1_top.gif");
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.box_mid
{
	background-color: #ffffff; background-image: url("images/box_1_mid.gif");
	background-position: right center;
	background-repeat: repeat-y;
	color: #FFF;
	margin: 5px 0 0 0;
	overflow: hidden;
	width: 100%;
}

div.box_btm
{
	background-image: url("images/box_1_btm.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 17px 16px 10px 30px;
}

div.box_top_sm
{
	background-image: url("images/box_1_top_sm.gif");
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.box_mid_sm
{
	background-color: #ffffff; background-image: url("images/box_1_mid_sm.gif");
	background-position: left center;
	background-repeat: repeat-y;
	color: #FFF;
	margin: 0px 0 0 0;
	overflow: hidden;
	width: 100%;
}

div.box_btm_sm
{
	background-image: url("images/box_1_btm_sm.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0px 16px 8px 10px;
}

