body {
	text-align:center;
	margin: 0px;
}


/************************
	FOR THE MAIN BOXES   
************************/

#top {
	border-bottom-width: 3px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	background-color: #000000;
	height: 40px;
}

#mid_strip {
	background-color: #000000;
	border-bottom-width: 3px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	height: 125px;
}

#banner {
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 3px;
	border-right-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	background-color: #000000;
	width: 800px;
	height: 125px;
	margin: auto;
	background-image: url(images/banner.gif);
}

#nav_strip {
	background-color: #000000;
	height: 40px;
}

#nav {
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 3px;
	border-right-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	background-color: #000000;
	width: 800px;
	height: 40px;
	margin: auto;
}

#content {
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 3px;
	border-right-color: #000000;
	border-right-width: 3px;
	border-right-style: solid;
	width: 720px;
	margin: auto;
	padding: 30px 40px 30px 40px;
	text-align: left;
}

#footer {
	height: 20px;
	margin: 20px -43px -30px -43px;
	padding: 10px 30px 50px 30px;
	border-bottom-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 3px;
	border-right-color: #000000;
	border-right-width: 3px;
	border-right-style: solid;
	border-top-color: #000000;
	border-top-width: 3px;
	border-top-style: double;
	color: #999999;
}

#footer a {
	text-decoration: none;
	color: #999999
}

#footer a:hover {
	text-decoration: underline;
	color: #666666;
}

#nav ul {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	list-style: none;
	text-align: center;
}

#nav li {
	display: inline;
	color: #FFFFFF;	
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px 25px 0px 25px;
}

#nav  a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}


.padding {
	padding: 10px 10px 40px 40px;
}


.padding2 {
	margin: -30px auto;
	padding: -30px 10px 40px 20px;
}



/*****************************
/	CSS FOR TEXT FORMATTING  /
*****************************/






h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 175%;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}


a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.input {
	background-color: #FFFFCC;
	border: 1px solid #000000;
}

.input:hover {
	background-color: #FFFF99;
	border: 1px solid #FF0000;
}

.button {
	border: 1px solid #000000;
	background-color: #CCCCCC;
	padding: 3px;
}

.button:hover {
	border: 1px solid #FF0000;
	background-color: #FFFF00;
}

