html {
	overflow-y: scroll;
	overflow-x: auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0;
	background: #309 url(images/background_site.jpg) repeat-x;
}
img {
	border: 0;
}
A, A:active, A:visited, A:link {
	color:#309;
}
A.alt, A.alt:active, A.alt:visited, A.alt:link {
	color:#333;
}
#page {
	width: 756px;
	margin: 0 auto;
	background: #FFF;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	background: #4E3EAF;
	height: 120px;
	width: 756px;
	overflow: hidden;
}
#logoBranding {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#header ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 90px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	left: 0;
	width: 756px;
}
#header ul li {
	float: left;
}
#navTop a {
	display: block;
}
#navTop a span {
	position: absolute;
	top:50px;
}
#navHome a:hover, #navServices a:hover, #navWhatsNew a:hover, #navResources a:hover, #navCareers a:hover, #navAboutUs a:hover, #navContactUs a:hover {
	background-image: none;
	}
#navHome, #navHome a {
	width: 74px;
	height: 30px;
}
#navServices, #navServices a {
	width: 181px;
	height: 30px;
}
#navWhatsNew, #navWhatsNew a {
	width: 107px;
	height: 30px;
}
#navResources, #navResources a {
	width: 103px;
	height: 30px;
}
#navCareers, #navCareers a {
	width: 83px;
	height: 30px;
}
#navAboutUs, #navAboutUs a {
	width: 92px;
	height: 30px;
}
#navContactUs, #navContactUs a {
	width: 116px;
	height: 30px;
}
#navHome {
	background: url(images/nav_home.gif) 0 -30px no-repeat;
}
#navHome a {
	background: url(images/nav_home.gif) 0 0 no-repeat;
}
#navServices {
	background: url(images/nav_servicesAndSolutions.gif) 0 -30px no-repeat;
}
#navServices a {
	background: url(images/nav_servicesAndSolutions.gif) 0 0 no-repeat;
}
#navWhatsNew {
	background: url(images/nav_whatsNew.gif) 0 -30px no-repeat;
}
#navWhatsNew a {
	background: url(images/nav_whatsNew.gif) 0 0 no-repeat;
}
#navResources {
	background: url(images/nav_resources.gif) 0 -30px no-repeat;
}
#navResources a {
	background: url(images/nav_resources.gif) 0 0 no-repeat;
}
#navCareers {
	background: url(images/nav_careers.gif) 0 -30px no-repeat;
}
#navCareers a {
	background: url(images/nav_careers.gif) 0 0 no-repeat;
}
#navAboutUs {
	background: url(images/nav_aboutUs.gif) 0 -30px no-repeat;
}
#navAboutUs a {
	background: url(images/nav_aboutUs.gif) 0 0 no-repeat;
}
#navContactUs {
	background: url(images/nav_contactUs.gif) 0 -30px no-repeat;
}
#navContactUs a {
	background: url(images/nav_contactUs.gif) 0 0 no-repeat;
}
#main {
	margin: 0;
	padding: 0;
	background: #FFF;
	width: 756px;
	overflow: visible;
}
#homeContent {
	float: left;
	background-color: #FFF;
	width: 329px;
	color: #309;
}
#homeContent h1, #homeContent h2, #homeContent ul {
	color: #309;
	font-size: 12px;
	margin: 0;
}
#homeContent h1 {
	padding: 10px 0 15px 20px;
	font-weight: 400;
}
#homeContent h2 {
	padding: 0 0 0 60px;
}
#threecol h3 {
	padding: 0;
	margin: 0;
}
#homeContent ul {
	padding: 0 0 0 80px;
	font-weight:700;
	list-style-position: inside;
}
#homeContent ul li {
	padding: 0;
}
#homeButton {
	padding: 15px 0 0 120px;
}
#homeSidebar {
	float: right;
	background-color: #FFF;
	width: 427px;
}
#content {
	float: left;
	background-color: #FFF;
	width: 465px;
	padding: 30px;
}
.headerOnecol {
	background-color: #FFF;
	width: 696px;
	padding: 30px 30px 0 30px;
	margin:0px;
}
.contentOnecol {
	background-color: #FFF;
	width: 696px;
	padding: 15px 30px 0 30px;
	margin:0px;
}
.picText {
	float: left;
	background-color: #FFF;
	width: 696px;
	padding: 30px;
}
.pic, .date {
	float: left;
	background-color: #FFF;
	width: 130px;
}
.text, .event {
	float: left;
	background-color: #FFF;
	width: 550px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	color: #309;
	font-weight:700;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}
