body {
	background-image: url('../images/sand.jpg');
	text-align: center;
	min-width: 806px;
}

a
{
	text-decoration:underline;
	color: #D0CD6E;	
}

img
{
	border: 2px solid #D0CD6E;
}

.page
{
    margin:0 auto;
    width:800px;
    text-align: left;

	border: #000000 solid 2px;
	background-color: #495503;
}

a:hover
{
	color: #FFFFFF;		
}

.header
{
	width: 800px;
	height: 370px;
	background-image: url('../images/course-header.jpg');
	background-repeat: no-repeat;
}

.pagetitle
{
   padding: 0px;
   margin: 0px;
   margin-left: 204px;
   margin-right: 200px;
   margin-top: -20px;
}

.pagetitle h1
{
   border-bottom: #D0CD6E solid 2px;
   padding: 0px;
   margin: 0px;
   font-family: "Times New Roman", Times, serif;
   color: #FFFFFF;   
   font-size: 36px;
   line-height: 48px;
   font-weight: normal;
   text-align:center;
   width: 400px;
}

.menucolumn
{
	float: left;
	padding:20px;
	margin: 0px;
}

.menu
{
	text-align: left;
	width: 160px;
	color: #FFFFFF;	
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	line-height: 140%;
}

.menu a
{
	text-decoration:none;
	color: #D0CD6E;	
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	border-bottom: 1px #495503 solid;
}

.menu a:hover
{
	/*text-decoration:underline;*/
	color: #D0CD6E;	
	border-bottom: 1px #FFFFFF solid;
}

.contentcolumn
{
	overflow:hidden;
	margin:0px;
	padding:0px;
	text-align:left;
}

.content
{
	width: 580px;
	font-family:"Times New Roman", Times, serif;
	size: 14px;
	color:#EEEEEE;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height:140%;
	margin: 0px;
	
	text-align:justify;
}

.marqueeheader
{
	background-color: #D0CD6E;
	color: #495503;
	overflow: hidden;
	border: 2px solid #D0CD6E;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	width: 150px;
}

.marqueecontainer
{
	position: relative;
	height: 200px; /*marquee height */
	background-color: #F3F2CD;
	overflow: hidden;
	border: 2px solid #D0CD6E;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	width: 150px;
}

.vmarquee
{
	position: absolute;
	padding:2px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
}

.footer
{
    margin:0 auto;
    width:800px;
    text-align: center;
	padding: 5px;
}

.footer img
{
	border:none;
}

