/* CSS Document for all background styles */

@media screen {
body {
	margin: 5px 10px 0px 10px;
	padding: 0px;
	background-color: #f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
a {color: #003399;}
a:hover {color: #993300;}

/****************************/
/*** Styles for Top Table ***/
/****************************/
.topTable {
	width: 100%;
	height: 75px;
	background-color: #006699;
}

.top1 {
	padding: 0px;
	width: 12px;
	background-image: url(../images/background/top1.gif);
	background-repeat: no-repeat;
}

/* Course Title Cell */
.top2 {
	padding: 0px;
	background-image: url(../images/background/top3a.gif);
	/*background-repeat: repeat;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #f5f5f5;
}

/* Page Number Cell */
.top3 {
	padding: 0px 0px 15px 0px;
	width: 300px;
	background-image: url(../images/background/top3.gif);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: text-bottom;
	font-size: 10px;
	font-weight: bold;
}

.top4 {
	padding: 0px;
	width: 12px;
	background-image: url(../images/background/top4.gif);
	background-repeat: no-repeat;
}

/********************************/
/*** Styles for Content Table ***/
/********************************/
.contentTable {
	width: 100%;
	height: 545px;
	background-color: #ffffff;
}

.content1 {
	padding: 0px;
	width: 175px;
	background-image: url(../images/background/leftmenu_back.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: text-top;
}

.courseMenuText {
	padding: 20px 0px 0px 5px;
	font-size: 16px;
	font-weight: bold;
}

/* See content.css for all styles inside of this cell */
.content2 {
	padding: 15px 30px 0px 30px;
	text-align: left;
	vertical-align: text-top;
}

.content3 {
	padding: 0px;
	width: 5px;
	background-image: url(../images/background/content3.gif);
	background-repeat: repeat;
}

/*******************************/
/*** Styles for Bottom Table ***/
/*******************************/
.bottomTable {
	width: 100%;
	height: 50px;
	/*background-color: #006699;*/
	background-color: #f5f5f5;
}

.bottom1 {
	padding: 0px;
	width: 12px;
	background-image: url(../images/background/bottom1.gif);
	background-repeat: no-repeat;
}

.bottom2 {
	padding: 15px 0px 0px 0px;
	width: 300px;
	background-image: url(../images/background/bottom2.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: text-top;
	font-size: 10px;
	font-weight: bold;
}

.bottom3 {
	padding: 0px 0px 0px 0px;
	background-image: url(../images/background/bottom3a.gif);
	text-align: right;
}

.bottom4 {
	padding: 0px;
	width: 12px;
	background-image: url(../images/background/bottom4.gif);
	background-repeat: no-repeat;
}
}