/*------------------------------- Page Style ---------------------------*/

body{
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:link {color: #000000;
		text-decoration:underline;

}
a:visited {
	color: #000000;
	text-decoration:underline;
	
}
a:hover {
	color: #cccccc;
	text-decoration:none;
	
}
a:active {
	color: #FF0000;
	text-decoration:underline;
}

img {
	border:none;
}

/* ----------------- Font Styles ---------------- */

.style1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
	}
	
.style2 {
	font-size: 24px;
	font-weight: bold;
	}

.style3 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

.style4 {
	font-size: 14px;
	font-weight:bold;
	}
	
.style5 {
	font-size: 16px;
	}
	
.style6 {
	font-size: 12px;
}
.style7 {
	font-size: 16px;
}

.style9 { 
	font-size: 14px;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
}

.style10 {
	font-size: 14px;
	}
	
.style11 {
	font-size:12px;
}

.style12 {
	font-size:11px;
	font-weight:bold;
}

.style13 {
	font-size: 10px;
	}

/*---------------- Divs ---------------- */
#outerholder {
width:1010px;
	margin:3% auto;
	position:relative;
	clear:left;
	border-top-color:#e4e4e4;
	border-top-width:2px;
	border-top-style:solid;
	border-left-color:#e4e4e4;
	border-left-width:2px;
	border-left-style:solid;
	border-right-color:#8e8e8e;
	border-right-width:2px;
	border-right-style:solid;
	border-bottom-color:#b3b3b3;
	border-bottom-width:2px;
	border-bottom-style:solid;
	
}

#holder {
	width:1000px;
	margin:3% auto;
	position:relative;
	clear:left;
}

#top {
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:2px;
	height: 50px;
	padding-top:0px;
	padding-left:5px;
}

#logo {
	height:90px;
}

#main {
	padding-left:10px;
	text-align:left;
	margin:0;
	background-color:#FFFFFF;
} 

#left {
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#content {
	overflow: auto;
	background-color:#FFFFFF;
}

#right {
	width:798px;
	float:right;
	background-color:#FFFFFF;
	text-align:left;
	margin:0;
}

#tandcright {
	width:920px;
	float:right;
	background-color:#FFFFFF;
	text-align:left;
	margin:0;
}

#imageright {
	width:880px;
	float:right;
	background-color:#FFFFFF;
	text-align:left;
	margin:0;
}

#menu {
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:2px;
	height:400px;
	margin: 0px;
	width: 195px;
	padding-top:50px;
	padding-left:5px;
}

#mainmenu {
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:2px;
	height:470px;
	margin: 0px;
	width: 195px;
	padding-left:5px;
}

#tandcleft {
	height:470px;
	margin: 0px;
	width: 60px;
	padding-left:5px;
}

#imageleft {
	height:650px;
	margin: 0px;
	width: 100px;
	padding-left:5px;
}

#footer{
	margin-top:20px;
	height:20px;
	text-align:center;
}