﻿*,html {
	padding:0;
	margin: 0; 
}

img
{
    border:0px;
}


body
{
    color: #242424;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    height: 100%;
    width: 100%;
}

/* H tags */

H1, H2, H3, H4{font-family:Georgia, san-serif;}
H1 {
	font-size: 21px; 
	margin-bottom:12px;
	margin-top:12px;
	color:#D06700; /*--D06700*/

}

H2 {
	font-size: 16px; 
	color:#587993;
	margin-top:10px;
	margin-bottom:8px;
}

H3 {
	 font-size:14px;
	 font-weight:bold; 
	 font-style:italic;
	 margin-top:20px;
	 margin-bottom:6px;
	 padding:0;
}

p
{
    font-size:12px;
    margin-top:4px;
    margin-bottom:6px;
    line-height:150%;
}

.bulletList ul
{
    padding-left:40px;
}

.bulletList li
{
    padding:3px;
    list-style-image:url(Images/round.gif);
}
a:link
{
    color: #587993;
    text-decoration:none;
}

a:visited
{
    color: #4D88C4;
    text-decoration:none;
}

a:hover
{
	color: #990000;
	font-weight: bold;
}

a:active
{
    color: #CC9900;
    text-decoration: none;
    font-weight: bold;
}

 
#main
{
    height:100%; 
    width:100%; 
    padding:0;
    margin:0;
}  

#tint
{
    background-color: #996600;
    height: 9px;
    width: 100%;
}



#logo
{
    padding-top:22px;
    padding-left:0;
}


#logoHeader
{
    background-image: url(Images/header-bg.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 131px;
    background-position: top;
    border-top: solid 0px #D06700;
}

#logoHeaderFixed
{
    width:1000px;
    margin:auto;
    padding-top:8px;
}

#menu
{
    clear:both;
    height:36px;
    width:1004px; 
    margin:auto; 
    padding-top:7px;
    padding-left:39px;
    margin-top:-5px;
}

#menu ul { text-align:right; padding:0; margin:0; list-style:none; border:0;}

#menu ul li
{
    padding: 0px 15px; 
    float: left; 
    height: 36px; 
    line-height: 36px; 
    font-size: 12px;
    background: url('Images/menu-sep.gif') right no-repeat; 
}

#menu ul li { text-align:left; float:left; margin:0; padding:0; border:0;}

#menu ul li a
{
    float: left;
    color: #FBFBFB;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
}

#menu ul li a:visited
{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
}


#menu ul li a:active
{
    color: #CC9900;
    font-weight:bold;
}

#menu ul li a:hover
{
    color: #FFCC00;
    font-weight: bold;
    padding:0px 10px 0px 10px;
    background-image:url(images/hover.gif);
    background-repeat:repeat-x;
}

.active
{
    color: #FFCC00;
    font-weight: bold;
    padding:0px 10px 0px 10px;
    background-image:url(images/hover.gif);
    background-repeat:repeat-x;
}

#middle
{
    clear: both;
    width: 100%;
    background-color: #FBFBFB;
}

#middlecontent
{
	width:1004px;
    margin:0 auto; 
    padding-top:10px;
    padding-bottom:10px;
    background-image:url(images/bgshadow.png);
    background-repeat:repeat-y;
}

#CPStyle
{
    width:1004px;
    margin:auto;
    padding:5px 0px 5px 0px;
    
}

#CPStyle2
{
    width:1004px;
    margin:auto;
    padding:0px 10px 10px 10px;
    
}

#leftmargin
{
	float:left;
	width:20px;
	height:200px;
	background-image:url(Images/left.png);
	background-repeat:no-repeat;
}

#rightmargin
{
	float:left;
	width:20px;
	height:200px;
	background-image:url(Images/right.png);
	background-repeat:no-repeat;

}



#midLeft
{
    width:470px;
    float:left;
    padding: 0px 10px 15px 10px;
}
#midRight
{
    width:470px; 
    float:left; 
    padding:0px 10px 10px 15px;
}

#content
{
  width:1050px;
  margin:auto;
}

#footerRow
{
    clear:both;
    background-image:url(Images/footer_bg.png);
    background-repeat:repeat-x;
    background-position:top;
    width:100%;
    text-align:left;
    background-color:#f0f0f0;
     
}



#footerRowFixed
{
    width:1050px;
    margin:auto; 
    padding-left:20px; 
    padding-top:10px;
}

#footerRowFixed p
{
  font-size:11px;
}

#footerCover
{
    background-image:url(Images/header-bgF.gif);
    background-repeat:repeat-x;
    width:100%;
    height:70px;
    background-position:top;
}

.bullet
{
     padding-top:13px;
}

#copyright
{
    clear:both;
    width: 100%;
    height: 58px;
    text-align: center;
    background-color: #151515;
    background-repeat: repeat;
    color: #CCCCCC;
}

#copyrightFixed
{
    
    width: 1004px;
    margin:auto;
}


#footerMessage
{    
    padding-top:6px;
    float:right;
    width:500px;
    text-align:right;
    padding-right:40px;
}

#footerLinks ul
{
    width:400px;
    float:left;
    padding-top:20px;
}

#footerLinks ul li
{
    margin-left:0px;
}


#footerLinks a:link
{
    color: #FFFFFF;
}

#footerLinks a:visited
{
    color: #CCCCCC;
}

#footerLinks li
{
     float:left;
     padding:0px 10px;
     list-style-type:none;
}


