body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;	
	background-color: #005A9C;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	margin-top: 5px;
}
#container {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

/*----------------------------------------------------Header*/
#header {
	/*padding-left: 100px;
	padding-right: 100px;*/
}

#contact {
	position: absolute;
	left: 567px;
	top: 35px;
	width: 400px;
	font-weight: bold;
}
#contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 170px;
	font-size: 150%;
}
#contact li {
	display: inline;
	color: #0073b5;
	border-left: 1px solid #0073b5;
	padding-right: 5px;
}
#contact a{
	color: #0073b5;
	text-decoration: none;
	padding-left: 5px;
}
#contact p {
	color: #0073b5;
	font-size: 110%;
}
.menuRedText {
	color: #FF0000;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 14px;
}
/*--------------------------------------------------Navigation*/
#nav {
	/*padding-left: 100px;
	padding-right: 100px;*/
}
* html #nav {
	margin-top: -3px;
}
*+html #nav {
	margin-top: -3px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	margin: 0;
}
#nav a {
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	display: block;
	height: 36px;
	line-height: 36px;
}
#nav a:hover {
	color: #000000;
}
.navhome {
	width: 151px;
	background-image: url(images/homebg.gif);
	background-repeat: repeat-x;
}
.navschools {
	width: 203px;
	background-image: url(images/schoolsbg.gif);
	background-repeat: repeat-x;
	
}
.navbusiness {
	width: 241px;
	background-image: url(images/businessbg.gif);
	background-repeat: repeat-x;
}
.navindividuals {
	width: 210px;
	background-image: url(images/individualsbg.gif);
	background-repeat: repeat-x;
}
.navduke {
	width: 195px;
	background-image: url(images/dukebg.gif);
	background-repeat: repeat-x;
}

/*--------------------------------------------------Content area*/
#contentcontainer {
	clear: both;
	/*padding-left: 100px;
	padding-right: 100px;*/
	background-color: #045ca6;
}

#all {
	width: 1002px;
	/*margin: 0;*/
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	height: 900px;
}
html>body #all {
	min-height: 900px;
	height: auto;
	}
#container2 {
	width: 766px;
	float: left;
}

#contentimage {
	width: 530px;
	float: right;
	}

#contentimage img {
	margin-bottom: 45px;
	}
#content {
	width: 450px;
	padding: 0 40px 30px;
}
#content p {
	color: #FFFFFF;
}
#content h1 {
	color: #FFFFFF;
	font-size: 115%;
}
#content h2 {
	color: #FFFFFF;
	font-size: 100%;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: larger;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
}
.manifesto {
	border: 1px solid #000000;
	border-collapse: collapse
}
/*---------------------------------------------------Left Menu*/
#leftmenu {
	width: 236px;
	float: left;

}

#leftmenu ul {
	list-style: none;
	padding: 0 30px;
	margin: 0;
}
#leftmenu li {
}
#leftmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftmenu li img {
	padding-top: 7px;
	padding-right: 8px;
}
.menuheading {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: dashed #FFFFFF 1px;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 30px;
	margin-bottom: 10px;
}
.partners {
	padding-top: 7px;
}
.contact {
	color: #FFFFFF;
	padding-top: 7px;
}
/*--------------------------------------------------Right menu*/
#rightmenu {
	width: 236px;
	float: right;
	padding-top: 40px;	
}

/*----------------------------------------------------Footer*/
#footer {
	clear: both;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	/*padding-left: 336px;*/
}	

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer li {
	display: inline;
	padding-left: 1em;
	padding-right: 0.75em;
	border-left: 0.1em solid #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
}
#footer li.last {
	border-left: none;
}
/*-----------------------------------------------------Clearing*/
#nav:after, #rightmenu:after, #all:after {
	content:".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
