#pagewidth {/* Set the page width */
	width: 767px;
}



UL {/* List Style */
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Helvetica, Verdana, Arial;
	font-weight: normal;
}


/* Visited Link Style */
A:visited {
    FONT-WEIGHT: normal;
    COLOR: Purple;
    TEXT-DECORATION: none
}

/* Link Style */
A:link {
    FONT-WEIGHT: normal;
    COLOR: #000099;
    TEXT-DECORATION: none
}

/* Hover Link Style */
A:hover {
    FONT-WEIGHT: normal;
    COLOR: #000099;
    TEXT-DECORATION: underline;
}

img { border: none; }

/* Horizontal Rule Style */
HR {
    COLOR: #C0BFAD;
    HEIGHT: 1px;
}


/* Heading styles */

H1 { /* Headline Bar Text */
	FONT-FAMILY: Helvetica, Verdana, Arial;
	font-size : 15px;
	font-weight : bold;
	color : #000000;
	padding-top: 10px;
	border-bottom: 1px none #000000;
	border-bottom-length: 25px;
}
H2 { /* Subhead level 1 */
  font-family:verdana, arial, sans-serif;
  font-size:13px;
  font-weight:bold;
  margin-top: 20px;
}

H3 { /* Subhead level 1 italics */
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
}
H4 { /* Subhead level 2 */
  font-family:verdana, arial, sans-serif;
  font-size:11px;
  font-weight:bold;
}
H5 { /* Subhead level 2 italics */
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
}

h1 + h2 { margin:0;}
h2 + h3 { margin:0;}
h3 + h4 { margin:0;}
h4 + h5 { margin:0;}




/* The following strip out extra margin/padding in headings. Should be used sparingly, only when padding looks wrong */

.H2noPadding {
	font-family:verdana, arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin: 0px;
}
.H3noPadding {
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
  	margin: 0px;
}
.H4noPadding {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin: 0px;
}
.H5noPadding {
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}




.subhead { /* Mimics <H2>. DO NOT USE ON NEW PAGES. It is only defined here to help with the conversion effort.*/
  /*font-family:verdana, arial, sans-serif;
  font-size:13px;*/
  font-weight:bold;
  margin-top: 20px;
  background-color : #CC9933;
  width: 155px;
}


TD {
	font-weight: normal;
}

/* Black Vertical Rule Style */
TD.VerticalRuleBlack {
	border-left: 1px solid #000000; 
}

/* Table Border Style */
TABLE.tableborder { 
	border: 1px solid #808074; 
	font-weight: normal; 
	text-decoration: none; 
	border-collapse: separate; 
}


/* Table Header Style */
TH.THBorderTop { 
	border-top: 1px solid #000000;
	font-weight: normal;
}

TH.THBorder { 
	FONT-FAMILY: Verdana, Helvetica, Arial;
	font-size : 11px;
	border-bottom: 1px solid #228623; 
	font-weight: bold; 
	text-decoration: none; 
	border-collapse: separate;
	font-weight: normal;
} 

/* Table Data Styles */
TD.TDBorder { 
	border-bottom: 1px solid #228623; 
	font-weight: normal; 
	text-decoration: none; 
	border-collapse: separate; 
} 

TD.TDBorderTop { 
	border-top: 1px solid #000000; 
	font-weight: normal; 
	text-decoration: none; 
	border-collapse: separate; 
} 


TD.TDBorderHead {
	FONT-FAMILY: Verdana, Helvetica, Arial;
	border-right: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	font-size : large;
	font-weight: bolder;
	text-decoration: none;
	border-collapse: separate;
	color: #0000CC;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-left-color: #0000FF;
} 

TD.TDBorderRight { 
	FONT-FAMILY: Verdana, Helvetica, Arial;
	border-bottom: 1px solid #228623; 
	font-size : 11px;
	font-weight: bold; 
	text-decoration: none; 
	border-collapse: separate; 
} 


TD.TDBorderLeft { 
	FONT-FAMILY: Verdana, Helvetica, Arial;
	border-left: 1px solid #000000; 
	font-size : 11px;
	font-weight: bold; 
	text-decoration: none; 
	border-collapse: separate; 
} 



/* Form Field Styles */
.searchform { 
	FONT-FAMILY: Verdana, Helvetica, Arial;
	font-size: 11px; 
	width: 115px;
	height: 20px; 
}

.audiencebox { 
	FONT-FAMILY: Verdana, Helvetica, Arial;
	font-size: 11px; 
	width: 155px;
	font-weight : normal;
	color : #000000;
} 

.checkbox { 
	FONT-FAMILY: Verdana, Helvetica, Arial;
	width: 12px;
	height: 12px; 
}

.dropdown { 
	FONT-FAMILY: Verdana, Helvetica, Arial;
	width: 115px;
	height: 20px; 
}

.stateselect { 
	FONT-FAMILY: Verdana, Helvetica, Arial;
	width: 125px;
	height: 20px; 
	font-size: 11px; 
	font-weight : normal;
	color : #000000;
}



/* Column Heading Styles */
.ColHdrBoldBlack {
	FONT-FAMILY: Verdana, Helvetica, Arial;
	font-size : 13px;
	font-weight : bold;
	color : #000000;
}

.ColHdrBoldBlackNormal {
	FONT-FAMILY: Verdana, Helvetica, Arial;
	font-size : 13px;
	font-weight : normal;
	color : #000000;
}

