@charset "utf-8";
/*
++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++
++++++ COLLEGE COVERED +++++++
++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++
*/

/* General
------------------------------ */
html, body {
	height: 100%;                                                                  
	margin: 0;                                                                     
	padding: 0;
}
* {
	margin:0px auto;
	padding:0;
}
body {
	margin:0;
	background:#c0893b;
	font:11px Arial, "Helvetica", sans-serif;
	line-height:18px;
	color:#666;
}
a:link, a:active, a:visited { 
	text-decoration:none;
	color:#c0893b; 
}
a:hover, a:focus { 
	text-decoration:underline;
	color:#c0893b;
}
div#shim {
	visibility:hidden;
	width:100%;
	height:50%;                                                                     
	margin-top:-340px;                                                              
	float:left;
}
div#wrapper {            
	width:973px;
	height:680px;
	clear:both;
	position:relative;
	top:-340px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */
}

/* Hide from IE5mac \*//*/
	div#shim {
		display: none;
	}
	html, body {
		height: auto;
	}
/* end hack */

/* ]]> */
h1 {
	font-family:Arial, "Helvetica", sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:21px;
	margin:0;
	padding:0;
}
img {
	border:0;
}
p {
	margin:10px 0;
}

/* Navigation
------------------------------ */
#rightNav a:link.on, a:visited.on { 
	color:#fff; 
	text-decoration:none; 
	border-bottom:1px dashed
}
#rightNav a:link.off, a:visited.off {
	color:#fff; 
	text-decoration:none;
}
#rightNav a:link.done, a:visited.done {
	color:#fff; 
	text-decoration:none;
}
#rightNav a.on:hover, a.off:hover, a.done:hover {
	text-decoration:underline
}
.navSpace {
	float:left;
	margin-right:30px;
}

/* Main
------------------------------ */
#left{
	margin-top:32px;
	width:487px;
	float:left;
}
#right{
	width:486px;
	float:left;
	text-align:left;
}
#rightNav{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	width:486px;
	height:32px;
	background:url(../images/topright.jpg) no-repeat;
	left:25px
}
#rightNavdown{
	padding-top:7px;
	padding-left:25px;
}
#rightContent{
	width:486px;
	height:474px;
	background:url(../images/folder_mr.jpg) no-repeat;
}
#rightBottom{
	width:486px;
	height:174px;
}
#container{
	position:relative;
	width:320px;
	height:375px;
	z-index:100;
}
#containerPlace{
	margin-left:-20px;
	padding:90px 0 0 0;
}
#lyr0, #lyr1, #lyr2, #lyr3, #lyr4{
	overflow:auto;
	width:310px;
	height:375px;
	padding-right:10px;
	position:absolute;
	visibility:hidden;
	left:0px; 
	top:0px;
	right:10px;
	z-index:1;
}
#contactForm { 
	position:absolute;
    left:50%;
	margin-left:-135px;
	padding:0;
	width:250px;
}				

/* Form
------------------------------ */
input {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color: #000;
	background: #F1F0EB;
	border: 1px dashed #999;
}
textarea {
	margin:0;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color: #000;
	background: #F1F0EB;
	border: 1px dashed #999;
}
input.submit {
	color: #fff;
	background:#c0893b;
	border: 1px outset #fff;
}


/* ------------------------------ */
