body { 
	background-color: #990000;
	margin: 5px 0 5px 0;
	text-align: center;
}

ul#tabnav { /* general settings */text-align: right; /* set to left, right or center */
margin-left: 0;
/*margin-top: 16px;*/
margin-bottom: 0;
/*width: 800px;*/
font: bold 0.8em verdana; /* set font as desired */border-bottom: 1px solid black; /* set border COLOR as desired */list-style-type: none;padding: 17px 5px 3px 0; /* THIRD number must change with respect to padding-top (X) below */}ul#tabnav li { /* do not change */display: inline;}body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */border-bottom: 1px solid white; /* set border color to page background color */background-color: white; /* set background color to match above border color */}body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */background-color: #fff; /* set selected tab background color as desired */color: #000; /* set selected tab link color as desired */
border: 1px solid black;
position: relative;top: 1px;padding-top: 6px; /* must change with respect to padding (X) above and below */}ul#tabnav li a { /* settings for all tab links */padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */border: 1px solid #666; /* set border COLOR as desired; usually matches border color specified in #tabnav */background-color: #FFCC00; /* set unselected tab background color as desired */color: #666; /* set unselected tab link color as desired */margin-right: 0; /* set additional spacing between tabs as desired */text-decoration: none;border-bottom: 1px solid black;}ul#tabnav a:hover { /* settings for hover effect */background: #CCCCCC;/* set desired hover color */
padding-top: 5px;
}

a:link {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #FFCC00;
}


h1 {
	font-family: georgia;
	font-size: 2em;
	
}

h2 {
	font-family: georgia;
	color: #FFCC00;
	font-size: 1.2em;
}

p {
	margin-right: 50px;
	font-family: verdana;
	line-height: 2.2em;
	font-size: 0.9em;
	margin-left: 20px;
}

p.special {
	font-family: verdana;
	color: #777777;
	font-size: 0.9em;
	margin-left:0;
}


#container {
	position: relative;
	width: 702px;	_height: 0;	min-width: 702px;	margin: 0 auto 30px auto;
	background-color: white;
	border: 1px solid black;
	border-top: none;
	overflow: auto;
	padding: 25px;
	text-align: left;
}

html>body #container {
	width: 650px;
	min-width: 650px;
}

#tabcontainer {
	position: relative;
	width: 702px;
	_height: 0px;
	min-width: 702px;
	min-height: 16px;
	margin: 0 auto;
}

hr {
border: 0;
color: black;
background-color: black;
height: 1px;
}
