BODY {
 background-color: #81BEF7;
 font-family: Helvetica,75 Bold;
 color: #2E2E2E;
 margin: 0px;
 padding: 0px;
 scrollbar-base-color: #0066FF;
 scrollbar-arrow-color: #FF6633;
 scrollbar-3dlight-color:FF6633;
 scrollbar-face-color: #FFFF00;
 scrollbar-highlight-color:#999999;
 scrollbar-shadow-color: #666666;
 scrollbar-darkshadow-color:#333333;
 scrollbar-track-color:#0066FF;
}

/***  Settings for the main content area ***/
.Content{
 font-family: Helvetica,75 Bold;
 color: #2E2E2E;
 line-height: 1.166;
 vertical-align: top;
}

/*** Paragraph Settings ***/
p{
 text-indent: 20px;     
 margin-top: 5px;  
 margin-bottom: 5px;  
}

/*** Content Link Styles***/
a:link, a:visited, .Content a:link, .Content a:visited {
 color: #0066FF;
 text-decoration: underline;
}
a:hover, .Content a:hover {
 text-decoration: underline;
 color: #0000FF;
}

/*** These are found at the top of the page ***/
.siteName{
 margin: 0px;
 padding: 16px 0px 8px 0px;
 color: #999999;
 font-weight: bold;
 letter-spacing:3px;
 text-align:left;
 font-family:Helvetica, 75 Bold:
}
.PageTitle h1{
 font: bold 25px Helvetica;
 color: #2E2E2E;
 margin:0px;
 padding:8px 0px 5px 200px;
 text-align:center;
}

/*** Heading 1/2/3 Styles for the content area ***/
H1, H1 a{
 font-family: Helvetica, 75 Bold;
 color: #2E2E2E;
 margin: 0px;
 padding: 4px;
 text-align: center;
}
H2, H2 a{
 font-family: Helvetica, 75 Bold;
 color: #FF6633;
 margin: 0px;
 padding: 4px;
 text-align: center;
}
H3, H3 a{
 font-family: Helvetica, 75 Bold;
 color: #FF6633;
 margin: 0px;
 padding: 4px;
 text-align: center;
}


/*** This are found at the bottom of the page ***/
.Footer{
 margin: 0px;
 padding: 5px;
 color: #333333;
 font-weight: normal;
 letter-spacing: 1px;
 text-align: center;
}

/*** CornerCells background color Should be the same as the bodys background ***/
.CornerCells {
 vertical-align: bottom;
 background-color:#81BEF7;
}

/*** Forms and input boxes ***/
input{
 font-family: Helvetica,75 Bold;
 font-size: 12px;
}

/***  Tables Commonly used to display data ***/
.DataTable{
 border-style: solid;
 border-width: 1px;
 border-color: #000033;
 padding: 4px;
}

.DataHeader, .DataHeader TABLE, .DataHeader, .DataHeader TD, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited {
 font-size: 13px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #FF6633;
 color: #FFFFFF;
}

.DataRow{background-color: #0099FF;}
.DataRowOver{background-color: #A9D0F5;}
.DataRowDown{background-color: #3366FF;}

/*** Text on the side, under the linkbar ***/
.sideText{
 text-align: center;
 margin: 0px;
 padding: 0px 0px 5px 5px;
}

/*** This should be the same background color as your content area ***/
.RTEForm {
 background-color: #FFFFFF;
}

/*** LinkBar Settings ***/
.LinkBarParent a:link, .LinkBarParent a:visited {
 background-color: #FFFF00;
 color: #666666;
 border-top: 1px solid #999999;
 border-bottom: 1px solid #CCCCCC;
 padding: 3px 0px 3px 5px;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
 display:block;
}
.LinkBarParent a:hover {
 background-color: #FF6633;
 color:#CCCCCC;
 border-top: 1px solid #333333;
 border-bottom: 1px solid #CCCCCC;
 padding: 4px 0px 2px 5px;
 text-decoration: none;
}
.LinkBarChild a:link, .LinkBarChild a:visited {
 background-color: #FFFF00;
 color: #666666;
 border-top: 1px solid #999999;
 border-bottom: 1px solid #CCCCCC;
 padding: 3px 5px 3px 0px;
 text-align: right;
 font-weight: bold;
 text-decoration: none;
 display:block;
}
.LinkBarChild a:hover {
 background-color: #FF6633;
 border-top: 1px solid #333333;
 border-bottom: 1px solid #CCCCCC;
 padding: 4px 5px 2px 0px;
 color: #CCCCCC;
 text-decoration: none;
}
.LinkBarSelected {
 border-top: 1px solid #666666;
 background-color: #0174DF;
 padding-top:1px;
 padding-bottom:2px;
 color: #FFFF00;
 font-weight: bold;
 text-decoration: none;
 text-align: center;
}

/*** Styles for displaying your Blog listings ***/
.newsBloggerBlogTitle {
 padding: 10px;
 padding-left: 0px;
 margin: 0px;
 font-size: 18pt;
}
.newsBloggerArticleTitle, .newsBloggerArticleTitle a:link, .newsBloggerArticleTitle a:visited {
 padding: 0px;
 margin: 0px;
 font-size: 10pt;
 text-decoration: none;
}
.newsBloggerArticleTitle a:hover {
 text-decoration: underline;
}
.newsBloggerTime {
 padding: 0px;
 margin: 0px;
 font-size: 8pt;
 font-weight: bold;
}
.newsBloggerArticleDescription {
 padding: 0px;
 margin: 0px;
 font-size: 9pt;
}
.newsBloggerArticleDescription a:link, .newsBloggerArticleDescription a:visited {
 font-size: 9pt;
}
.newsBloggerArticleImage {
 float: left;
 padding: 5px;
}
