body{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF
}

a:link, a:visited, a:hover {
	text-decoration: underline;
	font-weight: bold;

}

a:hover {
	color: #FF0000;
}

a:visited {
	color: #000000;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #990099;
	font-style: oblique;
	font-weight: bolder;
}

h2{
	font-size: 120%;
	color: #990099;
	font-weight: bold;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 75%;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	text-align: justify;
	float: inherit;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	width: auto;
	height: 100%;
}

#content a:link{
	color: #990099;

}

#content a:visited{
	color: #990099;	
}

#content a:hover{
	color: #FF0000;	
}

#buttons{
	text-align: center;
	width: 137px;
	height: 1259 px;
	background: #000000;
	float: left;
	padding-top: 20px;
}

#buttons2{
	text-align: center;
	width: 137px;
	height: 900 px;
	background-color: #000000;
	float: left;
	padding-top: 20px;
}

#buttons3{
	text-align: center;
	width: 137px;
	height: 2100 px;
	background-color: #000000;
	float: left;
	padding-top: 20px;
}

#head{
	width: 100%;
	height:270px;
	background-color:#000000;
	background-image:url(Images/headerback.jpg);
	background-repeat: no-repeat;
}
	
#foot{
	width: 100%;
	height:270px;
	background-color:#000000;
	background-image:url(Images/footerback.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 300px;
	padding-top: 60px;
}

#foot a:link{
	color: #990099;

}

#foot a:visited{
	color: #990099;	
}

#foot a:hover{
	color: #FF0000;	
}

#main{
	background-color: #ffffff;
	width: auto;
	height: 100%;
	float: none;
	padding-top: 45px;
}

#main a:link{
	color: #990099;

}

#main a:visited{
	color: #990099;	
}

#main a:hover{
	color: #FF0000;	
