/* GENERAL FORMATTING */

body {
	font-family: "Trebuchet MS";
	font-size:14px;
	text-align:center;
	}

a {
	text-decoration:none;
	color:#939093;
	}

a:hover {
	color:#5E81A8;
	text-decoration:none;
	}

#frame {
	width:630px;
	height:400px;
	margin-top:50px;
	margin-right:auto;
	margin-left:auto;
	}


/* FRONT FORMATTING */

#front-leftlinks {
	width:175px;
	height:305px;
	float:left;
	text-align:right;
	font-size:24px;
	color:#939093;
	}

#front-logo {
	width:250px;
	height:305px;
	float:left;
	text-align:center;
	}

#front-rightlinks {
	width:175px;
	height:305px;
	float:left;
	text-align:left;
	font-size:24px;
	color:#939093;
	}

#front-bottom {
	width:600px;
	height:95px;
	text-align:center;
	float:left;
	font-size:18px;
	letter-spacing:2px;
	color:#939093;
	}


/* NON-FRONT PAGE FORMATTING */

#leftcontent {
	width:210px;
	height:300px;
	float:left;
	}

#pagetitle {
	width:390px;
	height:25px;
	float:left;
	text-align:right;
	padding: 5px 10px 0px 0px;
	border-top: 1px solid #C6C3C6;
	border-right: 1px solid #C6C3C6;
	font-size:20px;
	font-weight:bold;
	color:#939093;
	}

#main {
	width:390px;
	height:268px;
	float:left;
	text-align:left;
	padding: 10px;
	font-size:14px;
	color:#939093;
	border-right: 1px solid #C6C3C6;
	border-bottom: 1px solid #C6C3C6;
	overflow: auto;
		overflow-x:hidden;y:scroll;
			scrollbar-3dlight-color:#EEEEEE;
			scrollbar-arrow-color:#FFFFFF;
			scrollbar-track-color:#EEEEEE;
			scrollbar-darkshadow-color:#EEEEEE;
			scrollbar-face-color:#CCCCCC;
			scrollbar-hxighlight-color:#CCCCCC;
			scrollbar-shadow-color:#CCCCCC;
	}

#footer {
	width:600px;
	height:100px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#939093;
	)