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: #f0f0f0;
	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: 170px;
	color: #E0DFE3;
	background-image: url(../images/header.jpg);
	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: 730px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#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;
	text-align: center;
}
#header_images{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #333333;
	font-weight: normal;
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	line-height: 1.1em;
}
#rightcol h3{
	font-weight: normal;
	font-size: 1.1em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 505px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3F2F4;
}
#rightcol{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
}

#rightcol li{
	font-size: 90%;
	color: #E0DFE3;
	text-decoration: none;
	line-height: 1.4em;
	list-style-type: none;
	margin-left: -35px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}


#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: #CCCCCC;
}

.comments{
	background-image: url(../images/comments.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}

.comments a{
	color: #000000;
}
.box{
	background-color: #fff;
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #E6F2FF;
}

