body {
	font:	10px/1.2 Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	position:fixed;
	left:0px;
	height:auto;
	background-color: #ffcccc;
	background-image:url(images/back.jpg);
	background-repeat:repeat-y;
	text-align: left;
}


#bodycontent {
	position:absolute;
	padding-left:20px;
	padding-top:30px;
	top:153px;
	left:207px;
	background-color:#FFF;
	/*width:273px;*/
	width:450px;
	overflow:auto;
	overflow-x:none;
	height:349px;
}

#bodycontent h3{
}

#bodycontent p{
	padding-top:30px;
	padding-right:20px;
}

#bodycontent img{
	padding-bottom:20px;
	padding-left: 20px;
}

#bodycontent td{
	padding-top:10px;
	font-size: 10px;
}
	
#logo{
	position:absolute;
	top:190px;
	left:535px;
}
#title {
	position:absolute;
	top:93px;
	left:32px;
	font-size:24px;
	font-weight:bold;
	color:#EBF2FB;
	width: 448px;
}	

#title2 {color: #0E3761}

.affiliates {
	background-color:#EBF2FB;
	border: 1px solid #603;	
	position:absolute;
	width:100px;
	top: 477px;
	left: 29px;
}

#teacher {
	position: absolute;
	top: 137px;
	left: 13px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 690px;
}

#drop_top {
	position: absolute;
	top: 120px;
	left: 182px;
	}

#barTop{
	position: absolute;
	top: 137px;
	left:207px;
	}
	
#barBottom{
	position:absolute;
	bottom:0px;
	top:532px;
	left:207px;
	width: 470px;
	}
	
#links_bottom{
	color:#0000A6;
	font-size:10;
	position:absolute;
	top:543px;
	left:216px;
	width: 452px;
}

#body{
	position: absolute;
	top: 200px;
	left: 187px;
}

#links{
	position: absolute;
	top: 342px;
	left: 13px;
	display:block;
	width:193px;
	
}

#links .nav{
	position: relative;
}

#links a:link {
	display:block;
	padding-left:9px;
	padding-top:8px;
	padding-bottom:8px; 
	border:1px solid #134F8A; 
	margin-bottom:-1px;
	background-color:#C0D5E9; 
	color:#060606;
	font-weight:bold;
	border:1px solid #000; 
	text-decoration:none;
	background-image:url(images/arrow_link.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#links a:visited {
	display:block;
	padding-left:9px;
	padding-top:8px;
	padding-bottom:8px;
 	border:1px solid #134F8A; 
	margin-bottom:-1px;
	background-color:#C0D5E9; 
	color:#060606;
	font-weight:bold;
	border:1px solid #000; 
	text-decoration:none;
	background-image:url(images/arrow_visited.gif);
	background-repeat:no-repeat;
	background-position:right;	
}

#links a:hover {
	display:block;
	padding-left:9px;
	padding-top:8px;
	padding-bottom:8px; 
	border:1px solid #134F8A; 
	margin-bottom:-1px;
	background-color:#699ACB;
	color:#060606;
	font-weight:bold;
	border:1px solid #000; 
	text-decoration:none;
	background-image:url(images/arrow_active.gif);
	background-repeat:no-repeat;
	background-position:right;
}

