@charset "utf-8";
/* CSS Document */

body {
	background-color:#422222;
	}
	
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	}
	
#Container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
			}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;	
	margin-top: 0px;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	margin: 0px 0px 0px 0px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/topborder2.png);	
		} 

#left {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 35px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/sideborder.png);
	height: 1600px;
		} 

#right {
	position: absolute;
	top: 35px;
	left: 745px;
	width: 35px;
	padding: 0px 0px 0px 0px;
	height: 1600px;
	background-image: url(images/sideborder2.png);
			} 

#maincontent {
	position: absolute;
	top: 35px;
	left: 35px;
	width: 710px;
	height: 1600px;
	padding: 0px 0px 0px 0px;
	background-color: white;
			}
		
#bottom {
	position: absolute;
	top: 1635px;
	left: 0px;
	width: 780px;
	height: 45px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/topborder3.png);	
		} 
		
.links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #6600FF;
	
		}
.links:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: white;
	background-color: #6600FF;
	text-decoration: none;
	}

.smalllinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	color: #6600FF;
	
		}
.smalllinks:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	color: white;
	background-color: #6600FF;
	text-decoration: none;
	}



.sidenavigation {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 4px;
	width: 170px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
	}

.sidenavigation:hover {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6600FF;
	display: block;
	padding: 2px 2px 2px 4px;
	width: 170px;
}

#sidebar {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 177px;
	padding: 0px 0px 0px 0px;
	height: 1535px;
	margin: 0px 0px 0px 0px;
	color: black;
	background-color: #EB3C01;
	}

#maincontent2 {
	position: absolute;
	top: 65px;
	left: 187px;
	width: 515px;
	padding: 0px 0px 5px 0px;
	height: 1530px;
	margin: 0px 0px 0px 0px;
	color: black;
	background-color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


#photo {
	float:left;
	width:250px;
	padding-right: 15px;
	padding-bottom: 2px;
}

.smallfont {font-size: 9px}

.redfont {
	font-size: 13px;
	color: #FF0000;
	font-weight: bolder;
}