/* CSS Document */

#body {
	background-color:#FF0000;
	border:none;
	background-attachment: fixed;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
.header3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	.header4{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	.header5{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color:#FF0000;
	text-decoration:none;
	}
	
	/*text styles*/
	.style3 {
	font-size: 16px;
	color: #FF0000;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.links {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#FF0000;
	text-decoration:none;
}
/**************** layout************/
.align {
	position:absolute;
	left:264px;
	top: 218px;
	height: 479px;
}
#nav li {
	font-size: 20px;
	list-style-type: none;
}
#nav a {
	text-align: center;
	display: block;
	width: 150px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	float: none;
	font-size: 30px;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
background-color:#FF0000;
	color: #000000;
	text-decoration: none;
		font-weight: bold;

}
#nav a:hover, #nav a:active {
	background-color: #FF0000;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	height: auto;
}
	
#sidebar {
background-color:#FFFFFF;
	display: inline;
	float: left;
	width: auto;
	margin-top: 20px;
	margin-left: 2px;
}

#container {
	border: none;
	float: none;
	width: 850px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:justify;
	background-color: #FFFFFF;
	}
#content {
	width: 850px;
	background-color: #FFFFFF;
	margin: 10px 0px 5px 200px;
	left: 9px;
	top: 187px;
	position: absolute;
	visibility:visible;
	height: auto;
	}
#content1 {
	width: auto;
	background-color: #FFFFFF;
	margin: 10px 20px 20px 200px;
	left: -12px;
	top: 150px;
	position: absolute;
	visibility:visible;
	}
#topbar {
	background-color: #FFFFFF;
	height:113px;
	width: 806px;
	position: absolute;
	visibility: visible;
	left: -28px;
	top: -76px;
	text-align: left;
	margin-left: 200px;
	margin-top:100px;
}

#basebar {
	background-color: #FFFFFF;
	height: auto;
	width: 760px;
	visibility: visible;
	margin-left: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: both;
	float: none;
	position: absolute;
	left: -33px;
	top: 700px;
}
	
#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: #FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
	}

#tabnav li
	{
		margin: 0px 0px 0px 200px; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background-color:#FFFFFF;
		font-size: 10px;
		line-height: 14px;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #000000;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background-color: #FFFFFF;
		color: #000;
	}

#tabnav a:hover
	{
		background: #FFFFFF;
	}
.clearfloat {
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}
 
