@charset "utf-8";

body {
	background-color: #bfbfc1;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#homecontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #565658;
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

#homemaincontent {
	clear: both;
	background-color: #565658;
}

#homeright {
	text-align: center;
	float: right;
	width: 296px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	height: 405px;
}
#homeleft {
	float: left;
	width: 386px;
	margin-top: 25px;
	text-align: center;
	margin-right: 0px;
	padding-left: 40px;
	background-color: #bfbfc1;
	background-image: url(../images/homeBg.jpg);
	background-repeat: repeat-y;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #565658;
}
#homesr {
	background-color: #565658;
	text-align: center;
	color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 7px;
	margin-bottom: 0px;
	border: 2px solid #BFBFC1;
	margin-right: 1px;
}
#homeleft  h1 {
	font-size: 1.5em;
	letter-spacing: 0.2em;
	line-height: 15px;
	color: #BFBFC1;
}
#homeleft  h2 {
	font-size: 1.3em;
	line-height: 13px;
}
#hometxt {
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #BFBFC1;
}

#homeleft #hometxt h1 {
	font-size: 1.5em;
	letter-spacing: 0.2em;
	line-height: 15px;
	color: #103164;
}

#regcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #BFBFC1;
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 20px;
	border-bottom-width: 3px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #565658;
	border-right-color: #565658;
	border-bottom-color: #565658;
	border-left-color: #565658;
}

#regmaincontent {
	clear: both;
	background-color: #565658;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #565658;
	border-left-color: #565658;
}

#regright {
	float: right;
	width: 330px;
	margin-top: 20px;
	text-align: left;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 20px;
	
}

#regleft {
	float: left;
	width: 330px;
	margin-top: 20px;
	text-align: center;
	margin-right: 0px;
	padding-left: 0px;
	border-right-width: 0px;
	margin-left: 0px;
}
#regsr {
	background-color: #666666;
	text-align: center;
	color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFC1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: .1em;
}
h1   {
	font-size: 1.5em;
	letter-spacing: 0.2em;
	line-height: 15px;
	color: #BFBFC1;
}
h2   {
	font-size: 1.3em;
	line-height: 13px;
}
h3 {
	color: #103164;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 0px;
}
.regtxt {
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #BFBFC1;
	text-align: left;
}
#regleft  .regtxt  h1 {
	font-size: 1.5em;
	letter-spacing: 0.2em;
	line-height: 15px;
	color: #103164;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #818183;
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	text-align: inherit;
}
#header {
	background-color: #565658;
	clear: both;
	height: 30px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	color: #CCCCCC;
	background-color: #565658;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#regright h1 {
	font-size: 1.5em;
	letter-spacing: 0.2em;
	line-height: 15px;
	color: #103164;
}
#homemaincontent a:link, #homemaincontent a:visited {
	font-weight: bold;
	color: #103164;
	text-decoration: none;
}
#homemaincontent a:hover, #homemaincontent a:active {
	font-weight: bold;
	color: #184D9A;
}
#regemaincontent a:link, #regemaincontent a:visited {
	font-weight: bold;
	color: #103164;
	text-decoration: none;
}
#regemaincontent a:hover, #regemaincontent a:active {
	font-weight: bold;
	color: #184D9A;
}

dt {
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
dl {
	margin-top: 0px;
}

dd {
	margin-left: 0px;
}
.tle {
	font-size: 1.2em;
	color: #103164;
}
