/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #330066;
	margin: 0px;
	background-image: url(images/w-site_04.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#pagesurround {
	width: 780px;
	float: left;
}

#header {
	height: 159px;
	background-image: url(images/w-site_01.jpg);	
}

#navcol {
	width: 175px;
	float: left;
	background-image: url(images/w-site_02.jpg);
	background-repeat: no-repeat;
	height: 397px;
}
#navpad {
	padding-left: 18px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu a {
	width: 125px;
	height: 17px;
	display: block;
	text-align: center;
	border: 2px solid #000066;
	text-decoration: none;
	color: #000066;
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99CCFF;
	 }
	 
#menu a:hover, a:active {
	color: #CCCCCC;
	background-color: #000066;
     }
	 
#footmenu ul {
	text-align: center;

}

#footmenu li {

	list-style-type: none;
	display: inline;
}

#footmenu a {
	text-decoration: none;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	 }
	 
#footmenu a:hover, a:active {
	color: #CCCCCC;
	background-color: #000066;
     }


#contentwrapper {
	width: 605px;
	float: right;
	background-image: url(images/w-site_03.jpg);
	background-repeat: no-repeat;
}
	 

#content {
	padding-left: 20px;
	padding-right: 20px;

}

#footer {
	margin-top: 20px;	
	margin-left: 175px;	 
}

#banner {
	width: 120px;
	margin-left: 790px;

}



h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

hr {
	color: #000066;
	width: 95%;
}

a:link,a:active,a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover		{ 
	text-decoration: underline; color : #6666FF;  
}

.textmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
}


.sidetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}

.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}

A.mAd:link,A.mAd:active,A.mAd:visited {
	color : #FFFFFF;
}
A.mAd:hover		{
	text-decoration: underline;
	color : #FFFF00;
}