@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #000066;
	background-color: #DDDDDD;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#leftColumn {
	float: left;
	width: 350px;
	margin-left: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF9600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9600;
}
#logo {
	background-color: #10187F;
}
#rightColumn {
	float: right;
	width: 350px;
	margin-right: 15px;
}
.rightPad {
	padding-right: 8px;
}
#header {
	margin: 0px;
	padding-bottom: 8px;
}
#content {
	margin-top: 0px;
	padding-top: 8px;
}
#footer {
	clear: both;
	padding-bottom: 15px;
}
h1 {
	color: #FF9600;
	line-height: normal;
}
.leftPad {
	margin-left: 15px;
}
.topSkillPad {
	margin-top: 220px;
}
#nav {
	background-color: #bababa;
	height: 20px;
	padding-left: 5px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
.course {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1pt;
}
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF9600;
}
a:active {
	color: #000066;
}
.more {font-size: 9px}
