*
{
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

html
{
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #444;
}

a
{
	text-decoration: none;
}

a:link, a:visited, a:active
{
	color:  #444;
}

a:hover
{
	color:  #ff9000;
}

#header
{
	position: absolute;
	height: 161px;
	width: 1024px;
	background-image: url(../images/header.png);
}

#headerbg
{	
	height: 161px;
	width: 100%;
	float: right;
	background-image: url(../images/headerbg.png);
}

#menu
{
	position: absolute;
	left: 161px;
	top: 145px;
	width: 575px;
	height: 38px;
}

#menu img
{
	border: 0px;
}

#bodybg
{
	position: absolute;
	top: 161px;
	width: 100%;
	height: 399px;
	background-image: url(../images/bodybg.png);
}

#contentbg
{
	position: absolute;
	left: 161px;
	top: 210px;
	height: 369px;
	width: 575px;
	background-image: url(../images/contentbg.png);
}

#content
{
	position: absolute;
	left: 175px;
	top: 220px;
	width: 550px;
	text-align: justify;	
}

#footer
{
  width: 550px;
  color: #999;
  text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px dashed #DDD;
	padding-top: 10px;
}

#footerhack
{
	position: fixed;
	bottom: 0px;
	width: 100%;
}

#footerbg
{
	position: relative;
	float: right;
	height: 138px;
	width: 453px;
	background-image: url(../images/footerbg.png);
}

#sponsors
{
	left: 750px;
	top: 180px;
	position: absolute;
}

#hostedby
{
	margin-top: 10px;
	height: 30px;
	width: 100px;
}

.mainimage
{
	margin-top: 10px;
	margin-bottom: 30px;
}

.imageheader
{
	float: left;
	margin-top: 20px;
	margin-bottom: 7px;
	font-weight: bold;
}

.imagecontent
{
	float: left;
	text-align: center;
}

.imagecomment
{
	float: left;
	text-align: center;
}

#sitemap
{
	position: absolute;
	width: 500px;
	top: -30px;
}

ul#sitemaplist
{
	list-style-type: none;
	text-indent: 10px;
}

ul#sitemaplist li
{
	float: left;
}

ul#sitemaplist li a
{
  color: #3d556b;
	padding-left: 3px;
	padding-right: 3px;
}

ul#sitemaplist li a:hover
{
	color: #4d85ed;	
}

#banner
{
	text-align: center;
}

.constitutiontitle
{
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
}

.constitutionsubtitle
{
	margin-top: 10px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

.constitutions
{
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 25px;
}

ul.constitution
{
	list-style: decimal;
	padding-left: 20px;
}

ul.constitution li
{
	margin-bottom: 10px;
}

ul.subconstitution
{
	margin-left: 20px;
	list-style: lower-latin;
	margin-top: 10px;
}

ul#clubslist
{
	padding-left: 25px;
}

ul#clubslist li
{
	margin-bottom: 3px;
	list-style: disc;
}

ul#clubslist li a
{
  color: #3d556b;
}

ul#clubslist li a:hover
{
	color: #4d85ed;	
}

#clubsimage
{
	margin-bottom: 10px;
	margin-left: 20px;
}

.clubsheader
{
	float: left;
	margin-bottom: 7px;
	font-weight: bold;
}

.clubscontent
{
	float: left;
	margin-bottom: 10px;
}

	