/* Redefine tags */

ul, ol, li, h1, h2, h3, h4, h5, h6 pre, form, body, html {
 margin:0; padding:0;
}

a {color: #000080;
font-weight: bold;
text-decoration: none }

a:hover {color: red;
text-decoration: underline }

a:visited {color: purple}

em {color: #003300;
	font-style: italic;
	font-weight: normal;
	text-decoration: none }

h1 { 
	color: #336633;
	text-decoration: none;
	font-family: Optima, "Microsoft Sans Serif", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
 }
 
h2 { /* same as h3 without white space */
	color: #336633;
	text-decoration: none;
	text-align: left;
	font-family: Optima, "Microsoft Sans Serif", sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
 }
 

h3 {
	color: #336633;
	text-decoration: none;
	text-align: left;
	font-family: Optima, "Microsoft Sans Serif", sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #ffffff;
	padding: 0px;
	margin: 12px 0px 12px 0px;
}


 h4 {
	color: #336633;
	text-decoration: none;
	text-align: left;
	font-family: Optima, "Microsoft Sans Serif", sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #DCDCDC;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
}

h5 {
	font-family: Optima, "Microsoft Sans Serif", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

h6 {
	color: #003300;
	font-family: Optima, "Microsoft Sans Serif", sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin: 10px 0px 0px;
	font-style: italic;
}

ol, ul {
	margin-left: 4em;
	margin-top: 1em;
}


.normal, p, td, li {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

caption {

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 6px 0px 4px 0px;
	background-color: #DCDCDC;
	border: thin solid gray;
}

th {
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 6px 0px 4px 0px;
	background-color: #DCDCDC;
}



/* Define areas of the page */
#pageWrapper {
	background-color: #FFFFFF;
}

#masthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background-color: #336633;
	border: 1px solid #333333;
}
#masthead .title {
	background-position: center center;
	font-family: Optima, "Microsoft Sans Serif", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#navBar {
	width: 100px;
	background-image: url(images/nuevo/navBkg.gif);
	background-repeat: repeat-y;
	position: absolute;
	top: 47px;
}
#navBar li {
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	list-style-image: url(images/nuevo/buttonoff.gif);
}
#navBar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
}
#content {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 125px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 2px solid #D2B151;
}
#content li {
	padding-top: 8px;
	margin-left: 0px;
	padding-left: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 4px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 125px;
	border: 1px solid #CCCCCC;
	text-align: center;
}


.floatleft {
	float:left;
	margin: 0;
	padding: 0;
}
.floatright {
	float: right;
	margin: 0;
	padding: 0;
}

#headline {
	width: 780px;	
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.25em;
	text-align: center;
	height: 41px;
	background-image: url(images/nuevo/topcenter.gif);
	background-repeat: repeat-x;
}

#headline p {
	font-family: Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 40px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#trailer {
	width: 780px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 41px;
	background-image: url(images/nuevo/botcenter.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font: italic 0.75em/1.5em Times, serif;
}
#trailer p {
	margin: 0px;
	padding: 0px;
}

#pageWrap {
	background-color: #CFDDCC;
	width: 780px;
}
#searchBar {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 50px;
}

/* small segment to contain the WV logo */
#searchBarLeft {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 50px;
	background-image: url(images/nuevo/marqueeBkg.gif);
	text-align: center;
}

/* next segment to provide space for the webvalence graphic */
#searchBarRight {
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
	width: 680px;
	height: 50px;
	background-image: url(images/nuevo/marqueeBkg.gif);
}

/* position search at right and restrain text size */
#searchFormRight {
	float: right;
	margin: 15px 15px 0px 0px;
	padding: 0px;
}

/* position search at right and restrain text size */
#searchFormRight p {
	margin: 0px;
	padding: 0px;
}


/* restrain the button size with smaller text */
.smButton {
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
 }

#horizNav {
	margin: 0px 0px 0px 100px;
	background-color: #CFDDCC;
	width: 680px;
	height: 40px;
}
#horizNav li {
	list-style-type: none;
	float: left;
	width: 102px;
	height: 33px;
	margin-top: 4px;
	margin-left: 4px;
	text-align: center;
	line-height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