.ColHdrBoldBlue {
	FONT-FAMILY: Verdana, Helvetica, Arial;
	font-size : 13px;
	font-weight : bold;
	color : #000099;
}

/* Sub Heading Styles */
.HdrBoldBlue {
	FONT-FAMILY: Verdana, Helvetica, Arial;
	font-size : 11px;
	font-weight : bold;
	color : #000099;
}

.HdrBoldBlack {
	FONT-FAMILY: Verdana, Helvetica, Arial;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
}

/* Footer Style */
.footertext {
	border-top: 1px solid #808074;
	color: #000099;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	padding-top: 10px;
}
.footerleftborder {
	border-left: 1px solid #000000;
	border-top: 1px solid #808074;
}

.footerrightborder {
	border-right: 1px solid #000000;
	border-top: 1px solid #808074;
}	
		


/* Background Color Styles */

.WhiteBackgroundColor {
	background-color : #FFFFFF;
}

.BlackBackgroundColor {
	background-color : #000000;

}

.RightNavTableBorderColor {
	background-color : #DAD9C4;
}



.UpdatedDate {
    FONT-SIZE: 9px;
    COLOR: #000000;
    FONT-FAMILY:  Helvetica,Verdana,Arial;
	 font-weight: normal;
}

.AWTableBorderColor {
	background-color : #DAD9C4;
}

.rightNav p{
	margin-right: 2px;
	margin-left: 2px;
}
.rightNav ul {
	/*list-style-type: circle;*/
	padding-left: 0px;
	margin-left: 20px;
}


/* These create borders for images and the text that goes underneath of the images, if applicable */
.ImageBoxRight {
	padding: 5px;
	/*margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 60px;
	display: inline;*/
	float: right;		
}
.ImageBottom {
	padding: 5px;	
	margin-right: 20px;	
	vertical-align:baseline;
	position:relative;
}
.ImageBox {/* Use this one when you need the box only, with no placement or margin attributes */
	padding: 5px;	
}
 
body {
	 background-color: #333333; 	
/*Helvetica*/
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif, Sans Serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699; 
	padding: 15px;
}
td, th {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;*/
	font: 12px/1.3em Helvetica, Verdana, Arial,  sans-serif;
	/*color: #333333;*/
	color: #000000;
	padding: 15px;
}

a {
	font-size: 12px;
	color: #336600;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
    color: #000000;
 }

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
 color: #FFFF80;}

.header {
	font-family: Georgia;
	font-size: 20px;
	line-height: 30px;
    color: #990000;
	font-weight: bold;
	background-color: #FFCC00;	
}
.headerRed {
	font-family: Georgia;
	font-size: 18px;
	line-height: normal;
	color: #990000;
	font-weight: bold;
	font-style: normal;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCFF99;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
 color: #003333;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFF66;
}

.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 font-style: italic;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.legal {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	color: #FFFF80;
}

.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
 border-style: double;
 }

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 color: #660000; font-weight: bolder; font-size: medium;
 }

.big {
	width: 100px;
	color: #FFFF80;
}

.small {
	/*width: 50px;*/
	color: #FFFF80;
	font-size: 10px/1.3em;	
}
.imgTitle {
	font-size: 8px/1.3em;
	align: center;
	color: #000000;
	font-weight: bold;	
}
.quote {
    /*font-family:Georgia, Times New Roman, Times, serif;*/
    /*font-size: 9px/1.3em;*/
	font-weight: bold;
	color: #999999;
	align: center;	
	/*line-height: 15px;*/	
	margin-left: 40px;
	margin-right: 10px;	
	padding: 5px;
	width: 640px;
	/*border: 1px solid #000;*/
}
.imageLeft{
 FLOAT: left; 
 MARGIN: 0px 10px 0px 0px;
 border: 1px solid #000000;
}

.imageRight{
 float: right;
 MARGIN: 0px 0px 0px 10px;
 border: 1px solid #000000;

}
.imageCenter{
 float: none;
 MARGIN: 20px auto;
 border: 1px solid #000000;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
background-color: #FFFFCC;
}

.FancyTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
}
.headerBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC00;
	background-color: #FFCC33;
	border: inset;
	border-color:#000066;
	margin: 5px;
	padding: 5px;

}
.headerGreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	background-color: #009999;
	border: inset;
	text-align: center;
	padding: 3px;
}
.headerCelebrate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	background-color: #009900;
	border: inset;
	text-align: center;
	padding: 3px;
}
.headerYellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;	
	color: #000099;
	background-color: #FFFFCC;
	border: solid;
	text-align: center;
}
.headerBlueNoLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	background-color:#FFCC33;
	color: #000099;
	border: solid;
	text-align: center;
	padding: 5px;
}
.headerBlackBgRedTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	background-color:white;
	color: #000000;
	border: solid;
	text-align: center;
	font-style: normal;
	padding: 3px;
}
/*.linkRed{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
}*/
a.linkRed:link { color: #990000;font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; font-weight: bold;		} 
a.linkRed:visited { color: #990000;font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; font-weight: bold;		} 
a.linkRed:hover { color: #990000; font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;font-weight: bold;		} 

/* fancy bullets */

.listStyle1 {	/* dark red rose bullet */
	list-style-image:url(../Images/0163_red-rose.png);	
}

.listStyle2 {	/* light grey plus sign bullet */
	list-style-image:url(../Images/0159_flobullet.png);	
}

.listStyle3 {	/* orange flower bullet */
	list-style-image:url(../Images/0031_cassiniflower.png);	
}
