a

.12text {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000000;
}

body
{ 
	margin-top: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
background-color:#000;
background-image:url(../images/fullPageBackground.gif);
background-position:center top;
background-repeat:repeat-y;
}


td {
	margin-top: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}


.italic {
	font-family: verdana, helvetica;
	font-style: italic;
}

.formstyle {
	font-family: verdana, helvetica;
	font-size: 10px;
	color: #023403;
}

.copyright {
	font-family: verdana, helvetica;
	font-size: 9px;
	color: #999999;
}
.justifytext {
	font-family: verdana, helvetica;
	font-size: 11px;
	color: #000000;
	text-align:justify; 
}

.pageheader {
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color:#CB3119
}

.subnavon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.subnavoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mainbodytextheader {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;

}
a.homelink:link {color: #E4CCDB; text-decoration: underline;}
a.homelink:visited {color: #E4CCDB; text-decoration: underline;}
a.homelink:hover {color: #E4CCDB; text-decoration: underline;}

a.copyrightlink:link {color: #4B90E6; text-decoration: underline;}
a.copyrightlink:visited {color: #4B90E6; text-decoration: underline;}
a.copyrightlink:hover {color: #4B90E6; text-decoration: underline;}

a.mainlink:link {color: #4B90E6; text-decoration: underline;}
a.mainlink:visited {color: #4B90E6; text-decoration: underline;}
a.mainlink:hover {color: #4B90E6; text-decoration: underline;}

a.subnav:link {color: #ffffff; text-decoration: none;}
a.subnav:visited {color: #ffffff; text-decoration: none;}
a.subnav:hover {color: #DFB732; text-decoration: underline;}

.px3 {

	font-family: verdana, helvetica;
	font-size: 3px;
}

.px10 {
	font-size: 10px;
}

.greypx9 {
	font-size: 9px;
	color: #999999;
}

.blackpx8 {
	font-size: 8px;
	color: #000000;
}

.white {
	color: #FFFFFF;
}

.grey {
	color: #cccccc;
}

.black {
	color: #000000;
}

.red {
	color: #CB3119;
}

.blue {
	color: #4B90E6;
}

.bigred {
	color: #CB3119;
	font-size: 13px;
}




.bgHomeText
{ 
background-image: url("images/img_home_text_bg.gif");
background-repeat: no-repeat;
background-position:left top
}

.bgHomeRightColumn
{ 
background-image: url("images/img_home_r_column_bg.gif");
background-repeat: no-repeat;
background-position: bottom
}

/*****************************************
 * PageHeader                            *
 *****************************************/
TABLE.PageHeader{}
TABLE.PageHeader TD
{
  color: White;
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
  font-size:12px;
}
TABLE.PageHeader TD.Title
{
	padding: 12px;
  font-weight: bold;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
}
TABLE.PageHeader TD.Date
{
	padding: 12px;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
  text-align:right;
  font-weight:normal;
}
TABLE.PageHeader TD.NavLinks
{
	padding:12px;
	text-align: right;
}
TABLE.PageHeader TD.NavLinks A
{
	color:White;
	font-weight:bold;
}

/*****************************************
 * TableForm                            *
 *****************************************/
TABLE.TableForm
{
  border-right: black 2px solid;
  border-top: black 2px solid;
  border-left: black 2px solid;
  border-bottom: black 2px solid;
  background-color: white;
}
TABLE.TableForm TD
{
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
  font-size:12px;
}
TABLE.TableForm TD.Label
{
  font-weight: bold;
  text-align: right;
}
TABLE.TableForm TD.ErrorMessage
{
  padding-right: 9px;
  padding-left: 9px;
  font-size: 11px;
  padding-bottom: 9px;
  padding-top: 9px;
  background-color: lightgrey;
}

TABLE.TableForm .TextInput
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  padding-left:3px;
  padding-right:3px;
}
TABLE.TableForm .ButtonInput
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  width: 75px;
  border-bottom: black 1px solid;
}
/*****************************************
 * Custom                                *
 *****************************************/
.copyright {
	font-family: verdana, helvetica;
	font-size: 9px;
	color: #999999;
}
.copyright a:link {color: #4B90E6; text-decoration: underline;}
.copyright a:visited {color: #4B90E6; text-decoration: underline;}
.copyright a:hover {color: #4B90E6; text-decoration: underline;}



/*Main Page Wrap (All)*/
#masterContainer {
display:block;
height:auto;
margin:0;
position:relative;
width:100%;
}

#masterContainerInner {
	background-color:#333;
	margin:0 auto;
	width:1150px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	min-height:850px;
}


/*Header Area (All) */
#bannerScreen {
background-color:#333;
margin:0 auto;
height:auto;
width:1150px;
}

#bannerWrap,#contentWrap {
margin:0 auto;
width:100%;
}

#contentScreen {
	background-color:#333;
	margin:0 auto;
	text-align:left;
	width:1150px;
	min-height: 560px;
}

/*Footer Styles (All)*/

#footer {
background-color:#333;
margin:0 auto;
width:1150px;
}

#footerContent {
background-color:#333;
border-bottom-color:#999;
border-bottom-style:solid;
border-bottom-width:thin;
border-top-color:#999;
border-top-style:solid;
border-top-width:thin;
margin:5px 5px 30px;
text-align:center;
}

#footerContent a:link {
color:#4B90E6;
font-size:11px;
text-decoration:underline;
}

#footerContent p {
	font-size:0.8em;
	margin:5px 0;
	color: #CCC;
}


#footerWrap {
margin:0 auto;
text-align:center;
width:100%;
}




#pageTitleArea h1, #pageTitleArea h2, #pageTitleArea h3, #pageTitleArea h4 {
color:#FFF;
}

#pageTitleArea p {
color:#FFF;
}

.date h1 {font-weight:normal;}

h1 {font-size:18px}
h2 {font-size:16px}
h3 {font-size:14px}
h4 {font-size:12px}

.fltlft {
float:left;
margin-right:5px;
}

.fltrt {
float:right;
margin-left:5px;
}

.clearfloat {
clear:both;
font-size:1px;
height:0;
line-height:0;
}

.leftColumnArea {float:left;width:250px; margin: 5px 15px 15px 15px; border: solid thin #CCC;background-color:#dcb939}

.wideRightColumn {width:850px;float:left;color:#fff;margin:5px 0;background-color:#fff;min-height:540px;}

.wideRightColumn h1, .wideRightColumn h2, .wideRightColumn h3, .wideRightColumn h4, .wideRightColumn p {color:#000;}

.greyBlock {
background-color:#333;
padding:0 15px;
border-bottom:solid thin #ccc;
}

.greyBlock h1, .greyBlock h2, .greyBlock h3, .greyBlock p {margin:0;padding:5px 0;}

.yellowBlock {
background-color:#E6C240;
color:#fff;
padding:2px 15px;
}

.yellowBlock h1,.yellowBlock h2,.yellowBlock h3, .yellowBlock h4 {
color:#000;margin:0;padding:5px 0;
}

.blackBlock {
background-color:#000;
color:#fff;
padding:2px 15px;
border-bottom:solid thin #ccc;
}

.blackBlock h1,.blackBlock h2,.blackBlock h3, .blackBlock h4 {
color:#fff;margin:0;padding:6px 0;
}

.contentPaddingWrap {padding:10px 15px 20px 15px;}

#navigationBar ul li h3 a:link{text-decoration:none;color:#fff;}

#navigationBar ul li:hover h3 a:link {text-decoration:none;color:#000;}

#navigationBar ul li h3 {margin: 0; padding:5px;}

#navigationBar ul {height:35px;margin:0;padding:0;}

#navigationBar ul li{
	list-style:none;
	margin:1px 0 0 0;
	padding:0 15px;
	border-right:1px solid #F90;
	float:left;
	color:#fff;
	height:34px;
	}
	
#navigationBar ul li a:link{
	padding:0;
	margin:0;
	height:34px;
	font-weight:500;
	}
	
#navigationBar ul li a:visited{color:#fff;}


#navigationBar ul li:hover{
	color:#000;
	background-color:#E6C240;
	font-weight:500;
	height:34px;
	}

#navigationArea {
text-align:center;
width:1150px;
}

