
* 
{ 
    padding: 0; 
    margin: 0; 
}

/*--img, div { behavior: url(iepngfix.htc) }--*/

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    background-position: center top;
	background-attachment: scroll;
    text-align: left;
    background-image: url( 'images/page-bg.jpg' );
    background-color: #55B5E9;
    background-repeat: repeat-y;
    line-height: 20px;
}

H1
{
    font-size: 21px !important;
	color: #0099ff !important;
	font-weight:bold !important;
	letter-spacing: -0.01em;
}

H2
{
    font-size: 16px !important;
	color: #04388d !important;
	font-weight:bold !important;
	letter-spacing: -0.01em;
}
H3
{
    font-size:14px !important;
    color:#0098da !important;
    font-weight:bold !important;
    letter-spacing: -0.01em;
}
H4
{
    font-size:14px;
    color:#FF8200;
    letter-spacing: -0.01em;
}

A
{

}
A:hover
{

}

ul
{
    list-style-position:inside;
    padding:10px;
    margin:10px;
}


/*--- LAYOUT ------------*/
#wrapper 
{ 
    margin: 0 auto;
    width: 750px;
}
#header
{
    width: 750px;
}
#menu
{
    width:670px;
    visibility:hidden;
}
#menu hr
{
    display: block; 
    clear: left; 
    margin: -0.66em 0;
    visibility: hidden;
}
#orange_line
{  
    visibility:hidden; 
}
#main_body  a  
{
	color: #0098da;
	text-decoration: none;
}
#main_body a:hover  {
	color: #0098da;
	text-decoration: underline;
}
#main_body
{
    padding: 10px 20px 10px 20px;
}
#footer 
{
    font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #999999; 
    width: 710px;
    clear: both;
    padding: 10px 20px 10px 20px;
    margin: 0px 0px 10px 0px;
}
#footer  a  {
	color: #0099CC;
	text-decoration: none;
}
#footer  a:hover  {
	color: #0066CC;
	text-decoration: underline;
}
#footer  a:visited  {
	color: #0099CC;
	text-decoration: underline;
}


/*---END  LAYOUT ------------*/

