body
{
	background-image: url('../images/bg.gif');
}

.main
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

.menubox{
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color:  #FFFFFF;
}
menubar{
width: 100%;
}

#menubar:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
}

#menubar ul{

width: 100%;
background: url('../images/navbg.gif') center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Arial;
}


#menubar ul li{
display: inline;
}


#menubar ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding: 6px 30px 6px 30px;
text-decoration: none;
background: url('../images/divider.gif') center right no-repeat; /*Theme Change here*/
}

#menubar ul li a:hover{
color: #3399FF;
}

.leftnav
{
	background-color: #CCCCCC;
	font-weight:bold;
	color: #2056AF;
}

.pagenamebox
{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color:  #FFFFFF;
	background-color: #666666;
	padding: 2px 0px 2px 30px
}

/*COURSE NAME ON THE TOP LEFT SIDE*/
a.leftnavlink
{
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 30px;
}

.largewhite
{
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 30px;	
}

.smallwhite
{
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 30px;		
}
.content
{
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 25px;
	
}

.copyright
{
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}

.coursename
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}

.coursedescription
{
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
}

.courseimage
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.webproheader
{
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

.webpromenubox{
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color:  #FFFFFF;
}

.webpropagenamebox
{
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color:  #FFFFFF;
	background-color: #3399FF;
	padding: 2px 0px 2px 30px
}

.timesandinfo {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}