/* CSS Document */

img{
	padding-bottom: 10px;
}

body{
	background-image: url(img/bodyBG.gif);
	background-repeat:repeat;
	font-family: Calibri, Cambria, Tahoma;
	font-size: 14px;
}

.header{
	margin-left: -15px;
}

.subHead {
	font-size: 16pt;
	font: Calibri, Cambria, Tahoma;
	color: #660066;
	background-color: #ffcf06;
	margin-left: 10px;
	text-indent: 10px;
}

.text {
	padding-right: 10px;
	margin-left: 10px;
}

.footer {
	background-color: #ffcf06;
	width: 640px;
	height: 50px;
	padding-left: 200px;
	text-align:center;
	text-indent: 10px;
	clear: both;
}

#container{
	width: 828px;
}

#content{
	width: 625px;
	min-height: 600px;
	margin: 0;
	float: right;
	margin-top: -15px;
	background-color: #F5F5F5;
	clear: none;
}

#nav{
	margin: 0;
	margin-left: -60x;
	margin-top: 0px;
	width: 200px;
	float: left;
	background:  #ffcf06;
	position:  fixed;
	clear: left;
}

#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbotIMG{
	background-image:url(img/bottomNav.gif);
	background-repeat:no-repeat;
	width/**/: 200px/**/;
	height: 100px;
	min-height/**/: 60000px/**/;
}

#navtopIMG{
	background-image:url(img/topNav.gif);
	width: 200px;
	height: 135px;
}

#nav li a:link, #nav li a:visited {
	color: #660066;
	display: block;
	padding: 4px 0 4px 5px;
	text-decoration: none;
}

#nav li a:hover{
	text-decoration: underline;
}
