﻿/* CSS Document */

p {
font-family:"Courier New", Courier, mono; color: #000000; text-decoration: none; font-size: 12px; font-weight:normal; line-height:15px;
}

html,body {
	margin: 0;
	padding: 0;
	background-color:#999999;
}

iframe{
	width:424px; 
	height:65px; 
	scrolling:no; 
	style border:none; 
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
}

div {
	/*border: 1px solid #000000;*/
}

div.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 600px;
	top: 30px;
}
div.main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 600px;
}
/*////////////////// main_table ////////////////////*/
.border_top{
	background-image:url(pix/border_top.jpg);
	background-color:#FFFFFF;
	width:770px;
	height:30px;
}
.image_frame{
	background-color:#FFFFFF;
	height:349px;
	width:730px;
	padding:20px 20px 0px 20px;
}
.image_left{
	height:349px;
	text-align:left;
	width:5%;
}
.imagetext_right{
	height:349px;
	padding-left:20px;
	text-align:bottom left;
	color:#666666;
	vertical-align:bottom;
	width:100%;
}
.nav_frame{
	width:770px;
	height:45px;
	vertical-align:bottom;
}
.nav_frameleft{
	background-image:url(pix/bg_navline.jpg);
	background-repeat:repeat-x;
	width:509px;
	height:45px;
	vertical-align:bottom;
}
.nav_framerighttop{
	background-image:url(pix/bg_navline.jpg);
	background-repeat:repeat-x;
	width:233px;
	padding:0px 27px 0px 0px;
	text-align:right;
	vertical-align:text-top;
	line-height:19px;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	font-weight:200;
	color:#333333;
}
.logo{
	width:153px;
	height:106px;
	background-color:#FFFFFF;
}	
.scroll_frame{
	width:590px;
	height:65px;
	padding:20px 27px 21px 0px;
	text-align:right;
	background-color:#FFFFFF;
}
#arrow_left{
	position:absolute;
	top:460px;
	left:296px;
	height:65px;
	width:20px;
	
}
#arrow_right{
	position:absolute;
	top:460px;
	left:747px;
	height:65px;
	width:20px;

}
.border_bot{
	background-image:url(pix/border_bot.jpg);
	width:770px;
	height:30px;
}
.designer_frame{
	width:723px;
	height:20px;
	text-align:center;
	padding:0px 30px 0px 25px;
}
/*////////////////// logo ////////////////////*/
#logo{
	left:0px;
	top:444px;
}
#copyright_stu{
	position:absolute;
	left:658px;
	top:410px;
	width:100px;
	height:12px;
}
#text_output{
	position:absolute;
	left:550px;
	top:348px;
	width:200px;
	height:50px;
	text-align:left;
	}
/*////////////////// links ////////////////////*/
A:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:100;
	line-height: 1.166;	
}
A:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:100;
	line-height: 1.166;	
}
A:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:100;
	line-height: 1.166;	
}
A:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:100;
	line-height: 1.166;	
}

.tc A:link {

	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
}
.tc A:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
}
.tc A:hover {
	color:#CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
}
.tc A:active {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
}

/*////////////////// navigation ////////////////////*/


#sectionLinks {
	margin: 0px;
	padding: 21px 0px 0px 20px;
	height: 24px;
	width: 600px;
} 

#sectionLinks a:link, #sectionLinks a:visited {
	display:inline;
	height:24px;
	font-weight:normal;
	font-size:14px;
	padding: 21px 0px 0px 10px;
	color:#CCCCCC;
	text-align:center;
}

#sectionLinks a:hover{
	background-image:url(pix/glblnav_selected.gif);
	background-position:top left;
	background-repeat:none;
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
	text-align:center;
	padding: 21px 0px 0px 10px;
	color:#FFFFFF;
}

.sectionLinks_active{
	background-image:url(pix/glblnav_selected.gif);
	background-position:top left;
	background-repeat:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
	text-align:center;
	padding: 21px 0px 0px 10px;
	color:#FFFFFF;
}