A:link
{
	text-decoration: underline;
	font-weight: bold;
	color: #003366;
}

A:hover
{
	text-decoration: none;
	color: #666666;
}

A:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #003366;
}

BODY
{
	background-color: white;
	color: black;
	margin: 0px;
}

/* --- LAYOUT STYLES --- */
.banner {
	background-image: url("img/cv_course_banner.gif");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 25px;
	font-family: century schoolbook, times, serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0px;
	text-align: middle center;
	color: white;
	}


/* --- BOX STYLES --- */
.standard_box {
	border: 1px solid #036;
	background-color: #9CE;
	}
	
.titled_box {
	border: 3px solid #036;
	background-color: white;
	}
	
.box_title {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 3;
	color: white;
	background-color: #036;
	}	
	
.course_box_a { 
	border: 1px solid #036;
	background-color: #EEE;
	padding: 3px;
	}

.course_box_b { 
	border: 1px solid #036;
	background-color: white;
	padding: 3px;
	}
	
.course_box_title {
	font-family: century schoolbook, times, serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0;
	color: #036;
	background-color: #CCC;
	}
	
.table_box {
	border: 1px solid #036;
	background-color: #FFF;
	}
		


/* --- COLORS --- */
.hilite_color { color: #C00; }
.main_color { color: #036; }

.site_color
{
	background-color: #336699;
	color: white;
}

#hilite_color { color: #CC0000; }
#main_color { color: #003366; }
#site_color { color: #003366; }

/* --- BODY ELEMENTS --- */
.body_text
{
	font-size: 14px;
	font-family: century schoolbook, times, serif;
	font-weight: normal;
	line-height: 18px;
}

.body_text_small
{
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight: normal;
	line-height: 14px;
}

.body_text_notification
{
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight: normal;
	line-height: 14px;
	color: #3366cc;
}
.body_text_tiny
{
	font-size: 9px;
	font-family: arial, sans-serif;
	font-weight: normal;
	line-height: 12px;
}

.head_large
{
	font-size: 15px;
	font-family: times, serif;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #003366;
}

.head_TITLE
{
	font-size: 25px;
	font-family: times, serif;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #003366;
}

.head_small
{
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 1px;
}

.course_large
{
	font-size: 13px;
	font-family: serif;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #003366;
}
.course_medium
{
	font-size: 12px;
	font-family: serif;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #003366;
}

.course_small
{
	font-family: times;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}
.course_tiny
{
	font-family: times;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #003366;
}
.input_text {
	font-family: courier-new, monospace;
	alt-font-family: sans-serif;
	font-size: 12px; 
	}

.button_text
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}

/* --- TABLE STYLES --- */
.border_wide { border: 6px solid #003366; }
.main_color_bg { background-color: #003366; }

/* --- SIDEBAR TEXT AND LINK STYLES --- */
.nav_text_a
{
	font-size: 10px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 10px;
}

.nav_text_a_sub
{
	font-size: 10px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12px;
}

A.nav_a:link
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

A.nav_a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

A.nav_a:active
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #CC0000;
	font-weight: normal;
}

A.nav_a:hover
{
	color: #003366;
	background-color: #FFFFFF;
	font-weight: normal;
}

/* --- INSPECTOR STYLES --- */

.inspector_color {background-color: #036;}
.visited_color {background-color: #CCC;}
.inspector_class {color: #036;}
.visited_class {color: #CCC;}

A.nav_b:link
{
	font-size: 10px;
	font-family: arial, sans-serif;
	text-decoration: none;
	background-color: white;
	color: #003366;
	font-weight: bold;
}

A.nav_b:visited
{
	font-size: 10px;
	font-family: arial, sans-serif;
	text-decoration: none;
	background-color: white;
	color: #003366;
	font-weight: bold;
}

A.nav_b:active
{
	font-size: 10px;
	font-family: arial, sans-serif;
	text-decoration: none;
	background-color: white;
	color: #CC0000;
	font-weight: bold;
}

A.nav_b:hover
{
	font-size: 10px;
	font-family: arial, sans-serif;
	text-decoration: none;
	color: #666666;
	background-color: white;
	font-weight: bold;
}

/* --- COURSE LINK STYLES --- */
A.nav_c:link
{
	text-decoration: underline;
	color: #036;
	font-weight: bold;
}

A.nav_c:visited
{
	text-decoration: underline;
	color: #036;
	font-weight: bold;
}

A.nav_c:active
{
	text-decoration: underline;
	color: #036;
	font-weight: bold;
}

A.nav_c:hover
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

/* --- ERROR TEXT STYLES --- */
.error_text_a
{
	font-size: 12pt;
	text-align: center;
	font-family: arial, sans-serif;
	color: #333;
	letter-spacing: 1px;
	padding: 15px 15px 10px;
	margin: 50px 50px 120px;
	border-width: 10px 2px 2px;
	border-color: #C00 #000 #000;
	border-top: 10px solid #C00;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
