* {
padding:0;
margin:0;
}

/* CORE ID ELEMENTS */
body {
	font:100% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	background-image: url(../../gui/images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;

}

#container {
	margin:0 auto;
	margin-top:10px;
	width:770px;
	border:1px solid #999;
	text-align:center;
}

#header {
	margin:10px 5px;
	width: 759px;
	height:140px;
	color:#fff;
	background-color:transparent;
	text-align:left;
}

#navcont {
	color:#fff;
	font-size: 0.75em;
	text-transform:uppercase;
	font-weight:bold;
	border:0;
	padding:30px 5px 0 20px;
	
}
#panel_pageWrap {
	text-align:left;
	margin:5px;
	border:0;
	font-size:0.75em;
	background: url(../../gui/images/cont_back.gif) repeat-y center top;
}
#panel_wrap {
	text-align:center;
	margin:5px;
	border:0;
	font-size:0.75em;
}

#panel_one {
	background-color:#e6ebf0;
	float:left;
	margin:0 5px 0 0;
	width:250px;
	height:280px;
	text-align:left;
	overflow:hidden;
	
}
#panel_two {
	background-color:#f0f2f6;
	float:left;
	margin:0;
	width:250px;
	height:280px;
	text-align:left;
	overflow:hidden;
}
#panel_three {
	background-color:transparent;
	float:left;
	margin:0 0 5px 5px;
	width:250px;
	height:280px;
	text-align:left;
}
#panel_four {
float:left;
	background-color:transparent;
	margin:0 5px 0 0;
	width:250px;
	text-align:left;
}
#panel_page {
	background-color:transparent;
	margin:0 5px 0 270px;
	width:480px;
	text-align:left;
}

#footer {
clear:both;
background-color:#333333;
margin:0 5px 5px 5px;
padding:20px;
color:#fff;
font-size:x-small;
text-align:right;
}

/* GLOBAL CLASS ELEMENTS */

h1, h2, h3, h4, p {
margin:5px;
}

h1 {
font-size:120%;
font-weight:normal;
margin:10px 5px;
color:#0A377B;
font-family:"Lucida Grande", Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
}
h2 {
font-size:110%;
font-weight:bold;
margin:10px 5px;
}
h3 {
font-size:100%;
font-weight:normal;
margin:10px 5px;
}
h4 {
font-size:90%;
font-weight:normal;
margin:10px 5px;
}
p {
font-size:1em;
margin-bottom:10px;
padding-right:4px;
} 
#panel_two p {
padding-right:0;
}

#breadCrumb {
font-size:0.85em;
}
blockquote {
padding:5px 15px 5px 15px;
}
blockquote blockquote{
padding:5px 25px 5px 25px;
}
#panel_two blockquote{
padding-right:10px;
}

a {
color:#000;
}
a:hover {
color:#3f3f3f;
text-decoration:none;
border-bottom:1px solid #3f3f3f;
}


/* pre is used for the "taglines" requested by the client */
pre {
	color:#2B386F;
	font-family:"Lucida Grande", Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:98%;
	white-space: normal;
	padding:0 20px 5px 15px;
	margin-top:0;
}
/* SUB ID ELEMENTS */

#header img {
padding:14px 0 10px 20px;
border:0;
}
#header a img {
border:0;
text-decoration:none;
}
#header a:hover {
border:0;
text-decoration:none;
}

#panel_four span.instruction p {
font-size:120%;
}

h1.clip {
padding-bottom:0;
color:#0A377B;
padding-left:5px;
margin-bottom:3px;
}
h1.registration {
padding-bottom:5px;
font-size:1.1em;
color:#0A377B;
font-weight:normal;
font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
padding-left:10px;
padding-right:5px;
}

#panel_page h1,#panel_page h2,#panel_page h3 {
display:block;
border-bottom:1px solid #3f3f3f;
}

#panel_page h1 {
font-size:1.2em;
font-weight:bold;
letter-spacing:0.4em;
}

#panel_page img {
float:right;
border:0;
clear:right;
}

#footer a {
color:#fff;
}
#footer img {
padding-top:5px;
}

#panel_four h2 {
font-family:arial, verdana, tahoma, sans-seric;
font-size:0.9em;
font-weight:bold;

}

#panel_page img {
padding:10px;
}


.date {
font-size:0.7em;
border:0;
margin-left:5px;
}
h2.date {
font-size:0.7em;

}

.disclaimer {
font-size:0.9em;
margin:10px;
}

#panel_page .top a.toTop {
text-align:right;
font-size:10px;
font-weight:bold;
margin:40px 0 60px 400px;
}

/* LIST ITEMS in PANELS */
#panel_one ul li  {
	list-style-type:square;
	margin-left:30px;
	font-size:100%;
	padding-bottom:5px;
}
#panel_two ul li  {
	list-style-type:square;
	margin-left:30px;
	font-size:100%;
	padding-bottom:5px;
}

#panel_three ul li  {
	list-style-type:square;
	margin-left:30px;
	font-size:100%;
	padding-bottom:5px;
}

#panel_page ul li  {
	list-style-type:square;
	margin-left:30px;
	font-size:100%;
	padding-bottom:5px;
}

