@charset "UTF-8";
/* CSS Document */

body, html {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
}

#wrapper {
	margin:auto; /* for IE6 and Firfox centering */
	text-align:left;
	width:759px;
}

#homeTextArea {
	margin-top:55px;
	margin-left:23px;
	margin-right:8px;
}

#homeAffiliates {
	margin-top:55px;
	margin-left:18px;
}

#subPageHeader {
	background-image:url(../layout/headingLines2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:20px;
	/*padding-left:135px;*/
	padding-top:12px;
	/*margin-left:25px;*/
	padding-left:182px;
}

#subPageTextArea {
	margin-top:12px;
	margin-left:12px;
	margin-right:5px;
}

#subPageLinksArea {
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}

ul, li {
	marign-left: 0px; 
	padding-left:3px;
	_margin-top:5px;
}

#nav ul {
	margin-left:0px;
}

#nav li {
	
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 0.1em;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;	
	font-size:0.7em;
	line-height:1.8em;
}

#nav li.last {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	font-size:0.7em;
	line-height:1.8em;
	_border-bottom-width: 0.1em;
}

#nav a {
	text-decoration:none;
	color:#000000;
}

#nav a:Hover {
	color:#302D7D;
}