
/***** DEFAULT ******/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
	margin: 10px 0px;
}

img {
	border: none;
}

a {
	color: #006699;
}

a:hover {
	color: #0099FF;
}


/***** MENU ******/

#menu {
	vertical-align: top;
	background-image: url(../images/bg_menu.gif);
	padding: 20px;
	font-size: 9pt;
	line-height: 25pt;
	font-weight: bold;
	color: #003366;
}

#menu a {
	color: #003366;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
}

#partners {
	margin-top: 30px;
	text-align: center;
	font-size: 7pt;
	font-weight: normal;
	line-height: 15pt;
}


/***** HEADER ITEMS ******/

#logo {
	width: 220px;
	height: 100px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#feature {
	width: 500px;
	height: 100px;
	background-image: url(../images/feature.jpg);
	background-repeat: no-repeat;
}


/***** FOOTER ITEMS ******/

#footer {
	text-align: center;
	padding-top: 30px;
	font-size: 7pt;
}


/***** TEXT ITEMS ******/

#content {
	padding: 20px;
	background-color: #E5EAEF;
	vertical-align: top;
}

p, li {
	font-size: 8.5pt;
	line-height: 13pt;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #003366;
	margin-bottom: 4px;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	padding-top: 8px;
}

.crumb {
	font-size: 7pt;
	color: #999999;
}

#courselogos {
	text-align: center;
	padding-top: 20px;
}
	#courselogos img {
		margin: 0px 15px;
	}


/***** FORM ITEMS ******/

#formy th {
	font-size: 7pt;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	padding: 4px;
	vertical-align: top;
	color: #666666;
}

#formy td {
	padding: 4px;
	font-size: 8.5pt;
}

#formy input {
	border: 1px solid #DDD;
	font-size: 9pt;
	width: 200px;
}

#formy textarea {
	border: 1px solid #DDD;
	font-size: 9pt;
}

#formy .button {
	border: 1px solid #DDD;
	width: auto;
}