#panel_four ul li  {
	list-style-type:square;
	margin-left:30px;
	font-size:0.8em;
	padding-bottom:5px;
	color:#000;
}

#panel_four ul.further li {
list-style-type:none;
}

/* 			NEW DROPDOWN CSS 			*/
/* 	DO NOT PUT ANYTHING BELOW THIS LINE	*/
/* 	EXCEPT NAVIGATION LIST ITEM STYLES 	*/

#nav, #nav ul { 
margin: 15px 0 0 15px; 
padding: 0pt; 
list-style-type: none; 
list-style-image: none; 
list-style-position: outside; 
line-height: 1; 
font-size:12px;
text-transform:uppercase;
font-weight:bold;
font-family: "trebuchet ms", Tahoma, Verdana, "Lucida Sans", Arial, sans-serif;
letter-spacing:1px;
}

#nav a { 
display: block; 
margin:0;
color:#fff; 
}
#nav a:hover { 
display: block; 
margin:0; 
color:#fff; 
}


#nav li { 
	float: left; 
	margin:0 15px 0 0;  
	background-image: url(../../gui/images/pipe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:10px;
}

#nav li ul { 
	position: absolute; 
	-moz-background-clip: initial; 
	-moz-background-origin: initial; 
	-moz-background-inline-policy: initial; 
	width:180px;
	\width:170px;
	w\idth:180px;
	left: -999em; 
	padding:0; 
	margin:0;
	border:0;
	z-index:10;
}
#nav li ul li { 
	background-image:url(../../gui/none.gif) no-repeat left top ;
	text-transform:none;
	font-weight:normal;
	font-family: "trebuchet ms", Tahoma, Verdana, "Lucida Sans", Arial, sans-serif;
	letter-spacing:1px;
	padding-right:0;
	background-color: #8197BB; 
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:0 solid #fff;
	border-left:1px solid #fff;
	width:180px;
	\width:170px;
	w\idth:180px;
}

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto; 
	padding-right:0;
}


#nav li ul a {
	display:block;
	width:170px;
	\width:170px;
	w\idth:170px;
	border:0;
	text-decoration:none;
	margin:5px 0 5px 0;
	color:#fff;
	line-height:20px;
	padding-right:0;
	padding-left:10px;
}
#nav li ul a:hover {
	display:block;
	width:170px;
	\width:170px;
	w\idth:170px;
	border:0;
	text-decoration:none;
	margin:5px 0 5px 0;
	background-color:#fff;
	color:#000;
	line-height:20px;
	margin-right:0;
	padding-right:0;
	padding-left:10px;
}
#nav li a:hover {
	background-color:#fff;
	color:#000;
}


/* 	ACTIVE PAGE STYLES 
	UPDATE THESE WHEN WE KNOW MENU ITEM NAMES
*/

body#home li.home a {
border-bottom:4px solid #fff;
}
body#home li.home a:hover {
border-bottom:4px solid #eee;
}
body#home #nav li ul li a {
border:0;
}


body#about li.about a {
border-bottom:4px solid #eee;
}
body#about li.about a:hover {
border-bottom:4px solid #eee;
}
body#about #nav li ul li a {
border:0;
}


body#alumni li.alumni a {
border-bottom:4px solid #eee;
}
body#alumni li.alumni a:hover {
border-bottom:4px solid #eee;
}
body#alumni #nav li ul li a {
border:0;
}


body#links li.links a {
border-bottom:4px solid #eee;
}
body#links li.links a:hover {
border-bottom:4px solid #eee;
}
body#links #nav li ul li a {
border:0;
}


body#news li.news a {
border-bottom:4px solid #eee;
}
body#news li.news a:hover {
border-bottom:4px solid #eee;
}
body#news #nav li ul li a {
border:0;
}


body#contact li.contact a {
border-bottom:4px solid #eee;
}
body#contact li.contact a:hover {
border-bottom:4px solid #eee;
}
body#contact #nav li ul li a {
border:0;
}

/* IE 5 MAC RULES */
* html>body #nav li {width: 3em;}
* html>body#home li.home a {
border-bottom:0;
}
* html>body#home li.home a:hover {
border-bottom:0;
}
* html>body#home #nav li ul li a {
border:0;
}


* html>body#about li.about a {
border-bottom:0;
}
* html>body#about li.about a:hover {
border-bottom:0;
}
* html>body#about #nav li ul li a {
border:0;
}


* html>body#alumni li.alumni a {
border-bottom:0;
}
* html>body#alumni li.alumni a:hover {
border-bottom:0;
}
* html>body#alumni #nav li ul li a {
border:0;
}


* html>body#links li.links a {
border-bottom:0;
}
* html>body#links li.links a:hover {
border-bottom:0;
}
* html>body#links #nav li ul li a {
border:0;
}


* html>body#news li.news a {
border-bottom:0;
}
* html>body#news li.news a:hover {
border-bottom:0;
}
* html>body#news #nav li ul li a {
border:0;
}


* html>body#contact li.contact a {
border-bottom:0;
}
* html>body#contact li.contact a:hover {
border-bottom:0;
}
* html>body#contact #nav li ul li a {
border:0;
}

