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

/*Layout*/

body {	margin:0;
		padding:0;
		text-align:left; }
		
.wrapper { 	width:100%;
			height:100%;}		
		
.header  {	position:fixed; top: 0; left: 0;
		background-image: url(images/logo_bg.gif);
		background-repeat: no-repeat;
		height: 600px;
		width:265px;
		border-bottom: 1px white solid;}


.copy {position:absolute;
		top:0px;
		left:250px;
		margin:0 auto;
		width:800px;}
		
		
.title {background-image:url(images/title_bg.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:565px;
		height:150px;}

		
.left {position:fixed; top:600px; left:0px;
		background-image: url(images/right_bg.gif);
		background-repeat:repeat-y;
		height:100%;
		width: 263px;
		*background-color:13335c;}
		
.right {width:100%;
		padding:10px;
		height:100%;}
		
.side {width:190px;
		height:100%;
		float:right;
		padding:15px;
		text-align:center;
		}
		
.footer {clear:both;
		height:150px;
		border-top:1px #333 solid;}
		
		/*Navigation Structure*/
		
		
.nav {	margin-top:290px;
		font-family: Trebuchet, Arial, Helvetica;
		font-size: 14px;
		color:white;
		list-style:none;
		width:165px;
		margin-left:-40px;
		*margin-left:0px;
		height:600px;
		background-color:#13335c;}
		
		
.nav a {font-weight:bold;
		text-align:right;
		padding-right:20px;}
		
.nav li {line-height:35px;
		width:176px;
		text-align:right;
		border-bottom: 1px white solid;
		}
		
.nav a:link {
	color:white;
	text-decoration: none;
	}

.nav a:visited {
	color:white;
	text-decoration: none;
	}
	
.nav a:focus{
	color:white;
	text-decoration: none;}

.nav a:hover { 
	color:#7eb1f5;
	text-decoration: none;}
	
.nav a:active {
		color:#7eb1f5;
		text-decoration: none;}
		
		/*Text Formatting*/
		
p, ul {font-family: Verdana, Arial, Helvetica;
	font-size:13px;
	color:black;
	line-height:24px;}
	
.side p 	{font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	font-style:italic;
	color:black;
	line-height:20px;}
	
.footer p {font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	color:black;
	text-align:center;}
	
h1 {font-family:Georgia, Times New Roman, Times;
	font-size:26px;
	color:#2663b5;
	font-weight:bold;
	text-align:left;
	line-height:40px;}
	
h2 	{font-family:Georgia, Times New Roman, Times;
	font-size:18px;
	color:#13335c;
	font-weight:bold;
	line-height:30px;}
	
.schedule h2 {font-family:Georgia, Times New Roman, Times;
	font-size:16px;
	color:#13335c;
	font-weight:bold;
	line-height:30px;}
	
h3 	{font-family:Georgia, Times New Roman, Times;
	font-size:16px;
	color:#13335c;
	font-weight:bold;
	line-height:30px;
	font-style:italic;
	text-align:center;}
	
h4 {font-family:Georgia, Times New Roman, Times;
	font-size:14px;
	color:#13335c;
	font-weight:bold;
	line-height:30px;
	font-style:italic;
	text-align:center;}
	
h5 {font-family:Georgia, Times New Roman, Times;
	font-size:12px;
	color:#13335c;
	font-weight:bold;
	line-height:20px;
	}
	
/*Link Structure*/

a:link {
	color:black;
	text-decoration: underline;	}

a:visited {
	color:black;
	text-decoration: underline;
	}
	
a:focus{
	color:#2663b5;
	text-decoration: none;}

a:hover { 
	color:#2663b5;
	text-decoration: none;}
	
a:active {
		color:#2663b5;
		text-decoration: none;}
		
