/* CSS Document */


body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

#logo{
	position : absolute;
	background-color:#000000;
	width : 100%;
}

#sectionLinks{
	position: absolute;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	width: 100%;
	top : 132px;
	left : 0px;
	background-color:#000000;
	height: 8px;
}

#sectionLinks h3{
	padding: 10px 10px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 10px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 10px 2px 10px;
}

#content{
	position : absolute;
	width : 100%;
	top: 157px;
	height: 1125px;
    left: 0px
}

#paragraphs{
    
 	float: left;
	width: 75%;
	margin: 5px;
	padding: 0 3% 0 0;
	border: 1px solid;
}




		
