﻿	/**
	* SETUP
	*/
	* {
		margin:0;
		padding:0;
	}

	body {
		text-align:center;
		font-family: Verdana;
		font-size:12px;
		background-image:url(../images/template/background_tile.gif);
		background-repeat:repeat;
	}
	
	.white-title {
		font-size:16px;
	}
	
	.gold-title {
		font-size:16px;
		color: #ffcc00;
	}
	
	.gold-text {
		font-size:12px;
		color: #ffcc00;
	}
	
	
	/**
	* STRUCTURE
	*/
	#contentholder {
		position:relative;
		width:870px;
		margin:18px auto;
		text-align:left;
	}
	
	#header {
		height:115px;
		background-image:url(../images/template/header.gif);
		background-repeat:no-repeat;
	}
	
	#main {
		width:870px;
		min-height:424px;
		background-color:#000000;
		color:#F7F7F7;
	}
	
	*html #main {
		height:424px;
	}
	
	/* TWO COLUMN */
	#TwoCL {
		margin:0px;
		width:455px;
		padding:36px 44px 0 44px;
		float:left;
		color:#F7F7F7;
	}
	
	#TwoCR {
		margin:36px 0 0 0;
		width:300px;
		padding: 0px;
		float:left;
		clear:right;
	}
	
	#construction {
		padding:200px 0 0 0;
		font-size:16px;
		color: #D3A721;
	}
	
	#container {
	}
	
	#mission {
		position:relative;
		width:392;
		height:111px;
		background-image:url(../images/home/mission.gif);
		background-repeat:no-repeat;
		font-family:Verdana;
		}
	#mission p {
		display:none;
	}
	
	#contact {
		padding:70px 0 0 199px; 
		width:392px; 
		background-image:url(../images/contact/logo.gif); 
		background-repeat:no-repeat; 
		color:#F7F7F7;
	}
	
	#footer {
		margin:5px 0 0 0;
		font-family:Verdana;
		font-size:10px;
		line-height:140%;
	}
	
	#footer a {
		color:#000000;
		text-decoration:none;
	}
	
	#footer a:hover {
		color:#000000;
		text-decoration:underline;
	}
	
	.clear {
		clear:both;
	} 
	
	/**
	* MARKUP
	*/
	p {
		margin:0 0 15px 0;
		line-height:140%
	}
	
	.orange {
		color: #ffcc00;
	}
	
	.frm {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:11px;
		color:#000000;
		background-color:#FFFFFF;
		border-style: solid;
		border-width: 1px;
		border-color: #8B9A9F;
	}
	
	a {
		color:#F7F7F7;
		text-decoration:none;
	}
	
	a:hover {
		color:#F7F7F7;
		text-decoration:underline;
	}
	
	a.hype1 {
		color:#F7F7F7;
		text-decoration:none;
	}
	
	a.hype1:hover {
		color:#ffcc00;
		text-decoration:none;
	}

	a.hype9 {
		color:#F7F7F7;
		text-decoration:underline;
	}
	
	a.hype9:hover {
		color:#ffcc00;
		text-decoration:underline;
	}
	
	/**
	* NAVIGATION
	*/
	#navlist {
		width: 860px;
		padding: 97px 10px 0 0;
		height:14px;
	}
	
	#navlist ul, #navlist li {
		display: inline;
		list-style-type: none;
		white-space:nowrap;
		font-size:11px;
		font-weight:bold;
		float: right;
		margin: 0 4px;
		color:#222222;
	}
	
	#navlist li {
		border-left:1px solid #FFFFFF;
		padding: 2px 6px;
	}
		
	#navlist a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#navlist a:hover {
		background: transparent;
		color: #ffcc00;
	}
	
	/* On States */
	body#home_pg #navlist li#Home a{color:#ffcc00;}
	body#about_pg #navlist li#About a{color:#ffcc00;}
	body#contact_pg #navlist li#Contact a{color:#ffcc00;}
	body#newsworthy_pg #navlist li#Newsworthy a{color:#ffcc00;}
	body#links_pg #navlist li#Links a{color:#ffcc00;}
	body#remote_pg #navlist li#Remote a{color:#ffcc00;}
	body#member_pg #navlist li#Member a{color:#ffcc00;}


.student{padding:5px 5px 5px 5px;}
.studentleft{padding:3px 5px 3px 5px;}
.studentheader	{padding:5px 5px 5px 5px;color:#ffcc00}