/* CSS Document */

.navLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 10px;
	padding: 0px;
	line-height: 15px;
	font-weight: bold;
}
.navLeft a:link {
	color: #1B375A;
	text-decoration: none;
	font-weight: bold;
}
.navLeft a:visited {
	color: #1B375A;
	text-decoration: none;
	font-weight: bold;
}
.navLeft a:active {
	text-decoration: none;
	color: #1B375A;
	font-weight: bold;
}
.navLeft a:hover {
	color: #E86F13;
	text-decoration: none;
	font-weight: bold;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

.bodyText a:link {
	font-weight: bold;
	color: #1B375A;
	text-decoration: none;
}
.bodyText a:visited {
	font-weight: bold;
	color: #1B375A;
	text-decoration: none;
}
.bodyText a:active {
	font-weight: bold;
	color: #1B375A;
	text-decoration: none;
}
.bodyText a:hover {
	font-weight: bold;
	color: #E86F13;
	text-decoration: none;
}


.bodyTextMargin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-right: 10px;
}

.bodyTextMargin a:link {
	font-weight: bold;
	color: #1B375A;
	text-decoration: none;
}
.bodyTextMargin a:visited {
	font-weight: bold;
	color: #1B375A;
	text-decoration: none;
}
.bodyTextMargin a:active {
	font-weight: bold;
	color: #1B375A;
	text-decoration: none;
}
.bodyTextMargin a:hover {
	font-weight: bold;
	color: #E86F13;
	text-decoration: none;
}



body {
	margin: 25px 0px;
	background-color: #1C385C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a:link {
	font-weight: bold;
	color: #1B375A;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #1B375A;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #1B375A;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #E86F13;
	text-decoration: none;
}


.tableBoarder {
	border: 5px solid #FFFFFF;
}
.footer {
	font-size: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer a:link {
	color: #1C385C;
	text-decoration: none;
}
.footer a:visited {
	color: #1B375A;
	text-decoration: none;
}
.footer a:active {
	text-decoration: none;
	color: #1B375A;
}
.footer a:hover {
	color: #E86F13;
	text-decoration: none;
}
H1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1C385C;
	padding-bottom: 5px;
	line-height: 20px;
}
.footerBig {
	font-size: 12px;
}
.footerBig a:link {
	color: #1C385C;
	text-decoration: none;
}
.footerBig a:visited {
	color: #1B375A;
	text-decoration: none;
}
.footerBig a:active {
	text-decoration: none;
	color: #1B375A;
}
.footerBig a:hover {
	color: #E86F13;
	text-decoration: none;
}

.navLeftNull {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 10px;
	padding: 0px;
	line-height: 15px;
	font-weight: bold;
	color: #EA8A3F;
}

.navLeftOff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 10px;
	padding: 0px;
	line-height: 15px;
	font-weight: bold;
}

.navLeftNull a:link {
	color: #E86F13;
	text-decoration: none;
	font-weight: bold;
}
.navLeftNull a:visited {
	color: #E86F13;
	text-decoration: none;
	font-weight: bold;
}
.navLeftNull a:active {
	text-decoration: none;
	color: #E86F13;
	font-weight: bold;
}
.navLeftNull a:hover {
	color: #E86F13;
	text-decoration: none;
	font-weight: bold;
}
.pointer {
	    cursor: pointer;
        cursor: hand;

}
#outer_bg { width: 740px; background: url(../images/left_column.jpg) repeat-y; }
#inner_bg { width: 740px; background: url(../images/top_bg.jpg) no-repeat; }

#studentTableHide  { display: none; }
#studentTableShow  { display: block; }
.bodyCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: justify;
}
.disc {
list-style-type: disc;
}
.circle {
list-style-type: circle;
}
.square {
	list-style-type: square;
	list-style-image: url(../images/square.gif);
}

