html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: .9em;
	background-color: #FFFFFF;
}
img{
	border-style: none;
}
a {
	text-decoration: none;
}
#top{
	height: 56px;
}
#main {
	width: 758px;
	margin: 0px auto;
	text-align: left;
	height: auto;
	border: none;
	background-color: #FFFFFF;
}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#header {
	margin: 0; padding: 0;
	height: 10px;
	background:  url(images/top.gif) repeat-x;
}



.rightheadertext{
	font-size: .9em;
	text-align: right;
	color: red;
	padding-top: .5em;
	padding-right: .4em;
	padding-bottom: 0;
	margin-left: 200px;
}

#nav ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	color: #999999;
	float: left;

}

#nav ul li { display: inline; }

#nav ul li a
{
	padding: 6px 12px 5px;
	background-color: #FFFFFF;
	color: #999999;
	text-decoration: none;
	float: left;
	border-right: 1px solid #999999;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav ul li a:hover
{
	background-color: #369;
	color: #333333;
	background-image: url(images/top2.gif);
}
#nav .selected{
background-image: url(images/top.gif);
color: black;
}
#nav .last{
	border-right-style: none;
}

#subnav{
	color: white;
	height: 20px;
	background-color: black;
	padding-left: 0;
	float: left;
	width: 100%;
}



#content p{
	margin: 20px;
}
#content {
	background-color: #FFFFFF;
}

#maincontent ul{
	margin-left: 100px;
	}
	
#sidebar {
	width: 110px;
	float: left;
	height: auto;
	margin: 0;
	padding: 20px 10px 10px;
}



#maincontent {
	color: #494949;
	font-size: 1em;
	width:600px;
	height: auto;
	border: 1px solid #CCCCCC;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.3em;
}



#navcontainer ul 
{
	list-style-type: none;
	text-align: left;
}


#navcontainer ul li a
{
	background: transparent url(vlearn2/images/list-off.gif) left center no-repeat;
	padding-left: 8px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color: #999;
}

#navcontainer ul li a:hover
{
background: transparent url(images/v.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(images/v.gif) left center no-repeat;
color: #666;
}

#navcontainer ul .selected
{
background:url(images/v.gif) no-repeat
}

#footer{
	height: 20px;
	background-image:  url(images/top2.gif);
	clear: both;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 11px;
	text-align: right;
	padding: 5px;
}

.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#picabout{
	height: 100px;
	width: 100px;
	top: 300px;
	right: 200px;
}
.imgright{
	float: right;
	padding: 5px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	margin-left: 5px;
}
.imgleft{
	float: left;
	padding: 5px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 5px 7px 5px 0px;
}
.coursestd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
