@charset "utf-8";
/* CSS Document */

html {height:100%; margin-bottom: 1px; }
body
{
font: 12px Arial, Helvetica, sans-serif;
background-color:#ffffe7;
margin:0;
padding:0;
} 

h1, h2, h3, h4
{
font-family:"Times New Roman", Times, serif;
color:#003366;
}

h1
{
margin-top:0;
font-size:200%;
font-style:italic;

}

h2
{

font-size:140%
}

h3
{

font-size:120%
}

h4
{

font-size:100%
}


li
{
margin: 0 0 10px 0;
}

.clearall
{clear:both;}




#container1
{
background-image:url(Assets/images/containerbackground.jpg);
background-repeat:no-repeat;
width: 1060px;
margin:0 auto;
overflow:hidden;
}

#container2
{
background-color:#FFFFFF;
width: 1024px;
text-align:left;
overflow:hidden;
margin:0 auto;
padding: 0px 0 10px 0px;
border: #CCCCCC solid 1px;
}



#main-content

{
float:left;
width: 570px;
margin: 0px 20px 0 0;
padding: 0px 0px 0 20px;
}

#main-content li
{
list-style-image:url(Assets/images/bullet-blue.jpg);
}

#sidenav
{


border:1px solid #003366;
border-left: 0;
border-bottom:0;
padding: 0px 0 0px 0;
margin: 0px 0px 0px 0;
float:left;
width: 179px;


}

#sidenav ul
{

padding:0  0 0px 0;
margin:0;


}
#sidenav li
{
padding:0 0px 0px 0px;
margin-bottom: 0px;
border-bottom: 1px solid #003366;

}

#sidenav a
{
background:url(sidenav/arrow-blue.gif) no-repeat top;
width: 160px;
color:#003366;
display:block;
text-decoration: none;
padding: 5px 4px 5px 15px;
margin:0px 0px 0px 0px;
}

#sidenav li.current a
{
background: url(Assets/images/nav-button-on.jpg) #003366;
color:#ffffff;
text-decoration: none;
}
#sidenav li.current a:hover
{
background: url(Assets/images/nav-button-on.jpg) #003366;
color:#ffffff;
text-decoration: none;
cursor:auto;
}


#sidenav li a:hover
{
background: url(Assets/images/nav-button-hover.jpg) #cccccc;
color:#000000;
text-decoration: none;

}


#sidebar
{
background:url(Assets/images/shadedLineHealthSciences.gif) no-repeat;
min-height: 400px;
float:left;
width: 170px;
padding: 0 0 0 30px;
}

.banner
{
margin: 0 0 10px 0;
border:0;
padding:0;}

.clearall
{clear:both;}


/*styles for aligning picture ;left and text right on course pages*/
#alignright p, #alignright h2, #alignright h3, #alignright h4
{
margin: 10px 0 30px 110px;
padding: 0 20px 60px 0; 


}

.alignleft  {
float: left;
padding: 0px 0 0px 0px;
margin: 0px 0 0px 20px;


clear:both;
}



#footer
{
background:url(Assets/images/footer-background.jpg) no-repeat;
text-align:center;
clear:both;
padding: 5px 0 10px 0;
margin: 0 0 0 17px;
color:#999999;
}

#footer a
{
color:#999999;
text-decoration:none;
padding: 0;
margin: 0;
}

.nobullet 
{
list-style-image:none;}

.redtext
{color:#FF0000;
}

.tableborder td 

{
border: 1px #CCCCCC solid;
padding: 10px;
}

.footertext
{
font-size:9px;
color:#999999;}

/*old styles*/

.highlight {
	font-family: Trajan, verdana, arial;
	font-size: xx-small;
	color: #FFFCE9;
}
.emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.baileyandlove {
	font-family: Garamond;
	font-size: small;
	color: #53A6A6;
	font-style: italic;
	font-weight: bolder;


}

.terms {

	font-family: Trajan;
	font-size: 0.5em;
	color: #54A6B6;
	text-decoration: none;
}

.alignright
{
float:right;
}



