/* CSS Document */


/*reset*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */



html, body{
	background-color: #e9e6e6;
	margin: 0px;
	background-image:url(../graphics/BGstripe.jpg);
	background-repeat: repeat-x;
	}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.inputs {
	font-family: 11px;
	vertical-align:middle;
	}
	
#container {
	width: 838px;
	margin: 0px auto;
	overflow: hidden;
	background-image: url(../graphics/BGcontent.jpg);
	background-repeat:repeat-y;
	}
	
#top {
	height: 137px;
	width: 838px;
	background-image:url(../graphics/BGstripe.jpg);
	background-repeat: repeat-x;
	}
	
#topA {
	width: 500px;
	height: 137px;
	float: left;
	}

/* topA objects */	

#logo {
	width: 247px;
	height: 110px;
	}
	
	
#breadcrumbs {
	width: 473px;
	height: 19px;
	clear: both; 
	font-family: "Trebuchet MS", arial;
	color: #ccc;
	font-size: 10px;
	padding: 8px 0px 0px 27px;
	}
	
#breadcrumbs a {
	font-family: "Trebuchet MS", arial;
	color: #fff;
	font-size: 10px;
	text-decoration:none;
	}
	
#breadcrumbs a:hover {
	font-family: "Trebuchet MS", arial;
	color: #ccc;
	font-size: 10px;
	text-decoration:underline;
	}
	
#topB {
	width: 336px;
	height: 137px;
	float: right;
	}
	
/* topB objects */	
	
#topLinks {
	width: 309px;
	height: 17px;
	font-family: "Trebuchet MS", arial;
	color: #fff;
	font-size: 14px;
	text-align: right;
	padding: 10px 27px 0 0;
	}
	
#topLinks a{
	font-family: "Trebuchet MS", arial;
	color: #fff;
	font-size: 14px;
	text-align: right;
	text-decoration: none;
	}
	
#topLinks a:hover {
	text-decoration: underline;
	}
	
#topLinks p{
	font-family: "Trebuchet MS", arial;
	color: #fff;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	}

	
#topBMiddle {
	width: 336px;
	height: 83px;
	clear: both;
	}

#keyword {
	width: 336px;
	height: 27px;	
	clear: both;
	}
	
/* flash banner */

#flash {
	width: 784px;
	height: 150px;
	margin: auto;
	}
	
	
/* Middle container */

#middle {
	width: 784px;
	margin: auto;
	clear: both;
	}
	
#nav {
	width: 784px;
	height: 110px;
	margin: 0px auto;
	}
	
#buttons {
	width: 784px;
	height: 110px;
	float: left;
	background-image:url(../graphics/buttonBG.gif);
	background-repeat:no-repeat;
	background-position:right;
	}

#login {
	width: 150px;
	height: 110px;
	background: url(../graphics/loginBG.gif) no-repeat;	
	padding: 5px 0px 0px 15px;
	margin: auto;
	}

.field {
	width: 123px;
	clear: both;
	padding-top: 4px;
	}

.inputtxt input{
	background:url(../graphics/input_repeat.gif) repeat-x;
	width: 100px;
	height: 19px;
	border:none;
	font-size: 10px;
	float: left;
	font-family: "Trebuchet MS";
	color: #fff;
	padding: 3px 0px 0px 0px;
	}

.inputs input {
		font-size: 10px;
		height: 12px;
		vertical-align:middle;
		}

#lcap {
	width: 10px;
	height: 21px;
	background-image:url(../graphics/lcap.gif);
	float: left;

	}

#rcap {
	width: 10px;
	height: 21px;
	background-image: url(../graphics/rcap.gif);
	float: left;
	}
	
.clear {
	clear: both;
	}

/* blue background and content */




#content {
	width: 784px;
	margin: 0px auto;
	}

#blue_content {
	width: 784px;
	background-image: url(../graphics/blue_content.jpg);
	background-repeat:repeat-y;
	margin: 0px auto;
	padding: 0px;
	overflow:hidden;
	}

#blue_header {
	width: 784px;
	height: 10px;
	background-image: url(../graphics/darkblue_top.jpg);
	}
	
#blue {
	width: 784px;
	margin: 0px auto;
	
	}
	
#blue_footer {
	width: 784px;
	height: 10px;
	background-image:url(../graphics/darkblue_bottom.jpg);
	clear: both;
	}

