
h1, .bluebold, .title1, .newsTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #172F43;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #CFD2D8;
}

.newsTitle {
	padding-bottom: 20px;
}

h2, .bluemedium, .title2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C6870;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #CFD2D8;
}

h3, .smalltitle, .title3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #215B9A;
	margin-bottom: 5px;
}

td, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#page_content {
	background-position: top; 
	background-repeat: repeat-x; 
	background-image: url(/images/content_bg.gif);
}

#page_content {
	PADDING-left: 15px; 
	PADDING-right: 15px; 
	PADDING-bottom: 15px; 
	PADDING-top: 10px; 
}

a:link {
	color: #215B9A;
	text-decoration: underline;
}
a:visited {
	color: #7A8393;
	text-decoration: underline;
}
a:hover {
	color: #7A8393; 
	text-decoration: underline;
}

.bluegray {
	color: #7A8393;
}

.blue {
	color: #215B9A;
}

.green {
	color: #A2CE99;
}

.nav_main, .nav_sub, .nav_subsub, .nav_h {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	vertical-align: middle;
	height: 22px;
}
 
.nav_main {
	height: 29px;
	padding-left: 16px;
}
 
.nav_sub {
	padding-left: 26px;
}

.nav_subsub {
	font-size: 11px;
	font-weight: normal;
	padding-left: 35px;
}
 
.navh_link:link, .navh_link:visited {
	text-decoration: none;
	color: #215B9A;
}

.navh_news_link:link, .navh_news_link:visited {
	text-decoration: none;
	color: #A2CE99;
}

.navh_link:hover, .navh_link_disabled:link, .navh_link_disabled:hover, .navh_link_disabled:visited, .navh_news_link:hover {
	text-decoration: none;
	color: #CFD2D8;
}

.nav_main_link:link, .nav_main_link:visited, .nav_main_link:hover {
	text-decoration: none;
	color: #ffffff;
}


.nav_sub_link:link, .nav_sub_link:visited, .nav_sub_link:hover {
	font-weight: normal;
	text-decoration: none;
	color: #172F43;
}

.nav_subsub_link:link, .nav_subsub_link:visited, .nav_subsub_link:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.nav_row_mouseOver {
	cursor: pointer;
	background: #9BA2AE;
}

.nav_row_mouseOut {
	cursor: default;
}

.nav_subsubrow_mouseOver {
	cursor: pointer;
	background: #AAB0BA;
}

.nav_subsubrow_mouseOut {
	cursor: default;
	background: #9BA2AE;
}

.footer {
	font-family: Helvetica, Verdana, sans-serif;
	color: #2A455B;
	font-size: 9px;
	font-weight: normal;
}

.news_box {	
	padding: 15 7 15 15;
	height: 265px;
	background: #A2CE99;
}

.login_box {
	height: 20px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: White;
	text-align: center;
}

.login_row_mouseOver {
	cursor: pointer;
}

.login_row_mouseOut {
	cursor: default;
}

.login_link:link, .login_link:visited {	
	font-family: Verdana, Helvetica, sans-serif;
	color: #A2CE99;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.login_link:hover, .login_link_active:link, .login_link_active:hover, .login_link_active:visited {
	font-family: Verdana, Helvetica, sans-serif;
	color: #7A8393;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/*
	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;
}

/* column listing */
.resultColumn  {
	font-size : 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color : #cfd8de;
	text-align: center;
	color: Black;
	font-weight:normal;
	padding: 2px;
}

a.resultHeaderLink:link, a.resultHeaderLink:visited {
	color: #215B9A;
}

/* 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;
}

/* alternating colored rows */
.altRows_1 {
	background-color: White;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
.altRows_0 {
	background-color: #efefef;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

/* "Site by WDG" signature */
.wdgSiteSig, .wdgSiteSig:link, .wdgSiteSig:visited {
	color: DarkGray;
}

/* pretty-looking input boxes */
.styled_input { 
	font-family: helvetica, arial, sans-serif;
	padding: 2px 2px 1px 2px;
	border-top: 1px solid #6C6C6C;
	border-left: 1px solid #6C6C6C;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background: #F1F1F1 url(/images/bg_header_search.gif) no-repeat top left;
	vertical-align: middle;
}

/* form submit buttons */
.cmdBtn {
	font-size: 11px;
}


/*
	Directory module styles
*/

.dir_name {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #395F2F;
	margin-bottom: 5px;
}

.dir_datavalues {
	color: #172F43;
	font-weight: bold;
	font-size: 12px;
}


/*	
	Search Form
*/

#search-form {
	padding: 0px;
	vertical-align: top;
	display: inline;
}

#search-form-query {
	font-family: helvetica, arial, sans-serif;
	padding: 2px 2px 1px 2px;
	width: 111;
	height: 19px;
	border-top: 1px solid #6C6C6C;
	border-left: 1px solid #6C6C6C;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background: #F1F1F1 url(/images/bg_header_search.gif) no-repeat top left;
	vertical-align: middle;
}
	
#search-form-submit {
	font-family: helvetica, arial, sans-serif;
	padding: 1px 1px 3px 2px;
	width: 39;
	border-top: 1px solid #C6E1C0;
	border-left: 1px solid #C6E1C0;
	border-right: 1px solid #8AAF82;
	border-bottom: 1px solid #8AAF82;
	font-family: helvetica, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333;
	background: #A2CE99;
	vertical-align: middle;
}


/*  	Some styles for the discussion list module   */

/*  This is the background "color filled" TD which creates the custom colored border 
     around tables/cells within this TD.   */
TD.list_colored  {
	background-color: #7A8393;}
	
TD.list_white {
	background-color: White;
}

/*   This TD background color should match the main body color to create a "transparent" TD.  */
TD.list_clear {
	background-color : White;
}

TH.list_fldLabel  {
	font-family : sans-serif;
	font-size : 12px;
	background-color: #808080;
	color: White;
	padding: 3px;
}

.list_heading {
	background-color: #CFD2D8;
}

TH.list_header1 {
	background-color: #CFD2D8;
	font-family : sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-align: left;
	color: #172F43;
}

.list_formField {
	font-family: sans-serif;
	background-color: #F5F5F5;
	font-size : 12px;
}

.list_formBtn {
	font-family: Arial, sans-serif;
	background-color : #7A8393;
	color : White;
	font-weight : bold;
	font-size : 10px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
	border-color : #7A8393;
	border-collapse : collapse;
	cursor : pointer;
	border-width : 1px;
}

.list_formBtn_over {
	font-family: Arial, sans-serif;
	background-color : #9BA2AE;
	color : White;
	font-weight : bold;
	font-size : 10px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
	border-color : #7A8393;
	border-collapse : collapse;
	cursor : pointer;
	border-width : 1px;
}

.list_smallSelect {
	font-size: 10px;
	font-family: sans-serif;
}

.listSrchFrm {
	font-size: 10px;
	font-family: sans-serif;
}

a.list_menulink, .list_menulink:visited {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color: White; 
}

a.list_menulink:hover {
	text-decoration:none; 
	color: White; 
}

.list_menutd { 
	font-size: 8px;
	background-color: #7A8393;
	color: White;
	padding: 1px 4px 1px 4px;
} 

.list_menusurroundtd { 
	background-color: #7A8393;
}

.list_menurollover {
	font-size: 8px;
	background-color: #9BA2AE; 
	color: White;
	padding: 1px 4px 1px 4px;
	cursor : pointer;
}

/*  end list stlyles  */
