*, html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset
{margin: 0; padding: 0;}

/* SET BASE FONT ATTRUBUTES */
html, body {
	/*font: 12px/1em  tahoma, Arial, "Arial Unicode MS", Myriad, Helvetica, Verdana, "Trebuchet MS", Sans-serif;	*/
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	color:#fff;
	font-weight: normal;
	font-style: normal;
}
/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;margin: 2px 0px 2px 0px;}
h1 {font-size: 1.75em;color: #313131;}
h2 {	font-size: 1.5em;color: #313131;}
h3 {font-size: 1.3em;color: #a6141a;padding:5px 0px 5px 0px ;}
h4 {font-size: 1.1em;;padding:5px 0px 5px 0px ;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}

body {
	background-color: #252525;
	background-image: url(PageBackGround.gif);
	margin: 0;
	background-repeat : repeat-x;
}
a:link, a:visited, a:active {
	color: #ffffff;
	/*text-decoration: underline;*/
}
a:hover {
	color: #c0c0c0;
	/*text-decoration: underline;*/
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #313131;
	height: 1px;
	width: 580px;
}
img{
	border: 0;
}
form {
	margin: 0;
}
.main {
	width: 750px;
	margin: auto;
	padding: 0;
	/*background-color: #dcd4a8;
	background-image: url(header.jpg);
	background-repeat : repeat-x;
	
	border : 2px solid #313131;*/
}
.banner, .search_box {
	height: 84px;
	/*background-image: url(header.jpg);
	background-repeat: repeat-x;*/
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #373737;
	text-align: center;
	margin-bottom: 10px;
}
.banner {
	width: 240px;
	padding-left: 20px;
	color: #313131;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
	text-align: left;
}
.search_box {
	float: right;
	clear: right;
	text-align:right;
	width: 490px;
	padding-top: 15px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.banner a {
	color: #fbfbc8;
}


.topMenu {
	text-align: right;
	margin: 0px;
	font-size: 12px;
	padding-top:38px;
}

.topMenu span {
	padding:0px 0px 0px 20px;
	font-size: 12px;
}
.topMenu .topMenu {
	display:none;
}
.topMenu a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.topMenu a:hover {
	color: #a6141a;
}

.menuF {
	float: left;
	width: 290px;
	margin: 0px;
	height: 443px;
	border-top: 1px solid #656565;
}

.menu {
	float: left;
	width: 190px;
	margin: 0px;
	height: 443px;
	background-image: url(MenuBackGround.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #656565;
	font-size: 1.2em;
}
.menu img{
	position:absolute;
	z-index: 1;
	display:none;
}
.menu ul{
	margin: 0;
	padding: 0px 0px 0px 0px ;
	list-style: none;
}
.menu li {
	margin: 0;
	padding: 4px 0px 2px 2px ;
	list-style: none;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
	color: #373737;
	font-weight: bold;
	text-decoration: none;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	border-left: 3px solid #373737;
	border-bottom: 1px solid #373737;
	background-image: url(menuBG.gif);
	/*background-color : #f3f6fb;*/
}
.menu_main a:hover {
	border-left: 3px solid #a6141a;
	border-bottom: 1px solid #a6141a;
	color: #a6141a;
}
.menu strong {
	color: #a6141a;
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	margin-left: 0px;
	padding: 10px 14px 14px 14px;
	text-align: justify;
	clear: right;
	background-color : #7d7d7d;
	background-image : url(ContentBackGround.gif);
	background-repeat : repeat-y;
	height: 419px;
	overflow: auto;
	border-top: 1px solid #656565;
}
.content p{
	line-height: 1.5em;
	margin-bottom: 10px;
}
.content ul, .content ol{
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-left: 25px;
}
.content img{
	margin: 10px 10px 10px 10px;
	border : 3px solid #585659;
}
.footer {
	/*background-color: #FFFFFF;*/
	clear: both;
	height: 20px;
	/*background-image: url(footer.jpg);
	background-repeat: repeat-x;*/
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}