body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-top: 1px;
}

h1	{
	display: none;
}
h2 {
	font-size: 28px;
	font-weight: bolder;
	color: #830067;
	margin-bottom: 15px;
	margin-top: 15px;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #3768E1;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #3768E1;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
h6 {
	font-size: 18px;
	font-weight: bolder;
	color: #3768E1;
	margin-bottom: 15px;
	margin-top: 15px;
}




#header {
	height: 212px;
	background-image: url(images/banner_logo3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#placeholder {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 20px;
}
 p {
	margin-top: 0px;
	margin-bottom: 10px;
}
	
#footer	{
	text-align: center;
	color: #3768E1;
	line-height: 15px;
	font-weight: bold;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.credits {
	text-align:center;
	font-size:80%;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #333333;
	font-weight: normal;
}	
.image_right {
	float: right;
	margin-left: 15px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 5px;
}
 
.image_left {
	margin-right: 15px;
	margin-top: 1px;
	float: left;
	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.menu {
	width: 980px;
	margin-left: 15px;
}
.cssnav	{
	position:relative;
	float: left;
	padding: 0px;
	font-weight: bold;
	width: auto;
	height: 30px;
	overflow:hidden;/* for ie to hide extra height*/
	background-image: url(images/nav/nav_pink.jpg);
	background-repeat: no-repeat;
	margin-right: 3px;
	margin-left: 3px;
}


.cssnav a {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	width: 150px;
	height: 30px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssnav a:hover {
	color: #FFFFFF;
}
			
.cssnav img {
	width: 150px;
	height: 30px;
	border: 0px;
}
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
	position: absolute;
	left: 1px;
	top: 5px;
	text-align: center;
	width: 150px;
	cursor: pointer;
}

ul {
	margin-left: 30px;
	margin-top: 30px;
}
li {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-type: disc;
}
.spacer {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0px;
	padding:0px;
}
		
table {
	font-size: 12px;
	font-size: 13px;
	font-weight: bold;
	color: #3768E1;
}

td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	border: 1px solid #760061;
}

.btt a:link {
	color: #7E0066;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.btt a:visited {
	color: #7A0264;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.btt a:active {
	text-decoration: none;
}
.btt a:hover {
	color: #3768E1;
	text-decoration: underline;
}
.plain_a:link {
	color: #7B0060;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
.plain_a:visited {
	color: #3768E1;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.plain_a:active{
	color: #810067;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.plain_a:hover{
	color: #333333;
	text-decoration: underline;

}
