.coursemain{
color: #213A7C;
padding: 2px;
font-size: 11px;  
border-bottom-style: groove; 
border-bottom-color:#E1F4F8; 
border-bottom-width: 1px;
}
.contactmsg{
background-color:#213A7C; 
position:absolute; 
width:450px; 
height:200px; 
top: 500px; 
left: 265px; 
display:none;
}
.maintable{
border: ;border-style:;border-color:#6C96C4;width:100%;height:100%;
}
.title {
	color: #0000FF;
	font-size: 36px;
}

.course span a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#5D74A5;
}

.course tr td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#5D74A5;
}
/* Below is from courseoverview.jsp */
.left{
background-color:red;
float:left;
height:200px;
}
.content{
background-image:url("/images/regback.png");
background-repeat:repeat-x;
background-color:#F0F6FF;
float:left;
height:auto;
margin:0.5%;
width:100%;

overflow: inherit;
}
.color{
color: #6C96C4;
}
a:link
{
color: #6C96C4;
}
a:visited
{
color: #6C96C4;
}
.right{
width:95%;
float: left;

}
.head{
	background-color:#C2DAF2;
	margin-left:1px;
	height:100%;
	width:100%;

}

.bottom{
float:none;
width:100%;
}
.top{
float:none;
width:100%;
}
.banner{
width:100%;
background-color:white;
height:auto;
float: left;
margin: 1%;
}
.adsense{
float:left;
background-color:#F0F6FF;
height:250px;
margin-left:0.5%;
width:54%;
background-image:url("/images/regback.png");
background-repeat:repeat-x;

}
.adsense h1{
color: rgb(248, 128, 16); float: left; padding-right: 2px;
}
.bottomright{
background-color:#33FF99;
float:left;
height:100px;
width:50%;
}
.form{
width:100%;
}
.form label{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

}
.leftdiv{

float:left;
width:33%;
padding-left:12px;

}
.rightdiv{
float:left;
padding-bottom: 5px;
right: 1px; 
}

#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
}
.modalTop
{
    width: 292px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}
.helpimg
{
	background-image:url("/images/question_mark.png");
	background-repeat:no-repeat;
	width:12px;
	height:12px;
}


