body { 
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: verdana;
}
#container {
	width: 752px;
	border: 2px solid #000;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #f3f3f3;
	margin: 0px auto;
	text-align: left;
}
/* Header Styles */
#head {
	margin: 0px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	height: 100px;
	border-bottom: 20px solid #0f2642;
}
/* End Head Styles */

/* Menu Styles */
#navcontainer {
	background: #369;
	border-top: 1px solid #9CC;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#navlist {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li {
	bottom: 11px;
	display: inline;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	position: relative;
}

html>body #navlist li {
	background: #000;
	margin: 0 3px 0 0;
	padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
	background: #8c012a;
	border: 1px solid #FFF;
	bottom: 2px;
	color: #FFF;
	cursor: pointer;
	display: inline;
	height: 1em;
	margin: 0;
	padding: 3px 5px 3px 5px;
	position: relative;
	right: 2px;
	text-decoration: none;
}

#navlist a:hover {
	background: #C00;
	bottom: 1px;
	color: #FFF;
	position: relative;
	right: 1px;
}

#navlist a:active {
	background: #999;
	bottom: 0px;
	color: #FFF;
	position: relative;
	right: 0px;
}

#navlist li#active {
	background: #369;
	bottom: 13px;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}

html>body #navlist li#active {
	background: #000;
	margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
	background: #369;
	border-bottom: none;
	border-left: 1px solid #9CC;
	border-right: 1px solid #9CC;
	border-top: 1px solid #9CC;
	bottom: 0;
	color: #FFF;
	cursor: text;
	margin: 0;
	padding: 2px 5px 0 5px;
	position: relative;
	right: 0;
}
/* End Menu Styles */

/* Main Page Styles */
#main {
	display: block;
	margin: 20px 0px 20px 20px;
	font-size: 12px;
	float:left;
	width:455px;
	border-right: 1px solid #dcdcdc;
	padding-right: 10px;
}
#sidebar {
	float:right;
	width:240px;
	margin: 20px 10px 20px 0px;
	padding: 0px 5px 20px 5px;
}
#main h1, #sidebar h1 {
	color: #330110;
	font-size: 15px;
	font-variant: small-caps;
}
#main h2 {
	color: #330110;
	font-size: 13px;
	font-variant: small-caps;
	text-align: center;
}
#main p, #sidebar p {
	font-size: 12px;
	line-height: 20px;
}
#main a, #main a:active, #main a:visited, #sidebar a, #sidebar a:active, #sidebar a:visited {
	color: #0033FF;
	text-decoration: none;
}
#main a:hover, #sidebar a:hover {
	color: #990033;
	text-decoration: none;
	border-bottom: 1px dashed #990033;
}
#main ul, #main li {
	font-size: 12px;
	list-style-type: square;
	line-height: 20px;
}
#main .totop {
	text-align: right;
	font-variant: small-caps;
	margin-right: 15px;
}
#main .left {
	float: left;
	margin: 10px 20px 10px 0px;
}
#main .left img {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
}
div.line {
	display: block;
	width: 96%;
	border-bottom: 1px dashed #4A7D99;
	margin: 0px auto 10px auto;
	text-align: center;
	clear: both;
}
/* End Main Page Styles */

/* Popup Styles */
#popupcontainer {
	width: 95%;
	border: 1px solid #4F5153;
	border-top: 3px solid #4F5153;
	border-bottom: 3px solid #4F5153;
	background-color: #f3f3f3;
	margin: 10px auto;
	font-size: 11px;
}
#popupcontainer img {
	border: 1px solid #4F5153;
	float: right;
	margin: 7px;
}
#popupcontainer p {
	margin: 10px;
	text-align: justify;
}
#popupcontainer ul, #popupcontainer li {
	text-align: left;
	list-style-type: square;
	line-height: 20px;
}
#popupcontainer h2 {
	font-size: 14px;
	font-weight: bold;
}
#popupcontainer a, #popupcontainer a:active, #popupcontainer a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#popupcontainer a:hover {
	color: #4A7D99;
	text-decoration: none;
	border-bottom: 1px dashed #BCE0F2;
}
#popupcontainer p.submit {
	text-align: center;
	margin: 20px auto;
}
#popupcontainer input {
	width: 150px;
}
#bottom {
	text-align: center;
	margin: 10px auto;
}
#bottom ul, #bottom li {
	list-style-type: none;
	display: inline;
	margin: 0px;
}
#bottom img {
	float: none;
	border: 0px;
}
/* End Popup Styles */

#baseline {
	display: block;
	clear: both;
	height: 20px;
}
/* Footer Styles */
#foot {
	clear: both;
	height: 50px;
	background-color: #330110;
	border-top: 5px solid #8c012a;
}
#foot p {
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 11px;
}
#foot a, #foot a:active, #foot a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#foot a:hover {
	color: #BCE0F2;
	text-decoration: none;
	border-bottom: 1px dashed #BCE0F2;
}
/* End Footer Styles */

