body {
	background: url(images/topbg.gif) repeat-x #0095ff;
	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: Verdana, Arial, Helvetica, sans-serif;
	/* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 10px;
}
h1 { 
	font-size:22px;
	color: #ff0000;
	text-align: left;
	width: 585px;
	margin-left: 5px;
}
h2 {
	color: #fff;
	font-size: 12px;
	margin: 10px;
}



/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:hover {
	color: #990000;
}
a:active {
}
li {
	font-size: 11px;
	color: #000;
}

.p1{background: #d4d4c7;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


#container {
 background: #fff;
 text-align:left;
 border:1px solid #fff;
 width:770px;
 margin: 0px auto;
 position: relative;
}

#top{
	background: url(images/top.jpg);
	width: 770px;
	height: 48px;	

}

#header {  
 background: url(images/header.jpg);
 width: 770px;
 height:231px;
 }

#bodyblock {
 background: #ffffff;
 width:770px;
 }

#leftcolumn {
 background: #fff;
 float:left;
 width: 161px;
 }
 
#leftcolumn p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin-left: 2px;
}

#content {
 width:565px;
 background:#f2f2f2;
 text-align:left;
 float: right;
 width: 602px;
 }
 
 #content h2{
 text-align: center;
 font-family:Arial, Helvetica, sans-serif;
 color: #ff0000;
 }

 #links{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 width:770px;
 height: 25px;
 background:#ccc;
 color: #333333;
 text-align:center;
 clear: both;
 }
 
 #audio{
	position: absolute;
	left: 3px;
	top: 248px;
 }

#footer {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 background: #fff;
 height:25px;
 color: #000;
 margin:0;
 clear: both;
 }
 
  div#flash{
 width: 550px;
 height: 400px;
 margin: 0px auto;
 border: 5px solid #fff;
 margin-top: 50px;
 }
 
div#copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
 	font-size:9px;
	text-align: center;
 }
 
div#copyright img {
margin-top: 5px;
}
 
  #footerindex{
   width: 550px;
   margin: 0px auto;
 }
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	
}
img.right {
	float: right;
	margin: 20px;
	border: 6px solid #ccc;
}
clear {
	clear: both;
}
 
 /* ----------------- PAGE NAVIGATION ELEMENTS ----------------- */
div#navigation{
width: 167px;
font-size: 10px;
font-weight: bold;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
float: left;

}

#navigation ul{
list-style: none;
margin: 0px;
padding: 0px;
}

#navigation li{
border-bottom: 1px solid #fff;

}

#navigation li a {
width: 156px;
display: block;
padding: 5px 5px 5px 0.5em;
background: #336699;
color:#fff;
text-decoration: none;
}


#navigation li a:hover{
background: #ff0000;
color: #fff;
}

#navigation .current {
background:#ff0000;
text-align: right;
} 
/* ----------------- CUSTOM CLASSES ----------------- */

/* ----------------- *Contact Form----------------- */

#content fieldset {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
border: 0;
margin: 10px;
padding: 0px;
width: 350px;
color: #808080;
}

#content label {
display: block;
width: 150px;
float: left;
 padding: 5px 0;
text-indent: 15px;
}

#content input, #content textarea {
margin-bottom: 10px;
}

#content fieldset p {
clear: both;
 padding: 0;
padding-left: 150px;
}

#content fieldset p input {
}
#content fieldset div {
 padding: 0 0 15px 0;
 }
