body {
	background-color: #f3f3f3;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/**************** START OF MAIN DIV IDs ****************/

#content_wrapper {
	background-image:	url(content.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 824px;
}

#header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	height: 227px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	height: 49px;
}


/**************** START OF NAVIGATION CLASSES ****************/

#nav {
	margin: 0;
	padding: 0;
}

#nav ul {
	padding-top: 192px;
	margin-left: auto; 
	margin-right: auto;
	width: 665px;
}

#nav li {
	display: block; 
	float: left; 
	height: 33px; 
	width: 14.2%;	
	text-align: center; 
	line-height: 20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#nav li a {	
	display: block; 
	line-height: 33px; 
	color: #1d1d1d; 
	text-decoration: none;	
	font-weight: normal;	
	width: 100%;
	font-size: 11px;
}

#nav li a:hover { 
	height: 33px; 
	background-color: white;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#there { 
	height: 33px; 
	background-color: white;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}


/**************** START OF CONTENT CLASSES ****************/

#content {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	line-height: 17px;
	text-align: justify;
}

h1 {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 1px dashed #D7D7D7;
	padding-bottom: 3px;
	margin-top: 20px;
	color: #7F8092
}

ul {
	margin-left: 100px;
}

li {
	list-style-image: url(list.gif);
	line-height: 21px;
	vertical-align: middle;
}

a:link { color: #A1A8B7; text-decoration: underline }
a:visited { color: #A1A8B7; text-decoration: underline }
a:active { color: #A1A8B7; text-decoration: underline }
a:hover { color: #8B9593; text-decoration: none }

#footer_text {
	width: 750px;
	color: #8A8A8A;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dashed #D7D7D7;
	padding-top: 3px;
	letter-spacing: 1px;
}

.linktable {
	letter-spacing: 2px;
}

.linktable td {
	text-align: left;
}

.centeredtext {
	text-align: center;
}

.dottedbox {
	border: 1px dashed #D7D7D7;
}