/* CSS Document */
html {
	font-size: 76%;
}
body{
	background-color:black;
	text-align:center;
	font-size: 1.0em;
	margin:0;
	padding:0;
}
#page{
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	width:730px;
	overflow:hidden;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
}
#header{
	position:relative;
}
#header a.register{
	position:absolute;
	display:block;
	top:94px;
	left:287px;
	height:38px;
	width:153px;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:3px;
	z-index:100;
}
#header a.register img{
	border:none;
}
#imageContainer {
	position:relative;
	margin:auto;
	width:730px;
	height:185px;
	border:0px solid #000;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
a,a:hover{
	color:#c1cc23;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#logo{
	position:relative;
	text-align:right;
	background-color:white;
	background-image:url(/images/logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#nav{
	display:block;
	list-style-type:none;
	padding:0 32px 0 32px;
	margin:0;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #bfbfbf;
	background-image:url(/images/css/nav_back.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#nav li {
	display:inline;
	float:left;
}
#nav li a{
	background-image:url(/images/css/gradprog.gif);
	width:95px;
}
#nav li a,#nav li.selected a,#nav li a:hover{
	display:block;
	height:77px;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:3px;
}
#nav li a img{
	border:none;
}
#nav li.selected a,#nav li a:hover{
	background-position:left -77px;
}
#nav li a strong{
	display:none;
}
#nav li.button_1 a{
	width:98px;
}
#nav li.button_2 a{
	background-image:url(/images/css/vacprog.gif);
	width:102px;
}
#nav li.button_3 a{
	background-image:url(/images/css/appproc.gif);
	width:107px;
}
#nav li.button_4 a{
	background-image:url(/images/css/schol.gif);
	width:80px;
}
#nav li.button_5 a{
	background-image:url(/images/css/photgal.gif);
	width:81px;
}
#nav li.button_6 a{
	background-image:url(/images/css/photgal.gif);
	width:80px;
}
#nav li.button_7 a{
	background-image:url(/images/css/gradnews.gif);
	width:117px;
}
#content{
	background-color:white;
	padding:25px 40px 25px 40px;
	margin:0px auto 0px auto;
	overflow:hidden;
	height:0.1%;
	color: black;
	overflow:hidden;
	font-size:0.8em;
}
h1,h2,h3,h4,h5,h6{
	color:#ed1c24;
	margin:0;
	padding:0;
	font-size:1.1em;
}
#content #leftcol p,#content #rightcol p{
	margin-top:0;
}
#leftcol{
	float:left;
	width:310px;
	text-align:justify;
}
#rightcol{
	float:right;
	width:310px;
	text-align:justify;
}
#content div.photo{
	text-align:center;
}
#content div.photo img{
	border:1px solid black
}
#foot{
	padding:25px 40px 25px 40px;
	overflow:hidden;
	color:#c1cc23;
	font-size:0.8em;
}