body {
	background: #000 url('./images/bg_grad.jpg') repeat-x;
	margin-top: 0;
}

#container {
	width: 700px;
	margin: auto;
	border: 3px solid #A09A69;
	border-top: none;
}

#header {
	height: 175px;
	background: transparent url('./images/header.jpg') no-repeat;
}

#nav_bar {
	height: 25px;
	background: transparent url('./images/nav_bg.jpg') no-repeat;
	color: #FFF;
}

#nav_bar a {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	display: inline;
	height: 25px;
	border-right: 1px solid #A09A69;
	padding: 3px 10px 4px 10px;
}

#nav_bar a:hover {
	background: #013366;
}

#title_bar {
	height: 75px;
	width: 500px;
	background: #FFFFFF url('./images/title_bar_bg.jpg') repeat-x;
	float: right;
	border-bottom: 4px solid #A09A69;
	font-family: Georgia, Times New Roman, Times, serif;
}

#title_bar h1.mainTitle {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px;
	color: #013366;
}

#date_bar {
	height: 75px;
	width: 200px;
	background: #F0F0F0 url('./images/date_bar_bg.jpg') repeat-x;
	border-bottom: 4px solid #A09A69;
}

#date_bar .datetxt {
	color: #A09A69;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	margin: 0;
	padding-top: 20px;
}

#contentwrapper {
	background: url('./images/content_bg.jpg') repeat-y;
	overflow: auto;
	width: 100%;
}

#side_box {
	width: 200px;
	background: #F0F0F0;
	float: left;
	display: inline;
}

#side_box h1.sideTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #535353;
	margin: 0;
	padding: 10px;
}

#side_box h2.sideDate {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #959595;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #013366;
	text-align: right;
	padding-right: 10px;
	margin: 0;
}

#side_box p.sideText {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #535353;
	text-align: justify;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	line-height: 25px;
}

#side_box a.sideNav, a:link.sideNav, a:active.sideNav, a:visited.sideNav {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	margin-left: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}

#side_box a:hover.sideNav {
	color: #A09A69;
}

#content_box {
	width: 480px;
	background: #FFF;
	float: right;
	padding: 10px 10px 0px 10px;
	color: #535353;
	display: inline;
	position: relative;
}

#content_box p {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin: 0px;
	line-height: 20px;
}

#content_box h2 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	color: #A09A69;
	margin-bottom: 5px;
	margin-top: 20px;
}

#content_box a, a:link, a:active, a:visited {
	color: #535353;
	text-decoration: underline;
}

#content_box a:hover {
	text-decoration: none;
	color: #000;
}

#content_box .imgFloat {
	float: right;
	border: 1px solid #535353;
	padding: 3px;
	margin: 5px 0px 0px 10px;
}

#footer {
	clear: both;
	margin-top: 20px;
	text-align: right;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 20px;
}

#footer a, a:link, a:active, a:visited {
	color: #999;
}

#footer a:hover {
	color: #000;
}

.clear {
	clear: both;
	background: none;
}

/* FORM STYLES */
#formBox {
	width: 400px;
	margin: auto;
	padding: 12px;
	border: solid 2px #DEDEDE;
	font-family: Trebuchet MS, Arial, sans-serif;
}

#formBox h1 {
	font-size: 16px;
	color: #000;
	margin: 0;
	margin-bottom: 10px;
}

#formBox p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #dedede;
	padding-bottom: 10px;
}

#formBox .req {
	color: #CF0000;
	font-size: 15px;
}

#formBox label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#formBox .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#formBox input {
	float:left;
	width:200px;
	margin: 7px 0 30px 10px;
	padding: 3px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#formBox select {
	float:left;
	background: #FFF;
	width: 208px;
	margin: 7px 0 30px 10px;
	padding: 3px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#formBox textarea {
	float:left;
	background: #FFF;
	width: 200px;
	height: 80px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	margin: 7px 0 30px 10px;
	padding: 3px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#formBox .staticField {
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#formBox .currentField {
	border-top: 2px solid #2FC9FF;
	border-left: 2px solid #2FC9FF;
	border-bottom: 1px solid #AFEAFF;
	border-right: 1px solid #AFEAFF;
	background: url('./images/field_bg.jpg') repeat-x;
}

#formBox button{ 
	clear: both;
	margin-left: 150px;
	background: #EEE;
	color: #666;
	border: solid 1px #CCC;
	font-size: 14px;
	padding: 4px 6px;
}

#formBox .errorBox {
	border: 2px solid #CF0000;
	background: #FFDFDF;
	padding: 15px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #CF0000;
	margin-bottom: 10px;
}

