
/*****************************
   800x600 LAYOUT
*****************************/

* { padding: 0; margin: 0 0 0 0px;
}

body 
{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height:140%;
}
 
#wrapper 
{ 
     margin: 0 auto;
     width: 760px;
}

#header
{
    width: 760px;
    height: 255px;
    margin-top:2px;
    
}

#maincolumn
{
    float:left;
    width:760;
    background-color:#F6F6F6;
 }

#footer
{
    clear: both;
    width: 760px;
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    
}

.clear { clear: both; background: none; }

/****************************
   CONTENT FORMAT
****************************/
.divbodycopy
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:130%;
	font-weight: normal;
	color: Black;
	text-align: justify;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.bodycopy {
	
	text-align: justify;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 15px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #leftcolumn 
{
  margin-right: 15px;
}
 
* html bodycopy 
{
  height: 1%;
  margin-left: 0;
}

*html secondary_title
{
    height: 1%;
    margin-left: 0;
}
 
/* End hide from IE5/mac */


.pageul
{
    margin-left: 50px;
    margin-right:16px;
    list-style-type:disc;    
}
.pageulimagearrow
{
    margin-left:50px;
    margin-right:16px;
    list-style-image:url('../images/arrowgreen.gif');    
}
.pageulimagegreen
{
    margin-left:50px;
    margin-right:16px;
    list-style-image:url('../images/checkmarkgreen.gif');    
}

.main_title {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #005073;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.secondary_title {
	font-size: 14px;
	font-style:normal;
	font-weight: bold;
	color: #1898cb;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	padding-right:10px;
	text-decoration: none;
}
a.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
a.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: Maroon;
	text-decoration: none;
}

a.pageNavLink
{
    color:Blue;    
}

.pageNavLink a:visited
{
    color:Blue;    
}

.SelectedRowStyle
{
    background-color: Yellow;
}

/* AJAX Toolkit */
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditError
{
    background-color: #ffcccc;
}

