/*default style*/
body{margin:0px;padding:0px;text-align:center;font-family:Garamond;font-size:14px}
a img{border:0px}

/*red top header where title stands*/
.header{background-color:#931025;width:auto;height:100px}
.header h1{font-size:24px;color:white;width:806px;text-align:left;margin:0px 0px 0px 20px;margin:auto;}

/*menu*/
.menu{margin:auto;width:806px}
.menu ul{list-style-type:none;width:auto;text-align:right;height:20px}
.menu ul li{float:right;width:150px;line-height:20px;text-align:center;margin:0px 1px 0px 5px;border:1px solid #c3c3c3;}
.menu ul li a{display:block;color:#cfcfcf;width:150px;line-height:20px;height:20px;text-decoration:none;}
.menu ul li a:hover{background-color:#cfcfcf;color:#931025;}

li.current{background-color:#cfcfcf;color:#931025;}

/*Background under menu*/
.backunder{background:#ffffff url('images/under-top.gif') repeat-x;height:67px;width:100%}

/*top middle*/
.topmid{background:#ffffff url('images/top-middle.gif') no-repeat;margin:auto;width:806px;height:67px;text-align:left;}
.topmid h2{color:#c3c3c3;border-bottom:1px solid #c3c3c3;width:480px;font-size:16px;font-weight:bold;margin:10px 0px 0px 20px}

/*the center*/
.thecenter{clear:both;width:806px;background:#ffffff url('images/left-middle.gif') repeat-y left;height:auto;margin:auto;text-align:left}

/*links inside center*/
.thecenter a{color:#931025}
.thecenter a:hover{color:#434342}

/*the columns - inside the center*/
.rightcenter{float:right;width:250px;height:auto;margin-right:10px}
.leftcenter{width:480px;margin-left:20px;height:auto;}

.blackbox{background-color:#434342;width:250px;color:white;height:auto;padding:5px;margin-bottom:10px}
.blackbox h3{color:white;font-weight:bold;font-size:14px;margin-top:0px}

/*footer*/
.footer{clear:both;background-color:#931025;width:100%;height:50px;color:#E4E5E5;}
.infooter{background:#931025 url('images/bottom-middle.gif') no-repeat;margin:auto;width:806px;height:17px;}

.footer a{color:#E4E5E5}
.footer a:hover{color:#ffffff}

.thecenter .leftcenter h2 {
	font-size: large;
	color: #FF0000;
	text-decoration: underline;
	background-color: #FF99FF;
}
.thecenter .leftcenter img {
	float: right;
}
.thecenter .leftcenter h3 {
	background-color: #000066;
	color: #FFFFFF;
}
.thecenter .leftcenter h4 {
	background-color: #FFCC00;
	font-size: x-large;
}
.thecenter .leftcenter h5 {
	background-color: #CCCCCC;
	font-size: x-large;
}
.thecenter .rightcenter .blackbox .style1 a {
	color: #33FFFF;
	text-decoration: none;
}
.thecenter .rightcenter .blackbox a {
	color: #33FFFF;
}