#horizNav ul {
	margin: 0px;
	padding: 0px;
	border: none;
}
#horizNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#horizNav .on {
	background-image: url(images/nuevo/buttonon.gif);
}
#horizNav .off {
	background-image: url(images/nuevo/buttonoff.gif);
}
#vertNav
{
	width: 104px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 150px;
	left: 4px;
}

#vertNav ul {
	margin: 0px;
	padding: 0px;
	border: none;
}

#vertNav li {
	list-style-type: none;
	width: 102px;
	height: 28px;
	text-align: center;
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000080;
	margin: 4px;
	padding: 0px;
}

#vertNav .on {
	background-image: url(images/nuevo/leftbutton.gif);
}

#vertNav .off {
	background-image: url(images/nuevo/leftButton.gif);
}

#vertNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000080;
}

#bodyWrap {
	margin: 0px 0px 0px 120px;
	padding: 0px;
	width: 640px;
	background-color: #FFFFFF;
}

#bodyTop {
	margin: 0px;
	padding: 0px;
	height: 72px;
}

#bodyTop h1 {
	color: #336633;
	font-family: Optima, "Microsoft Sans Serif", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 12px 0px 4px 0px;
}

#crumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}


#bodyContent {
	margin: 0px;
	padding: 0px 20px;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

#bodyBottom {
	margin: 0px;
	padding: 0px;
	height: 68px;
	}
	

#bodyContent p {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

#bodyContent .pullRight {
	background-color: #DBE6D9;
	float: right;
	width: 300px;
	padding: 4px 0px 10px 4px;
	border: 1px solid #003300;
	margin-right: 20px;
}

#bodyContent .pullRight .title {
	background-color: #003300;
	color: #FFFFFF;
	text-align: center;
	font-family: Optima, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	line-height: 2em;
	margin-bottom: 4px;
	margin-top: 0px;
}

#bodyContent h1 {
	color: #336633;
	text-decoration: none;
	font-family: Optima, "Microsoft Sans Serif", sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #CFDDCC;
	padding: 4px;
	border: 1px solid #CFDDCC;
	margin: 12px 0px 12px 0px;
}

#colorBar {
	margin: 0px 0px 0px 100px;
	background-color: #CFDDCC;
	width: 680px;
	height: 20px;
}

/* Define classes */

.alert {
	color: #8b0000;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold ;
}

.bkgBar {
	background-color: #FFFFFF;
	height: 2px;
	line-height: 1px;
}

.caption {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336633;
	padding: 6px 0 6px 0;
}

.aside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 10px;
}

.copyright {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial 
}

.fmTable {
	border: 1px solid gray;
}
	
.fmText {
	font-family: Verdana, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	background: #CCCCCC;
}

.fmLabel {
	font-family: Verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	background: #FFFFFF;
	text-align: center;
}

.fmSpace {
	border: none;
}

.fmReqd {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #CCCCCC;
	color: #003300;
}

.exp {font-style: oblique;
font-weight: normal;
font-size: 12px;
font-family: serif }

.tabular {font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal }

.priceTab {
	background-color: #FFFFFF;
	border: thin solid #666666;
}
.priceTab th {
	font-size: 11px;
	font-weight: bold;
}
.priceTab caption {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #336633;
}

.update {font-style: italic;
font-weight: normal;
font-size: 10px;
font-family: Arial }

.nav {font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal }

.tracks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 20px;
	padding: 2px 4px;
	border: 1px solid #999999;
}
.featureList {
	margin-bottom: 16px;
	list-style-position: outside;
	list-style-type: disc;
}
.voucher {
	font-style: oblique;
	font-weight: normal;
	font-size: 12px;
	font-family: serif;
	background-color: #F2F2CF;
	padding: 10px;
	margin-top: 2em;
	margin-right: 5em;
	margin-left: 5em;
	border: thin solid #CCCC99;
}
.notice {
	font-weight: normal;
	font-size: 12px;
	background-color: #F2F2CF;
	padding: 10px;
	margin-top: 2em;
	margin-right: 5em;
	margin-left: 5em;
	border: thin solid #CCCC99;
	}
.numberList {
	margin-bottom: 1.25em;
	list-style-position: outside;
	list-style-type: decimal;
}

.numberList li {
	margin-top: 1em;
}
	
.respondersHelp {
	margin-bottom: 20px;
}
.responderExamples li {
	margin-bottom: 20px;
}

