/* css */
/*////////////////////////////////////////////////////////////////////// CLEARING //////////*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	font-weight: normal;
}
body { 
/* for IE; otherwise, BG isn't fully stretched */ 
	margin: 0px; 
} 
#body { 
	position: absolute; 
	left: 0%; 
	top: 0%; 
	width: 98%; 
	height: 98%; 
	z-index: 10; 
} 
li { margin-bottom: 2em; } 
input.button { cursor: pointer; }
p { margin-top: 0; margin-bottom: 1px; }
img { border: 0 none; }

/* get rid of those system borders being generated for A tags */
a { outline: none; }
:focus { -moz-outline-style: none; }
/*////////////////////////////////////////////////////////////////////// HEADERS //////////*/
div.componentheading {
	padding-left: 0px;
}
h1 {
	margin: 0;
       padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #1E8FD3;
	text-align: left;      
}
h2, .contentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #1E8FD3;
	text-align: left;
	margin: 2px 0 0 0;
	padding-bottom: 5px; 
}
h3 {
	margin: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #1E8FD3;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1E8FD3;
}
/*////////////////////////////////////////////////////////////////////// MENU STYLE //////////*/
a:link, a:visited, a:hover {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #00549a;
}
/*////////////////////////////////////////////////////////////////////// CONTAINERS //////////*/
#container {
	margin: 0 auto;	
	background-color: transparent;
	border: 0;
	height: 766px;
	width: 950px;
}
#container2 {
	float: right;
	background-color: transparent;
	border: 0;
	height: 632px;
	width: 930px;
}
#container3 {
	float: left;
	background-color: transparent;
	border: 0;
	height: 632px;
	width: 582px;
}
#container4 {
	float: right;
	background-color: transparent;
	border: 0;
	height: 632px;
	width: 348px;
}
/*////////////////////////////////////////////////////////////////////// BACKGROUND //////////*/
#bg { 
	position: fixed; 
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
	z-index: 0; 
} 

#bg img { 
	width: 100%; 
} 
/*////////////////////////////////////////////////////////////////////// HEADERS //////////*/
#header {
	width: 950px;
	height: 66px;
	color: #00549a;
	background-color: transparent;
	padding-left: 0px;
}
/*////////////////////////////////////////////////////////////////////// NAV //////////*/
/*this is the tab layout*/
#top_navlist {
	float: right;
	margin-top: 34px;
	width: 497px;
	height: 32px;
	border: 0;
	background-color: transparent;
}
/*////////////////////////////////////////////////////////////////////// LEFT SIDEBAR //////////*/
#sidebarLT {
	float: left;
	height: 595px;
	width: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 0;
	background-color: transparent;	
}
#topleftcor {
	background: url(../images/corlt.gif) no-repeat top right;
	float: left;
	width: 20px;
	height: 20px;
}
#leftfiller {
	float: left;
	height: 595px;
	width: 19px;
	background-color: #ffffff;
	border-left: 1px solid #23408e;
}
#botleftcor {
	background: url(../images/corltb.gif) no-repeat bottom right;
	float: left;
	clear: left;
	width: 20px;
	height: 20px;
}
/*////////////////////////////////////////////////////////////////////// CONTENT //////////*/
#contentheader {
	color: #ffffff;
	width: 582px;
	height: 185px;
	background-color: #ffffff;
	border-top: 2px solid #23408e;
}
#content {
	color: #666666;
	width: 572px;
	height: 221px;
	margin: 0;
	padding: 5px 5px 0 5px;
	float: left;
	font-size: 10.5pt;
	line-height: 1.1em;
	font-weight: normal;
	background-color: #ffffff;
	overflow: auto;
}
#contentbot {
	color: #ffffff;
	width: 582px;
	height: 221px;
	background-color: #ffffff;
	border-bottom: 2px solid #23408e;
	clear: left;
}
#content a {
	font-size: 12pt;
	color: #ffc000;
	font-weight: bold;
	text-decoration: underline;
}
/*////////////////////////////////////////////////////////////////////// CONTENT SPACERS //////////*/
#chspacer{
	float: left;
	width: 582px;
	height: 20px;
	border: 0;
	background-color: #ffffff;
}
#cbspacer{
	float: left;
	width: 582px;
	height: 5px;
	border: 0;
	background-color: #ffffff;
}
/*////////////////////////////////////////////////////////////////////// COLUMN //////////*/
#column {
	float: left;
	color: #ffffff;
	width: 328px;
	height: 632px;
	background-color: #ffffff;
	border-bottom: 2px solid #23408e;
	border-top: 2px solid #23408e;
}
#collogospacer {
	float: right;
	width: 310px;
	height: 40px;
	background-color: #88C4E8;
	border: 0;
}
#collogoplacer {
	width: 310px;
	float: right;
}
#colbotheadspacer {
	float: right;
	height: 8px;
	width: 310px;
	background-color: #ffffff;
}
#colbotholder {
	float: right;
	border: 0;
	width: 310px;
	height: 446px !important;
	height: 440px;
	background-color: #1E8FD3;
}
#hcoursesplacer {
	float: left;
}
#toptimetablespacer {
	float: right;
	clear: both;
	width: 310px;
	height: 15px;
	background-color: #1E8FD3;
	border: 0;
}
#timetablespacer {
	float: left;
	clear: both;
	padding-left: 5px;
}
/*////////////////////////////////////////////////////////////////////// RIGHT SIDEBAR //////////*/
#sidebarRT {
	float: right;
	width: 20px;
	height: 635px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 0;
	background-color: transparent;
}
#toprightcor {
	background: url(../images/corrtt.gif) no-repeat top right;
	float: left;
	width: 20px;
	height: 20px;
}
#rightfiller {
	float: left;
	height: 595px;
	width: 19px;
	background-color: #ffffff;
	border-right: 1px solid #23408e;
}
#botrightcor {
	background: url(../images/corrtb.gif) no-repeat bottom right;
	float: left;
	width: 20px;
	height: 20px;
}
/*////////////////////////////////////////////////////////////////////// FOOTER //////////*/
#copyright {
	float: right;
	padding: 3px 15px 0 0;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
}
