/*********************/
/* BASIC */
/*********************/
html, body {height:100%;}
body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	color:#FFFFFF;
	padding: 0;
	margin:0;
	background-image:url(images/backg1.gif);
	background-color: #000000;
	text-align:center;
}

#container {width:995px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:0px;
	min-height:100%;
}

p,h1,h2,h3,h4,h5,h5,ol,ul,li {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* BANNER STYLES */
/*********************/

#banner { width:995px; height: 185px;}

/*********************/
/* MAIN NAV */
/*********************/

#wrapper {width:995px;
background-image: url(images/cropped-green-logo.jpg);
background-repeat:no-repeat;
background-color:#000000;
text-align:left;
	margin-left: auto;
	margin-right: auto;
	min-height:100%;
}

#sidebar {
	float: left;
	width: 182px;
	margin-top: 0px;
	margin-left:-995px;
	min-height:100%;
}

#main {
	width:535px;
	float:left;
	margin-left: 270px;
	margin-right: 190px;
	color: #FFFFFF;
	display:inline;
}

#secondary {
	float: right;
	width: 190px;
}

/*********************/
/* SIDEBAR */
/*********************/

ul#mainNav {
margin: 0;
padding: 0;
list-style: none;
width:182px;
font-weight:bold;
}

#mainNav a {
color: #ffffff;
font-size: 1.6em;
text-decoration: none;
border-bottom:2px solid #999;
padding: 1px 5px 1px 32px;
display: block;
background-color:#000000;
}

/* hack for IE 6 < to make entire block clickable */
* html #mainNav a {
	height: 1px; 
}

#mainNav a:hover {
color: #C1D72E;
border-bottom:#C1D72E 2px solid;}

ul#submainNav {
margin: 0;
padding: 0;
list-style: none;
width:182px;
font-weight:bold;
}

#submainNav a {
color: #ffffff;
font-size: 1.3em;
text-decoration: none;
border-bottom:2px solid #999;
padding: 1px 5px 1px 60px;
display: block;
background-color:#000000;
}

/* hack for IE 6 < to make entire block clickable */
* html #submainNav a {
	height: 1px; 
}

#submainNav a:hover {
color: #C1D72E;
border-bottom:#C1D72E 2px solid;}

body#home a#homelink {
color: #C1D72E;
border-bottom:#C1D72E 2px solid;}
body#what a#whatlink {
color: #C1D72E;
border-bottom:#C1D72E 2px solid;}

body#about a#aboutlink {
color: #C1D72E;
border-bottom:#C1D72E 2px solid;}
body#fees a#feeslink {
color: #C1D72E;
border-bottom:#C1D72E 2px solid;}
body#topics a#topicslink {
color: #C1D72E;
border-bottom:#C1D72E 2px solid;}



/*********************/
/* MAIN */
/*********************/
h1 {
	margin-top: 10px;
	font-size: 1.8em;
	color: #C1D72E;
	font-weight: lighter;
}
.section {
	display: inline;
	font-weight: lighter;
	padding-top:15px;
	font-size: 4em;
	font-family:"Helvetica CE 45 Light", arial, sans-serif;
	line-height: 100%;
	color: #FFFFFF;
	margin-top: 10px;
}
p {
	color: #FFFFFF;
	font-size: 1.4em;
}
h2 {
	font-size: 1.6em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	color: #C1D72E;
	font-weight: lighter;
}

/*********************/
/* general link */
/*********************/
.generallink {color:#C1D72E;
text-decoration:none;
	border-bottom:1px;
	border-bottom-style:dotted;}

.generallink a {text-decoration: none;
}

.generallink a:hover {color: #A14A93;
text-decoration:none;}
/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 0px;
	padding: 0px;
	width:535px;
	margin-left: 270px;
	margin-right: 175px;
	text-align:left;
	float:left;
	clear:both;
}
#footer a {
	text-decoration: none;
	color:#FFFFFF;
}
#footer a:hover {
	color:#C1D72E;
}

a:link {text-decoration: none; color: #C1D72E;}
a:visited {	text-decoration: none;	color: #C1D72E;}
a:hover {color: #A14A93;}

#baseNav {
	text-align:left;
	margin:0;
	padding-bottom:20px;
	border-bottom:0px;
	border-bottom-style:none;
}

ul#baseNav {
	font-size:1.3em;
	background-color:#000000;
	margin-left:-4px;
	padding:0;
	padding-left:2px;
		border-bottom:0px;
	border-bottom-style:none;
}

#baseNav li {
	list-style-position: inside;
	list-style: none;
	display: inline;
	background-color:#000000;
	color:#C1D72E;
		border-bottom:0px;
	border-bottom-style:none;
}

#baseNav a {
	text-decoration: none;
	color: #C1D72E;
	padding: 0px 2px 0px 15px;
	background: url(images/green-dotsm.gif) no-repeat 2px 50%;
}

#baseNav a:hover {
	background: url(images/pink-dotsm.gif) no-repeat 2px 50%;
	color:#A14A93;
}
br.clear {
	clear:both;
}
.bullet {
	list-style-position: inside;
	font-size: 1.4em;
	list-style-image: url(images/white-underline.jpg);
}
