@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

body#bodyOverview li#nav_overview a,
body#bodyReg li#nav_reg a,
body#bodyLinks li#nav_links a,
body#bodyContact li#nav_contact a {
	color: #9E1B32;
}

body#body_index {
	background-color: #DDDDDD;
	background-image: url(../images/indexBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	color: #9E1B32;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #9e1b32;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

H2 {
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9E1B32;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

H4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.bottomrule {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.twelve {
	font-size: 12px;
}

.red {
}

.smallRed {
	font-size: 10px;
	color: #9E1B32;
}

#wrapper {
}

#headerHold {
	background-color: #FFFFFF;
}


#header {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 45px;
}

#logo {
	width: 300px;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;

}

#mainNav {
	float: right;
	width: 420px;
	padding-top: 55px;
}

#mainNav ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#mainNav li {
	display: inline;
	font-size: 14px;
}

#mainNav li a {
	color: #777777;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	margin-left: 10px;
}

#mainNav li a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

#graphicHold {
	background-color: #333333;
	background-image: url(../images/graphicBG.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#graphic {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 120px;
	text-align: right;
	padding-right: 45px;
}


#contenthold {
	background-image: url(../images/topDown.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#content {
	width: 715px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 40px;
	padding-top: 15px;
	padding-left: 45px;
	padding-right: 45px;
}

#content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#content li {
}

.lispan {
}

#contentLeftCol {
	float: left;
	width: 300px;
}

#contentRightCol {
	float: right;
	width: 350px;
}

.linkHold {
	float: left;
	margin-bottom: 15px;
	background-image: url(../images/linkBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	margin-top: 10px;
}

.linkHold H2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bold;
}

.linkLogo {
	float: left;
	width: 300px;
	padding-top: 25px;
	text-align: center;
	padding-left: 20px;
}

.linkDetail {
	float: right;
	width: 330px;
	font-size: 12px;
	line-height: 1.4em;
	color: #666666;
	padding: 30px;
}

.contactHolder {
	float: left;
	width: 238px;
}

#contactLeft {
	float: left;
	width: 300px;
}

#contactRight {
	float: right;
	width: 300px;
}


#homeWrapper {

}

#homeHold {
	height: 280px;
	width: 450px;
	margin-top: -150px;
	margin-left: -225px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #666666;
	font-size: 12px;
	line-height: 1.4em;
}

#homeHold p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#homeHold table {
	width: 100%;
}

#homeHold table p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#homeHold table td {
	text-align: left;
	vertical-align: top;
}

#homeHold table strong {
	font-size: 14px;
}

#homeHold img {
	padding-bottom: 25px;
}

#homeText {
	width: 380px;
	padding-left: 70px;
}

#homeEnter {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 5px;
}

#footerHold {

}

#footer {
	width: 715px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 50px;
	font-size: 11px;
	padding-left: 45px;
	line-height: 1.7em;
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 45px;
	color: #777777;
}

#footer p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footerLeft {
	float: left;
	width: 500px;
}

#footerRight {
	float: right;
	width: 200px;
	text-align: right;
}

#footerRight a {
	color: #999999;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	color: #333333;
	font-size: 10px;
}

#footer li a {
	padding-left: 10px;
	color: #BBBBBB;
	text-decoration: none;
}

#footer li a:hover {
	color: #9E1B32;
	text-decoration: none;
}
