BODY {
 background-color: #FFFFFF;
 font-family: Arial, sans-serif;
 margin: 0px;
 padding: 0px;
 color: #737373;
}
#navRow {
 width:760px;
 background-color: #ffcc00;
 padding:0px;
 margin:0px;
}

/***  Settings for the main content area ***/
#pageContent{
 width: 100%px;
 padding: 10px;
 padding-top: 5px;
 font-family: Arial,sans-serif;
 font-size: 10pt;
 color: #737373;
 line-height: 1.166;
}

/*** Paragraph Settings ***/
p{
 text-indent: 20px;     
 margin-top: 5px;  
 margin-bottom: 5px;  
}

/*** Content Link Styles***/
a:link, a:visited, #pageContent a:link, #pageContent a:visited {
 color: #5f87d7;
 text-decoration: none;
}
a:hover, #pageContent a:hover {
 text-decoration: underline;
}
.FooterLinks a:link, .FooterLinks a:visited {
 font-size: 11px;
 font-weight:bold;
 color: #47a3a3;
 text-decoration: none;
}
.FooterLinks a:hover {
 text-decoration: underline;
 color: #47a3a3;
}

/*** Heading 1/2/3 Styles for the content area ***/
H1, H1 a{
 font-family: Arial, sans-serif;
 color: #4c4c4c;
 margin: 0px;
 padding: 4px;
 text-align: left;
 font-size:18px;
}
H2, H2 a{
 font-family: Arial, sans-serif;
 color: #4c4c4c;
 margin: 0px;
 padding: 4px;
 text-align: left;
 font-size:14px;
}
H3, H3 a{
 font-family: Arial, sans-serif;
 color: #4c4c4c;
 margin: 0px;
 padding: 4px;
 text-align: left;
 font-size:12px;
}


/*** Forms and input boxes ***/
input{
 font-family: Arial,sans-serif;
 font-size: 11px;
}

/***  Tables Commonly used to display data ***/
.DataTable{
 border-style: solid;
 border-width: 1px;
 border-color: #737373;
 padding: 4px;
}

.DataHeader, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited{
 font-size: 11px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #3366ff;
 color: #FFFFFF;
}

.DataRow{background-color: #CCCCCC;}
.DataRowOver{background-color: #C0C0C0;}
.DataRowDown{background-color: #999999;}

/*** This should be the same background color as your content area ***/
.RTEForm {
 background-color: #FFFFFF;
}

