/*********************/
/* BASIC */
/*********************/
html, body {height:100%;
}
body {
	font-family:arial, sans-serif;
	font-size: 62.5%;
	color:#FFFFFF;
	padding: 0;
	background-color: #000000;
	background-image:url(images/backg1.gif);
	margin:0;
	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 {
	margin: 0px;
	padding: 0px;
}


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

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

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

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

* html div#wrapper { /* for IE5-6 */
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: 175px;
}

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

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

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

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

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

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

body#balance a#balancelink {
color: #A14A93;
border-bottom:#a14a93 2px solid;}

body#illness a#illnesslink {
color: #A14A93;
border-bottom:#a14a93 2px solid;}

body#about a#aboutlink {
color: #C1D72E;
border-bottom:#C1D72E 2px solid;}
body#fees a#feeslink {
color: #A14A93;
border-bottom:#a14a93 2px solid;}
body#contact a#contactlink {
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:100;
	padding-top:15px;
	font-family:"Helvetica CE 45 Light", helvetica, arial, sans-serif;
	font-size: 4em;
	line-height: 100%;
	margin-top: 10px;
	color: #FFFFFF;
}

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;
	clear:both;
}
#footer a {
	text-decoration: none;
	color:#FFFFFF;
	text-align:left;
}
#footer a:hover {
	color:#C1D72E;
}
a:link {text-decoration: none; color: #C1D72E;}
a:visited {	text-decoration: none;	color: #C1D72E;}
a:hover {color: #A14A93;}

.leftimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}

br.clear {
	clear:both;
}