/* CSS Document */
html {
	scrollbar-face-color:#F7E924;
	scrollbar-base-color:#F7E924;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#F7E924;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#F02F30;
	scrollbar-darkshadow-Color:#F02F30;
	height:100%;
}

body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
	}
a:link {
	color: #ED392B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ED392B;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #ED392B;
	}

#wrap{
	width:800px;
	margin: auto;
	}
#hdr{
	width:800px;
	height:165px;
	background-image: url(images/jpgs/main/top.gif);
	}
#hdr h1{
	text-indent: -9999px;
	}
#header{
	text-indent: -9999px;
	height: 0px;
	}
#mid{
	width:738px;
	padding-right: 35px;
	padding-left: 27px;
	padding-bottom: 2px;
	text-align: justify;
	background-image: url(images/jpgs/main/mid.gif);
	padding-top: 2px;
	}
.mainmenu {
	font-size: 1.5em;
	font-weight: bold;
	color: #EE332C;
	height: 40px;
	width: 520px;
	margin-left: 143px;
	padding-top: 28px;
}

#footer{
	width:738px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 110px;
	padding-bottom: 2px;
	background-image: url(images/jpgs/main/bottom.gif);
	height: 70px;
	text-align: center;
	color: #CC2725;
	background-repeat: no-repeat;
	}
#theend{
	text-indent: -9999px;
	}
h1 {
	font-size:20px;
	color:#F02F30;
	}	
h2	{
	font-size:1.3em;
	}
.quicklink {
	background-image: url(images/jpgs/main/quicklink.gif);
	background-repeat: no-repeat;
	float: left;
	height: 230px;
	width: 245px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 80px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
}

	
.bodytext {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.grey {
	font-size: 9px;
	color: #CCCCCC;
}
#grey a, #info a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#grey a:hover, .here {
	text-decoration: none;
	color: #ffffff;
}

.imagewrap {
	float: left;
	margin-right: 15px;
}
/*********************************************** menus ***********************************/
.menu {
	float: left;
	width: 192px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	color: #ED342A;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ED342A;
	background-color: #F9ED2C;
}

.menu a, .menu a:visited {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #ED342A;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.menu a:hover {
	display: block;
	text-decoration: none;
	color: #F9ED2C;
	text-align: left;
	background-color: #ED342A;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}#menuwrap {
	float: left;
	width: 192px;
	margin-right: 30px;
	margin-bottom: 10px;
	background-image: url(images/jpgs/submenu/hdr-sub.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 43px;
}
