/** STRUCTURE **/

body {
margin: 0px 0px;
width: none;
/* text-align: center; */
font-family: verdana, arial, sans;
font-size: 11px;
}

#wrap {
width: 730px;
margin: auto;
background: url(/images/wrap-bg2.jpg);
}

#header {
height: 207px;
width: 730px;
float: left;
text-align: left;
margin: 0px;
padding: 0px;
background: top left url(/images/header.jpg) no-repeat;
}

#content {
width: 525px;
float: left;
margin: 0px 0px 0px 0px;
text-align: left;
padding-left: 30px;
padding-right: 15px;
/** for IE Win's eyes only **/
*/margin-top: -3px;
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 480px; 
}

#right {
width: 180px;
float: left;
text-align: center;
padding-right: 8px;
padding-left: 8px;
margin: 10px 0px;
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 170px;
}

/* top level links coding */

#right ul {
margin: 0px 0px;
padding: 0px;
border: none;
width: 164px;
text-align: center;
}

#right ul li {
width: 164px;
display: block;
padding: 4px;
margin: 0px;
background: url(/images/bg-button2.jpg)  no-repeat #f4f4f4;
margin-bottom: 2px;
font-family: "lucida grande", "trebuchet ms", georgia;
font-size: 11px;
color: #9D080D;
border: 1px solid #5E9C76;
font-weight: bold;
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 154px;

}

#right ul li a {
font-family: "lucida grande", "trebuchet ms", georgia;
font-size: 11px;
text-decoration: none;
color: #002D5A;
font-weight: normal;
}

#right ul li a:active, #right ul li a:visited {
color: #002D5A;
font-weight: normal;
}

#right ul li a:hover {
color: #9D080D;
font-weight: normal;
}

/* 1st sublevel links coding */

#right ul li ul {
width: 146px;
}

#right ul li ul li {
background: none;
margin: 0px;
width: 146px;
border: none;
text-align: left;
padding-left: 20px;
font-weight: normal;
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 126px;
}

#sidebox {
width: 166px;
padding: 5px;
margin: 10px 0px;
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 156px;
}

#news_text {
font-size: 11px;
}

#footer {
width: 730px;
text-align: center;
margin: auto;
}

#clear {
content: ".";
display: block;
visibility: hidden;
height: 0px;
clear: both;
}

/* form boxes */

.formbox {
width: 480px;
text-align: left;
float: left;
margin-bottom: 15px;
}

.formbox .left {
width: 165px;
text-align: right top;
float: left;
padding-right: 5px;
font-weight: bold;
margin: 0px;
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 160px;
}

.formbox .right {
width: 315px;
text-align: left;
float: left;
padding-left: 5px;
margin:0px;
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 310px;
}


/** MARKUP **/ 

h1 {
font-size: 20px;
color: #9D080D;
font-family: "lucida grande", "trebuchet ms", georgia;
}

h2 {
font-size: 16px;
color: #002D5A;
font-family: "lucida grande", "trebuchet ms", georgia;
}

#content a, #content a:active, #content a:visited {
color: #000000;
}

#content a:hover {
color: #9D080D;
}

#content form p {
font-weight: bold;
}


/*
	These styles may be used in the shared code which drives this web site
*/

/* username/password login prompts */
.user_pass {
	font-family: Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	color: #B40000; 
	font-style: normal; 
	text-decoration: none; 
	font-weight: normal;
}

/* next 3 are user prompt styles for errors, warnings, and informational messages */

.errorText {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Red;
	font-weight : bold;
}

.warnText {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Orange;
	font-weight : bold;
}

.smallInform {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Green;
	font-weight : bold;
}

/* used to make colored grid in a table w/out using table borders */
.colored {
	background-color : #BED0D2;
}
.clear {
	background-color : White;
}

/* next 3 are used for form field labels */
.required  {
	color : #B40000;
	font-size : 10px;
}
.optional  {
	color : Black;
	font-size : 10px;
}
.disable  {
	color : Silver;
	font-size : 10px;
}

/* some common font sizes */
.smallFont {
	font-size : 11px;
	font-family : Helvetica, Verdana, sans-serif;
}
.tinyFont  {
	font-size : 9px;
	font-family : Helvetica, Verdana, sans-serif;
}

/* button-type links */
.buttons {
	color: #0000A3;
	text-decoration: none;
	font-size: 10px; 
	font-family : Helvetica, Verdana, sans-serif;
}

.buttons:VISITED {
	color: #0000A3;
	text-decoration: none;
}

.buttons:HOVER {
	color : #016874;
	text-decoration: underline;
}

/* "Site by WDG" signature */
.wdgSiteSig, .wdgSiteSig:link, .wdgSiteSig:visited {
	color: #7D927E;
}

/* pretty-looking input boxes */
.styled_input { 
	font: Helvetica, Arial, sans-serif;
	font-size: 12px; 
	background-color:#E9EFE3;
	color:Black;
	border-width:1px; 
}

/* form submit buttons */
.cmdBtn {
	font-size: 11px;
}