#colA {
	width: 161px;
	float: left;
	}

#colA a{
	color: #ff0000;
	}

#colB {
	width: 603px;
	float: left;
	}
	

	
.tbl_color {
	background-color: #f5f5f5;
	}
	
.tbl_section_heading {
	background-color: #9fc2d9;
	background-image:url(../graphics/header_repeat.gif);
	background-repeat:repeat-x;
	height: 20px;
	}
	
.tbl_section_heading_lrg {
	background-color: #9fc2d9;
	background-image:url(../graphics/bigheaderBG.gif);
	background-repeat:repeat-x;
	height: 26px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 4px 0 0 10px;
	}
	

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #fff;
	padding: 4px 0px 0px 10px;
	}
	
.tbl_section_BG {
	background-image:url(../graphics/content_shadow_tbl.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #f5f5f5;
	padding: 10px 10px 10px 15px;
	}
	

.tbl_section_content p{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 16px;
	color: #066eaf;
	padding-left: 5px;
	}
	
.tbl_section_content{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #066eaf;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	}
	
.tbl_section_content a{
	font-family: "Trebuchet MS";
	background-image:url(../graphics/link_bullitt.gif);
	background-repeat:no-repeat;
	background-position:left;
	color: #066eaf;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 0px 0px;
	}
	
.tbl_section_content a:hover{
	text-decoration: underline;
	}


.tbl_section_content h1{
	font-size: 12px;
	font-weight:bold;
	color: #2e6384;
	font-family:Arial, Helvetica, sans-serif;
	padding: 30px 0px 5px 0px;
	}
	
.tbl_section_content h2{
	font-size: 10px;
	font-wieght: bold;
	color: #2e6384;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 5px;
	}
	
.tbl_section_content h3 {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	color: #2e6384;
	padding: 10px 0;
	}
	
.tbl_section_content h3 a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #066eaf;
	text-decoration: none;
	background: none;
	padding: 0;
	}
	
.tbl_section_content h4 {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #2e6384;
	padding: 10px 0;
	}
	
.tbl_section_content ol{
	padding: 20px;
	list-style:decimal-leading-zero;
	}
	
.tbl_section_content ol li {
	font-size: 12px;
	color: #0e89d6;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin-top: 15px;
	line-height: 18px;
	}
	
.tbl_section_content ol li a{
	font-size: 12px;
	color: #2e6384;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background: none;
	padding: 0px;
	border-bottom: 1px dashed #ccc;
	display: inline;
	}
	
.tbl_section_content ol li a:hover {
	text-decoration: none;
	border: none;
	background: #ccc;
	}
	
	
.tbl_section_content ul{
	margin: 0px 0px 20px 20px;
}

.tbl_section_content ul li{
	list-style: url(../graphics/bullit.jpg);
	color: #0e89d6;
	font-family: "Trebuchet MS";
	font-size: 10px;
	margin-top: 15px;
	line-height: 18px;
	}
	
.tbl_section_content ul li a{
	font-size: 12px;
	color: #2e6384;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background: none;
	padding: 0px;
	border-bottom: 1px dashed #ccc;
	display: inline;
	}
	
.tbl_section_content ul li a:hover {
	text-decoration: none;
	border: none;
	background: #ccc;
	}
	
.tbl_section_content h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 20px;
	padding-left: 10px;
	padding: 20px;
	}
	
.main_content h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 0px;
	color: #2e6384;
	}
	
.main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	}
	
.main_content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	padding: 7px 0 0 30px;
	}
	
.main_content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	padding: 7px 0 15px 20px;
	list-style: none;
	}
	
.main_content li {
	padding: 5px 0px;
	}
	
#footer {
	width: 838px;
	height: 20px;
	background-image:url(../graphics/footerBG.gif);
	clear: both;
	}
	
#spacer {
	height: 16px;
	width: 784px;
	background-image:url(../graphics/top_spacing.jpg);
	background-repeat:repeat-x;
	}
	
.heading_tbl_odd {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: #444;
	text-align: center;
	}
	
.heading_tbl_even {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: #555;
	text-align: center;
	}
	
#user_name {
	padding: 65px 27px 0 0;
	height: 45px;
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #fff;
	text-align: right;
	}

#user_name {
	padding: 65px 27px 0 0;
	height: 45px;
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #fff;
	text-align: right;
	}
	
#user_name a{
	color: #58859c;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	}
	
