/*** General page stylings. ***/
BODY {
 background-color: #FFFFFF;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11pt;
 line-height: 12px
 color: #000000;
 margin-top: 20px;
 margin-bottom: 20px;
 padding: 0px;
}

/*** This should reflect the font settings in the BODY section.  ***/
TABLE, TD, INPUT, SELECT {
 font-size: 11pt;
 font-family: Verdana, Geneva, sans-serif;
 color: #000000;
}

/*** Paragraph style. ***/
p{
 text-indent: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
}

/*** Unordered List Style. ***/
ul {
	list-style-type: none;
	padding-left: 15px;
}

ul .equiplist {
 list-style-type: square;
}

li .equplist {
 padding-bottom: 7px;
}
/*** These are classes that were created. ***/

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.right {
	text-align: right;
}

/*** Links in their regular state. ***/
a:link, a:visited {
 color: #F60;
 text-decoration: none;
}

/*** Links when you mouse over. ***/
a:hover {
 text-decoration: underline;
 color: #630;
}

/*** Headering 1-3 styles. ***/
H1, H1 a{
 font-family: Verdana, Geneva, sans-serif;
 font-size: 18pt;
 color: #600;
 margin: 0px;
 padding: 0px;
}
H2, H2 a{
 font-family: Verdana, Geneva, sans-serif;
 font-size: 15pt;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
H3, H3 a{
 font-family: Verdana, Geneva, sans-serif;
 font-size: 13pt;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

H4, H4 a{
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11pt;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

/*** Making Horizontal Rule dotted. ***/

hr {
 color: #ffffee; 
 background-color: #ffffee; 
 border: 1px dotted #333333; 
 border-style: none none dotted;
}

/*** The following styles start with .Data, they are used for forms and content display on the backend. ***/
.DataTable{
 border-style: solid;
 border-width: 1px;
 border-color: #333333;
 padding: 3px;
}

.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: #e2bb51;
 color: #000000;
}

.DataRow{background-color: #CCCCCC;}
.DataRowOver{background-color: #C0C0C0;}
.DataRowDown{background-color: #999999;}

.RTEForm {background-color: #FFFFFF;}

/*** This is the table that holds everything. ***/
#pageMainTable{
 width: 766px;
 text-align: left;
}

/*** Style for the side area that the linkbar appears on. ***/
#pageLinkbarCell{
 width: 135px;
 vertical-align: top;
 background-color:#000000;
}

#pageLinkbar{
 width: 135px;
}

/*** This is your main content area. ***/
#pageContentCell{
 background-color: #FFFFEE;
 padding: 20px;
 width:582px;
}
#pageContent{
 background-color: #FFFFEE;
 width:542px;

}

/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
 height:96px;
}
.HeaderLinks{
 color: #FFFFFF;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
}

/*** Footer cell in the main table. ***/
#pageFooterCell{
 text-align: center;
}
#pageFooter{
 color: #000000;
 font-size: 9px;
 clear:both
}
#pageFooter a:link, #pageFooter a:visited, pageFooter a:hover{
 font-size: 9px;
 color: #000000;
}

p.contact {
line-height: 10px
}

.equiphead {
 position: relative:
}

H1.equip {
 font-size: 24px;
 color: #FFF;
 margin-top: -40px;
 margin-left: 5px;
 margin-bottom: 15px;
 position: absolute;
 z-index: 1;
}

H1.equipshadow {
 font-size: 24px;
 color: #000;
 margin-top: -38px;
 margin-left: 8px;
 position: absolute;
 z-index: 0;
}

.head {
 position: relative;
 height: 40px;
}

H1.head {
 font-size: 44px;
 color: #800;
 margin-left: 5px;
 position: absolute;
 z-index: 1;
}

H1.headshadow {
 font-size: 44px;
 color: #000;
 margin-top: 2px;
 margin-left: 7px;
 position: absolute;
 z-index: 0;
}

p.introduction:first-letter {
font-size : 300%;
font-weight : bold;
line-height : 20px;
float : left;
width : 1em;
color : #800;
}

/*** 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;
}