.text h2 {
	color: #000;
	font-size: 12px;
}
.text h2 .cv {
	color: #309;
}
.text h2 .cv a img {
	padding-left: 5px;
	text-decoration:none;
}
.date h2, .event h2 {
	color: #309;
	font-size: 13px;
}
.event h3 {
	color: #000;
	font-size: 12px;
	font-weight:400;
}
h3.courseTitle {
	font-weight:700;
}
.featurebox {
	background: #FFF url(images/background_insideFeature.jpg) repeat-x;
	padding:15px;
	margin: 20px 0 10px 0;
}
.featurebox h2, .toplist h2 {
	color: #000;
}
.featurebox ul, .toplist ul {
	color: #309;
	font-size:12px;
	list-style-position: inside;
	text-indent:-15px;
	padding: 0 30px;
	margin: 15px 0;
}
.featurebox ul li, .toplist ul li {
	padding: 0 0 5px 0;
}
p.indent{
	margin: 5px 0 10px 30px;
}
ul li {
	padding-bottom:10px;
}
ul.indent {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	margin: 10px 30px 10px 50px;
	padding: 0;
}
ul.indent li {
	padding: 0 0 15px 0;
}
h2.headingCareer {
	padding: 0;
	margin: 5px 5px 5px 0;
	font-size:14px;
}
h3.headingCareer {
	padding: 0;
	margin: 5px 5px 5px 0;
	font-size:13px;
	color: #000;
}
ul.listCareer {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
	margin: 0 10px 0 30px;
	padding: 0;
}
ul.listCareer li {
	padding: 0 0 3px 0;
}
.innerLinks {
	font-size:12px;
	margin-bottom:15px;
}
.summary {
	margin: 10px 0;
}
.afterheading {
	margin: 5px 0 15px 0;
}
#sidebar {
	float: left;
	background-color: #FFF;
	width: 190px;
	padding: 40px 30px 30px 0;
}
.rightcol {
	background: #FFF url(images/background_insideFeature.jpg) repeat-x;
	padding:15px;
}
.rightcol a {
	font-weight: 700;
	font-size: 11px;
	color: #000;
}
.rightcol p {
	margin:5px 0 10px 0;
}
.rightcol {
	margin: 0;
}
.contact {
	margin: 0 0 10px 0;
}
.contact, .contactLink a {
	font-weight: 400;
	font-size: 10px;
}
.contactLink {
	margin:5px 0 0 0;
}
.contactLink a, .contactLink a:hover, .contactLink a:active, .contactLink a:link {
	color: #309;
}
span.structure {
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
}
#threecol {
	margin: 0;
	padding: 5px 0 0 0;
	width: 756px;
	background: #FFF url(images/background_homeFeature.jpg) repeat-x;
}
#threecol .col {
	padding: 25px;
	width: 202px;
	float: left;
}
#threecol .col h3 {
	padding: 0 0 0 0;
}
#threecol .col h4, #threecol .col h4 a.links {
	padding: 0 0 10px 0;
	margin:0;
	color:#336;
	font-size: 12px;
}
a.heading {
	color:#336;
	padding: 0;
	margin: 0;
}
#threecol p {
	margin: 10px 0;
	padding: 0 0 0 0;
	color:#336;
}
#threecol p.afterheading {
	margin: 0;
}
.first {
	background: url(images/background_dotsVertical.gif) repeat-y top right;
}
.second {
	background:none;
}
.third {
	background: url(images/background_dotsVertical.gif) repeat-y;
}

.separatorhoriz {
	background: url(images/background_dotsHorizontal.gif) repeat-x;
	height:15px;
}
#footer {
	text-align:center;
	width:756px;
	background: #FFF;
}
#navBottom {
	padding: 20px 20px 0 20px;
}
#copyright {
	padding:20px;
}
.center {
	text-align:center;
}
