body{
	padding:0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 21px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #f6fcff;
	color: #4F4F4F;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: 76%;
}

#wrapper{
	width: 780px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
.pad{
	margin: 10px; 
}

#header{
	height: 126px;
	color: #E0DFE3;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 770px;
}
#content{
	height: auto;
	background-image: url(../images/contnet_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	float: left;
	width: 750px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer{
	height: 150px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	width: 770px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header_images{
	width: 100%;
	margin: 0px;
	text-align: center;
	float: left;
}
#leftcol{
	width: 580px;
	float: left;
}

#rightcol{
	float: left;
	width: 150px;
}

#webistetitle{
	color: #CCCC00;
	font-size: 300%;
	text-align: center;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
}

#webistesubtitle{
	text-align: center;
	font-size: 150%;
	font-weight: normal;
	color: #E0DFE3;
	margin: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	font-size: 200%;
	color: #333333;
	font-weight: normal;
}

.titles{
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	font-size: 160%;
	color: #333333;
	font-weight: normal;
}
#menu{
	text-align: center;
	width: 100%;
	clear: both;
}
#menu a{
	font-size: 90%;
	color: #E0DFE3;
	text-decoration: none;
}
#rightcol li{
	list-style-type: none;
	margin-left: -35px;
	font-size: 90%;
	color: #E0DFE3;
	text-decoration: none;
	line-height: 140%;
}


#rightcol a{
	color: #666666;
	text-decoration: underline;
}

#rightcol ul{
	margin-top: 0px;
}

#mainmenu_title{
	font-family:arial, sans-serif;
	font-size:13px;
	color:#333333;
	white-space:nowrap;
	font-weight:bold;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}


#footer a{
	color: #E0DFE3;
	text-decoration: none;
}

#copyright{
	font-size: 80%;
	color: #999999;
}

