body {
	background:  url(images/bg.gif);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-left: 20px;
	margin-right: 30px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FF0000;
	width: 500px;
	margin-left: 20px;
}

h2 {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#0033CC;
	left: 255px;
	top: 27px;
	width: 275px;

}

h2.lighter {

}


h3{
	color: #ff0000;
	font-size: 14px;
	margin-left: 20px;
}


#pagetext ul{
  	padding-top: 5px;

}

#pagetext li {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;	
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{

}

div#audio{
	margin: 0px;
}

div#cta{
	position: absolute;
	left: 230px;
	top: -15px;
	
}

div#container {
	width:770px;
	margin: 0px auto;
 }
 

div#header { 
	background: url(images/header.gif);
	width: 770px;
	height: 176px;


 }
/*container for pagetext and left coloum */
div#content {
	width: 770px;
	margin: 0px;
	background: url(images/bg_container.gif);
	
 }

div#pagetext {
	width: 578px;
	background: url(images/bg_content.gif);
	float: right;
	position: relative;	
}


div#pagetext a:link{
	font-family: Arial, Helvetica, sans-serif;
	color:#0000CC;
	
}

div#pagetext a:visited{
	color:#000066;		
}


div#right{
	width: 192px;
	float: left;
}


.right {
	margin: 15px;
	float: right
}

.right img{
	border: 3px solid #ffff00;
	padding: 0px;
}

div#address{
	width: 544px;
	height: 147px;
	background: url(images/bg_address.gif);
	margin: 0px auto;
	position: relative;
	
}

div#address a:link,a:visited{
	color: #000066;
}

address{
	position: absolute;
	margin-left: 80px;
	font-style: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	left: -15px;
	top: 26px;
}


div#footer {
	background: url(images/bg_footer.gif);
	width: 770px;
	height: 41px;
}

 
 div#links {
 	
 	font-size: 11px;
 	width: 100%;
	float: right;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	
 }
 
 div#links a{
 	color: #000066; 
 }
 

  div#bottom{
 	background: url(images/bg_bottom.gif);
 	width: 100%;
	height: 66px;
	clear: both; 
	margin-bottom: 0px;
 }
 
 
 div#login{
 	background: #66ff00;
 	width: 100%;
	text-align: right;
	clear: both; 
	font-size: 10px;
 }
 
 div#login a:link {
 	color: #009900;
	font-weight: bold;

 }
 


 /* ----------------- IMAGE ELEMENTS ----------------- */




img.right {

}

 
 

 /* ----------------- PAGE NAVIGATION ELEMENTS ----------------- */
 
#mainnav{
	width: 192px;
	background: url(images/bg_navigation.gif);
}

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 179px;
	

}

ul#mainnav li {
	display: inline; 
	list-style: none;
}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 5px 5px;
	margin-left: 5px;
	text-decoration: none;
	text-transform: uppercase;

}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #fff;
	background: #990000;
	
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #ff0000;
	background:#CCFF00;

}

.clear{
	clear: both;
}

/*iframe*/
iframe{
margin-left: 10px;
}

div#offer {
	color:#FF0000;
	font-size:13px;
	line-height: 17px;
	font-weight:normal;
	width: 500px;
	margin: 0 auto;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	height: 50px;
	color:#000;
	line-height: 19px;
	margin: 10px 0px 10px 0px;	
}

div#copyright a {
font-size: 9px;
font-weight: normal;
color: #000;
text-decoration: underline;
}

div#copyright img {
margin-top: 10px;
margin-bottom: 10px;
}
