/* CSS Document */
*
{
padding: 0px;
margin: 0px;
}

body
{
 
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #666666;
	background-color: #333333;
	background-repeat: repeat-x;
  
}


#table
{
	width: 899px;
}

#table2
{
	width: 899px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#logo
{
	background-image:url(../images/logo.jpg);
	background-repeat: repeat-x;
	height: 135px;
	width: 899px;
}

#topmenubg
{
	background-image:url(../images/topmenubg.jpg);
	height: 36px;
	background-repeat: repeat-x;
	width: 899px;
}

.content
{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	text-align: justify;
	line-height: 18px;
	padding: 6px 10px;

}




.coursetitle
{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	text-align: justify;
	line-height: 18px;
	padding: 6px 10px;

}


.content2
{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	text-align: justify;
	line-height: 18px;
	 

}

h1
{
	font:normal 18px "Trebuchet MS";
	color: #96100F;
	text-align: left;
}

h2
{
	font:bold normal 14px "Trebuchet MS";
	color: #666666;
}

h3
{
	font:bolder normal 16px "Trebuchet MS";
	color: #BF0000;
	 
}

h4
{
	font:bolder normal 16px "Trebuchet MS";
	color: #006699;
	 
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
	list-style-type: none;
	list-style-position: inside;
	background-repeat: no-repeat;

}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a.mlinks{
	color: #CC3300;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
	list-style-type: none;
	list-style-position: inside;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 18px;

}
a.mlinks:hover{
	font-family: "Trebuchet MS";
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
}


a.toplinks{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	font-family: "Trebuchet MS";

}
a.toplinks:hover{
	color: #AD1313;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	font-family: "Trebuchet MS";
}

a.mainlinks{
	color: #FFCC33;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	font-family: "Trebuchet MS";
	display: block;
	height: 35px;
	list-style-type: none;
	line-height: 35px;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;

}
a.mainlinks:hover{
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	font-family: "Trebuchet MS";
	display: block;
	height: 35px;
	list-style-type: none;
	line-height: 35px;
	background-image: url(../images/menubgover.jpg);
	background-repeat: repeat-x;
}

a.mainlinks:active{
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	font-family: "Trebuchet MS";
	display: block;
	height: 35px;
	list-style-type: none;
	line-height: 35px;
	background-image: url(../images/menubgover.jpg);
	background-repeat: repeat-x;
}

#footer
{
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height: 64px;
	width: 899px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;

}
