﻿html {
	margin:0px;
	padding:0px;
}
BODY {
    COLOR: #000000;
    HEIGHT: 22px;
    BACKGROUND-COLOR:#E3D5B2;
    background-image:URL('../images/bg-cap.jpg');
	background-position:center top;
	background-repeat:repeat-x;	
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
A:link
{
    COLOR: #0000ff;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: #0000ff;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #0000ff;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #FF6600;
    TEXT-DECORATION: underline
}
#mainmenu
{
    COLOR: #0000ff
}
#footer
{
	background:#004078;
	padding:10px;
	color:#FFFFFF;
}
#footer a:link
{
    COLOR: #FFFFFF
}
#footer a:visited
{
    COLOR: #FFFFFF
}
#footer a:hover
{
    COLOR: #FF6600;
}

#leftboxtop
{	height:15px;
	width:280px;
	background-image:url('../images/left-hand-box-top.gif');
	background-repeat:no-repeat;
	text-align:left;
	font-size:8px;
}
#leftbox
{
	width:260px;
	background-image:url('../images/left_hand_box.gif');
	background-repeat:repeat;
	padding:10px;
	text-align:left;
}
#leftboxbottom
{
	height:16px;
	width:280px;
	background-image:url('../images/left-hand-box-bottom.gif');
	background-repeat:no-repeat;
}
#subcaption
{
	font-variant:small-caps;
	font-size:12px;
	font-weight:600;
	color:#ffffff;
	background:#004078;
	text-align:center;
}
#coursenav
{
	font-variant:small-caps;
	font-size:12px;
	font-weight:600;
	color:#ffffff;
	background:#004078;
	text-align:center;
	border-bottom:3px black solid;
	padding:10px;
	line-height:20px;
}
#coursenav a:link
{
	color:#ffffff;
}
#coursenav a:visited
{
	color:#ffffff;
}
#coursenav a:hover
{
	color:#ffcc00;
}
ul
{
	list-style-position: outside;
	margin-left:20px;
}
#videocontainer
{
	padding-top:5px;
	background-color:#004078;
	width:360px;
	margin:20px;
}
.textblock
{
	background-color:#F7F2E8;
	padding:1px 5px 5px 5px;
	margin-bottom:10px;
}