@charset     "UTF-8";

body
{
	background-color: #FFF;
	color: #333;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left 68px;
}

a
{
	color: #e51c22;
	text-decoration: none;
}
a:hover { color: #000; }
a img { border-width: 0px; }

h1
{
	1color: #95A6B5;
	font-size: 16px;
}

h2
{
	color: #66666;
	font-size: 14px;
}

h3
{
	1color: #95A6B5;
	font-size: 12px;
}

h4
{
	1color: #95A6B5;
	font-size: 11px;
}


/* --- standard ---- */
*.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

*.fltleft { float: left; }
*.fltright { float: right; }

#pageframe
{
	width: 940px;
	margin: 29px auto 0px auto;
	text-align: left;
	min-width: 940px;
}


#redbox
{
	background-color: #e51c22;
	width: 189px;
	height: 16px;
	margin-left: 19px;
}
#logo{}
#headphoto{}

#menu { background-color: #4b4b4b; }
#menu ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 48px;
}
#menu li { float: left; }
#menu a
{
	color: #FFF;
	display: block;
	padding: 28px;
	font-size: 14px;
}
#menu a:hover
{
	color: #FFF;
	background-color: #e51c22;
	
}



#leftcol
{
	float: left;
	width: 210px;
}

#middlecol
{
	float: left;
	width: 430px;
	padding-left: 50px;
	padding-right: 50px;

}

#rightcol
{
	float: left;
	width: 200px;

}


#footer
{
	margin-left: 18px;
	margin-top: 30px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}

#copy
{
	width: 170px;
	background-color: #e51c22;
	float: left;
	padding: 10px;
	text-align: center;
	color: #FFF;

}

#bottomlinks
{
	float: left;
	width: 532px;
	text-align: center;

}
#bottomlinks ul
{
	list-style-type: none;
	margin: 0px auto 0px auto;
	padding: 7px 0px 4px 0px;
	width: 260px;
}
#bottomlinks li { float: left; }
#bottomlinks a
{
	display: block;
	padding: 2px 6px 2px 6px;
	color: #333;
}
#bottomlinks a:hover { text-decoration: underline; }

.borderright
{
	border-width: 0px 1px 0px 0px;
	border-color: #333;
	border-style: solid;
}

#credits
{
	float: left;
	width: 200px;
	
}



#pathbox
{
	margin: 20px 0px 20px 259px;
	1text-align: right;
}
#pathbox a { color: #999; }




/* ---- text editor styles  ----------------- */
.style1
{
	color: #666666;
	font-family: 'Trebuchet ms', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	padding: 0px 0px 2px 0px;
}
.style2
{
	color: #C00;
	font-family: 'Trebuchet ms', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	padding: 0px 0px 2px 0px;
}