/*-------------------- Main Stylesheet -----------------------*/
html{
	background: url(../images/home_bg.gif) repeat-x;
	width: 100%;
}

body
{
	width: 1024px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto !important;
	
}
#wrapper{
	width: 1024px;
	position: relative;
	height: auto;

}
#select {
	position:relative;
	top:10px;
}
.copy {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.copyright {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

.heading_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.headingTab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link, a:visited {
	color: #3B3B3B;
	text-decoration: none;
	
}

a:hover {
	color: #333333;
	text-decoration: none;
}

th#mycourses  a:hover {
	display:block;
	text-decoration: underline;
}


.fontbold
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.fontbold_header {
font-family:Tahoma;
font-size:10px;
font-weight:bold;
letter-spacing:1px;
line-height:20px;
}

