body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url("/images/bggray.gif");
	background-position: center;
	background-repeat: repeat-yz;

	


	text-align: center;
}

/***********************************
	CONTAINERS
***********************************/

#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	border-left: 1px solid #CCC	;
	border-right: 1px solid #CCC;
	
}

#Banner {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 65%;
	text-align: right;
	vertical-align: bottom;
	height: 0px;
	line-height: 0px;
	padding-right: 0px;
	background-color: gray;
	
}


#top-nav {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: white;
	font-size: 75%;
	text-align: right;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	background-color: gray;
}

#top-nav2 {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: white;
	font-size: 100%;
	text-align: right;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	padding-right: 15px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	background-color: gray;
}


#navigation {
	float: left;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 84%;
	font-weight: bold;
	color: #3333CC;
	background-color: White;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 9px 5px 15px 5px;
	width: 140px;
	border-color: white;
	border-style: dotted;
	border-width: 0px 0px 0px 0px;
	text-align: left;
}


#content {
	margin-left: 160px;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 75%;
	color: #666666;
	text-decoration: none;
	width: 585px;
	text-align: left;
	padding: 10px 0px 0px 0px;

}
#contentwide {
	margin-left: 30px;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 75%;
	color: #666666;
	text-decoration: none;
	width: 720px;
	text-align: left;
	padding: 10px 0px 0px 0px;

}

#ab {
	margin-left: 15px;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 72%;
	color: #666666;
	text-decoration: none;
	border-width: 1px 0px 1px 0px;
	border-color: gray;
	border-style: dotted;
	width: 600px;
	padding: 0px 0px 0px 0px;

}

#ab1 {
	margin-left: 5px;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 72%;
	color: #666666;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-color: gray;
	border-style: dotted;
	width: 610px;
	text-align: left;
	padding: 0px 0px 0px 0px;

}

#footer {
	width: 780px;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 80%;
	color: white;
	text-align: center;
	background-color: gray;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:30px
	

}

/***********************************
	LINKS
***********************************/

a {
	color: #065CAB;
	text-decoration: none;
}

a:hover {
	color: Black;
	text-decoration: underline;
	
}


a.small-navigation {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.small-navigation:hover {
	color: Black;
	text-decoration: underline;


}

a.navigation {
	color: #666666;
	border-width: 0px 0px 0px 0px;
	border-color: #DEDEDE;
	border-style: none;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: normal;
}

a.navigation:hover {
	color: Black;
	text-decoration: underline;


}

/***********************************
	MISCELLANEOUS
***********************************/

#header {
	padding: 0px 0px 5px 0px;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	background-color: white;
}

hr {
	width: 100%;
	height: 0px;
	text-align: center;
	word-spacing:10pt;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}

h1 {
	color: Black;
	font-size: 130%;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	padding: 5px 20px 0px 3px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: Gray;
	background-color: #FFFFFF;
}

p {
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	margin-top: 0px;
}