/* GENERIC STYLES */

* 
{
	font-family : verdana;
	font-size:8pt; 
	color:#7A8287;
}

HTML, BODY
{
	height : 100%;
	background-color : #FFFFFF;
	line-height : 15px;
	text-align : left;
	margin : 0px;
}

H4 {
	font-size:9pt; 
	margin: 0px;
}

H1, H5 {
	font-size:10pt; 
	margin: 0px;
	margin-bottom : 10px;
	color:#E39836;
}

.orange
{
	color:#E39836;
}

TD
{
	text-align : left;
	vertical-align : top;
}

TH
{
	text-align : left;
	color : #FFFFFF;
	background-color : #f9c190;
}

P {
	margin: 0px;
	margin-right: 10px;
	margin-bottom : 15px;
}

LI {
	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 10px;
}

B
{
	color:#E39836
}

A,
A:hover
{
	font-size:10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}

A:hover
{
	color: #7A8287;
}

/* MAIN TABLE */

#maintable
{
	width : 826px;
	border : 0px solid #FFFFFF;
	margin : 0px;
	padding : 0px;
}

/* TOP OF THE TABLE */

.topimage
{
	background-image : url(/_images/top.jpg);
	width : 826px;
	height : 187px;
}

#toptable
{
	height : 180px;
}

#toptable #languages
{
	vertical-align : bottom;
	padding-left : 35px;
}

#toptable #languages A,
#toptable #languages A:hover
{
	color:#E39836;
	font-size : 10px;
	padding-right : 8px;
}

#toptable #languages A:hover
{
	color: #7A8287;
}

/* MENU */

#menubar
{
	background-image : url(/_images/menubar.jpg);
	height : 32px;
	padding-left : 20px;
}

#menu
{
	/*width : 100%;*/
	padding : 0px;
	margin : 0px;
	padding-top : 9px;
	padding-left : 10px;
}

#menu TD
{
	text-align : center;
}

#menu LI
{
	display : inline;
	border : 0px solid #FFFFFF;
	padding-right : 15px;
}

/* CONTENT */
#content
{
		border-left : 1px solid #FFFFFF;
}

#contenttext
{
		border-left : 2px solid #8e9399;
		padding : 20px;
		padding-bottom : 100px;
		width : 100%;
}

#rightcol
{
	width : 175px;
	padding-top : 20px;
	vertical-align : top;
}

#login
{
	background-image : url(/_images/login.jpg);
	background-repeat : no-repeat;
	width : 172px;
	height : 164px;
}

#logintable
{
	margin-top : 50px;
	margin-left : 5px;
}

#flashbanner
{
	padding-top : 18px;
}

.center
{
	text-align : center;
}

INPUT
{
	border : 1px solid #8e9399;
	width : 75px;
}

#jobs
{
	background-image : url(/_images/jobs.jpg);
	background-repeat : no-repeat;
	width : 172px;
	height : 165px;
}

#moreinfo
{
	padding-left : 75px;
	padding-top : 100px;
}

.coursetable
{
	border-left: 1px solid #7A8287;
	border-bottom: 1px solid #7A8287;
}

.coursetable TD,
.coursetable TH
{
	border-top : 1px solid #7A8287;
	border-right : 1px solid #7A8287;
	padding:3px;
}