#user_name a:hover {
	text-decoration: underline;
	}
	
.tbl_head_link td{
	height: 25px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	font-size: 12px;
	color: #066eaf;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	font-weight: bold;
	}

.tbl_head_link a {
	font-size: 12px;
	color: #066eaf;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 0 0 10px;
	background: url(../graphics/sort_arrow.gif) left no-repeat;
	}
	

	
.content {
	color: #444;
	font-family: arial;
	font-size: 11px;
	border-bottom: 1px dashed #ccc;
	vertical-align: middle;
	background: none;
	}
	
.admin {
	color: #FF0000;
	background: url(../graphics/admin_star.gif) left no-repeat;
	padding-left: 15px;
	}
	
.faculty {
	color: #461e77;
	background: url(../graphics/faculty_icon.gif) left no-repeat;
	padding-left: 15px;
	}
	
.elearn {
	color: #12af06;
	background: url(../graphics/elean.gif) left no-repeat;
	padding-left: 15px;
	}

.powerUser {
	color: #949900;
	background: url(../graphics/poweruser.gif) left no-repeat;
	padding-left: 15px;
	}
	
.content a {
	background: none;
	}
	
.IDbg {
	text-align: center;
	color: #fff;
	border: none;
	background:url(../graphics/userIDBG.gif) left no-repeat;
	padding: 0px 14px 1px 0;
	}
	
.right {
	text-align: right;
	padding-right: 10px;
	}
	
.green {
	color: #006453;
	font-weight: bold;
	}
	
.edit a{
	background:url(../graphics/edit_BG.gif) left no-repeat;
	color: #666;
	padding: 5px 5px 0 15px;
	vertical-align:middle;
	}
	
.delete {
	background: none;
	color: #930000;
	padding: 5px;
	}
	
.add_new a{
	background: none;
	padding: 0;
	margin: 0;
	}
	
.cap {
	text-transform:capitalize;
	}
	
.profile_content {
	color: #444;
	font-family: arial;
	font-size: 11px;
	vertical-align: middle;
	background: transparent;
	text-transform:capitalize;
	height: 20px;
	padding-left: 5px;
	}
	
.profile_content a{
	background: none;
	padding: 0;
	}
	
	
.blue {
	color: #066eaf;
	}
	
.email a{
	color: #3b6a88;
	font-weight: bold;
	text-transform:lowercase;
	background: none;
	padding: 0;
	}
	
.border {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	}
	
.margin1 {
	margin-left: 20px;
	}
	
.margin1 {
	margin-left: 10px;
	color:#333333;
	}
	
.allCAPS {
	text-transform: uppercase;
	}

.lostPW {
	width: 175px;
	margin: auto;
	}	

.lostPW a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	background: none;
	}
	
.lostPW a:hover{
	color: #333;
	background: none;
	text-decoration: underline;
	}

	
.available {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 400;
	}
	
.whitebar {
	height: 20px;
	background:url(../graphics/whitebar.gif);
	color: #444;
	font-family: arial;
	font-size: 11px;
	vertical-align: middle;
	}
	
.whitebar a {
	background: none;
	}
	
.graybar {
	height: 20px;
	background:none;
	color: #444;
	font-family: arial;
	font-size: 11px;
	vertical-align: middle;
	}
	
.graybar a {
	background: none;
	}
	
.whiteCap {
	height: 20px;
	background:url(../graphics/whitebar.gif) right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	vertical-align: middle;
	}
	
.grayCap {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	vertical-align: middle;
	}
	
.notes {
	padding: 10px;
	margin: 0px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	border: 7px solid #fcfcfc;
	line-height: 20px;
	}
	
.book_title {
	font-size: 16px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:#066eaf;
	}
	
.noborder {
	border: none;
	}
	
.column {
	width: 100px;
	font-size: 11px;
	color:#066eaf;
	font-family:Arial, Helvetica, sans-serif;
	}

.middle {
	vertical-align:middle;
	}
	
#faculty_menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 10px 10px;
	display: block;
	}
	
#flashcontent {
text-size: 0px;
background-color: #fff;
	padding: 0px;
	margin: 0px;
	}

#main_news a {
font-family: arial;
font-size: 11px;
color: #066eaf;
padding: 1px 0;
text-decoration: none;
}
	
#main_news a:hover {
text-decoration: underline;
color: #16638f;
}


/* CSS Document */