#left_container{ 
position: relative;
float: left;
clear: left;
width: 185px;
padding-bottom: 60px;
}


#content_container
{ 
width: 670px; /**Old value 646px;*/
float: right;
clear: right;
padding-bottom: 70px;
}


#banner
{
padding-bottom: 15px;
text-align: center;
}


#banner img
{
background-color: white;
padding: 6px; 
}


#content
{ 
position: relative;
float: left;
padding: 6px;
font-size: 85%;
width: 440px;
padding-bottom: 15px;
}

#content ol
{
padding-left: 25px;
}

#content ul
{
padding-left: 25px;
}

*{
}

h2
{
color: #545C6C;
padding-top: 0px;
padding-bottom: 10px;
}

div#content h2{
    border-bottom: 2px solid #545C6C;
}

h3
{
color: #545C6C;
padding-top: 10px;
padding-bottom: 10px;
}

h3 a{
text-decoration: none;
}

h3 a:hover{
text-decoration: underline;
}

p
{
    margin:0;
    padding:0;
}

td
{
padding: 5px 10px 0px 0px;
}

a{
	color: #545C6C;
}

a:hover{
	color:#8484A0;
}

ul.article_course_lists li{
	font-style: italic;
	font-size: 95%;
	list-style: none;
}


#course_requirement
{
padding-top: 15px;
}