#navigationBar {
height:35px;
background-image:url(./images/nav_background.gif);
background-position:left top;
background-repeat:repeat-x;
margin:0;
padding:0;
text-align:center;
width:1150px;
}

.date {float:right;}

.title {float:left;}

.date h2, .title h2 {
	padding:5px 15px;
	margin:0;
	color:#fff;}
	
.date h2 a:link, .title h2 a:link {
	color:#fff;
	font-weight:600;
	}

#pageTitleArea {
	background-color:#333;
	padding: 0 15px;
	border-bottom: solid thin #ccc;
	height:35px;
}

#pageTitleArea h1, #pageTitleArea h2, #pageTitleArea h3, #pageTitleArea h4 {
color:#FFF;
}

#pageTitleArea p {
color:#FFF;
}

.date h1 {font-weight:normal;}

/*****************************************
 * PageHeader Alt Styles NOT TABLE                       *
 *****************************************/
.PageHeader{}
.PageHeader
{
  color: White;
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
  font-size:12px;
}
.PageHeader .Title
{
	padding: 12px;
  font-weight:600;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
}
.PageHeader .Date
{
	padding: 12px;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
  text-align:right;
  font-weight:normal;
}
.PageHeader .NavLinks
{
	padding:12px;
	text-align: right;
}
.PageHeader .NavLinks A
{
	color:White;
	font-weight:600;
}

.PageHeader .Date h2 a:link, .PageHeader .Title h2 a:link
{color:#000;}

.PageHeader .Date h2 a:visited, .PageHeader .Title h2 a:visited {color:#000}

.innerLeftColumn {float:left;width:420px;}

.innerRightColumn {float:right;width:420px;margin-top:20px;border-left:thin solid #999;min-height:600px;}

.columnOne {float:left;width:400px;}

.columnTwo {float:left;width:400px;margin-top:35px;border-left:thin solid #999;min-height:600px;}

.twoColumnArea {}

.columnPaddingWrap{}

