body, html {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}
#container {
	width: 768px;
	margin: 10px auto 0 auto;
	}
#nav {
	background-color: #990000;
	height: 40px;}
#nav ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;}
#nav ul li a {
	color: #FFFFFF;
	display: block;
	width: 120px;
	text-transform: uppercase;
	text-align: center;
	margin: 12px 10px 10px 10px;
	border: 1px solid #990000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}
#nav ul li a:hover {
	border: 1px solid white;}
#logo {
	background-color: black;
	height: 75px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #A2A2A2;
	}
#logo ul {
	float: right;
	padding-top: 25px;	}
#logo ul li {
	float: left;
	width: 80px;
	padding-left: 5px;  }
#logo ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;}
#logo ul li a:hover {
	text-decoration: underline;	}
#flash {
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #A2A2A2;
	}
#content {
	width: 766px;
	border: 1px solid;
	border-color: #A2A2A2;
	background-image: url(dotbg.gif);
	background-repeat: repeat-y;
	background-position: 383px 100px;
	}
#content.nobg {background-image: none;}
#content h1 {
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 20px;
	text-transform: uppercase;
	color: #990000;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #666666;
}
#content h2, h3 {
	margin: 0px 7px;}
#content h1 i {
	font-style: normal;
	color: white;
	background-color: #990000;
	padding: 0 5px;
	margin-left: 5px;
}
#content form {
	padding-left: 10px;}
#content p {
	padding-left: 10px;}
#left {
	width:50%;
	float: left;
	margin: 0;
	padding: 0;
}
#left p {
		}
#left p i {
	font-style: normal;
	padding-top: 5px;
	vertical-align: top;}
#left input.tdc, #left textarea {
	width: 320px;
	margin-right: 100px;}
#left textarea {
	height: 100px;}
#right {
	float: left;
	padding: 0 0 0 2px;
	margin: 0;}
#fright {
	text-align: right;
	padding-right: 10px;	}
#footer {
	clear: both;
	background-color: #EAEAEA;
	border-top: 1px solid #A2A2A2;
	height: 25px;	}
#footer p {
	padding: 5px 0 10px 10px;
	margin: 0;		}
#footer a {
	text-decoration: none;
	color: #333333;}
#footer a:hover {
	text-decoration: underline;}
.errmsg {
	text-transform: uppercase;
	font-weight: bold;
	color: #990000;
	text-align: center;}

