@charset "utf-8";
/* CSS Document */
body,html {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ADADAD;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
}
#container {
	margin: 5px auto;
	border: 1px solid black;
	width: 770px;
	background-color: #FFFFFF;
	min-height: 300px;
	background-image: url(/layout/bgcont.gif);
	background-repeat: repeat-y;
}
#header  {
	background-color: #000;
	border-bottom: 1px solid black;
	}
#header img {
	margin: 0;
	padding: 0;
	border: 0;}
#header ul {
	margin: 0;
	background-image: url(/layout/navbg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 50px;
	color: #E7E7E7;
	padding: 0 0 0 28px;
	border-bottom: 1px solid #232323;
	list-style-type: none;
}
#header ul li {
	float: left;
	}
#header ul li a {
	text-decoration: none;
	padding-top: 17px;
	height: 33px;
	width: 143px;
	display: block;	
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	color: #E7E7E7;
}
#header ul li a:hover {
	text-decoration: none;
	background-color: #272727;
	}
#contents {
	text-align: left;
	background-color: #E7E7E7;
	border-left: 1px solid black;
	width: 501px;
	padding: 0 10px 5px 10px;
	float: left;
}
h1 {
	color: #3E83AC;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
h1 i {
	font-style: normal;
	color: #454545;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
}
#contents h2 {
	font-size: 1.5em;
	margin: 1em 0 0 0;
	color: #3E83AC;
	border-bottom: 1px solid #555;
}
h2.top {
	margin: 1em 0 0 0;
	font-size: 1.2em;
	letter-spacing: 0.3em;
}

#breadcrumbs {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 11px;
	width: 100%;
	font-weight: bold;
	background-image: url(/layout/arrow.gif);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	text-indent: 10px;
}
#breadcrumbs p {
	margin: 0;
	padding: 5px 0;}
#breadcrumbs a {
	font-weight: normal;
	text-decoration: none;
	color: #272727;}
#breadcrumbs a:hover {
	text-decoration: underline;}
#newsletter {
	background-color: #3877AD;
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px 10px;
	border-top: 1px solid black;}
#newsletter h4 {
	margin: 0;
	padding: 0;}
#newsletter p {
	margin: 4px 0;}
#newsletter #button {
	margin: 0;
	background-color: #AEAEB0;
	border: 1px #2D4877;
	height: 22px;
	font-size: 11px;
	color: #2D4877;
	font-weight: bold;}
#footer {
	background-color: #555555;
	clear: both;
	margin: 0 auto;
	height: 25px;
	border-bottom: 1px solid black;
	text-align: left;
	border-bottom: none;
	background-image: url(/layout/bgfoot.gif);
	background-repeat: repeat-y;
	}
#footer a, #footer a:hover {
	color: #999999;
	text-decoration: none;}
.copy {
	color: #999999;
	padding: 6px 6px 6px 6px;
	margin: 0;
	font-size: 10px;
	text-indent: 26px;
}
.errmsg {
	padding: 5px;
}
