#bannercontent,#navcontent,#headercontent,#maincontent,#footercontent {
	width: 950px;
	margin: 0 auto;
}

#banner,#nav,#header,#main,#footer {
	clear: both;
	display: block;
}

#header,#main,#footer {
	padding: 15px 0;
}

#banner,#footer {
	background-color: #4d4d4d;
	padding: 10px;
}

#links ul.linklist {
	float:right;
}

ul.linkslist {
	display: inline;
	list-style-type: none;
	overflow: hidden;
}

#nav ul.linkslist li {
	float: left;
	margin-right: 15px;
}

#links ul.linkslist li {
	float: left;
	margin-left: 15px;
}

#links {
	float: right;
	color: #fff;
	font-size: 0.8em;
	padding: 15px 0;
}

#links a {
	color: #9fbcd2;
}

#nav {
	background-color: #7296b2;
	padding: 0;
	border-bottom: 1px solid #5882a2;
}

#nav ul {
	display: block;
}

#nav ul li a {
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	color: #eee;
}

#nav ul li a:hover {
	background-color: #7fa0b9;
}

#nav ul li a.selected {
	background-color: #7fa0b9;
}

#header {
	background: #82bff0 url(images/bg_header.png) repeat-x scroll center top;
	height: 270px;
	border-bottom: 1px solid #fff;
}

#headercontent.indexheadercontent #title {
	float: right;
	width: 500px;
	text-align: right;
}

#headercontent #title h1 {
	padding-top: 20px;
	font-size: 70px;
	color: #eee;
}

#headercontent #title h2 {
	padding-top: 20px;
	font-size: 30px;
	color: #4D4D4D;
}

#header.secondary {
	height: 80px;
}

#headercontent #title p {
	color: #fff;
	font-size: 17px;
	margin-top: 15px;
}

#main {
	background: #fff url(images/bg_main.png) repeat-x scroll center top;
	min-height: 200px;
}

.indexmaincontent {
	text-align: center;
}

div.box {
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background-color: #fff;
	float: left;
	padding: 10px;
	margin: 10px 30px 30px;
}



div.box h3 {
	color: #0E3062;
	font-family: georgia;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px;
}

#footer {
	text-align: right;
	color: #fff;
	border-top: 3px solid #333;
}

#footercontent a {
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
}

#maincontent h2 {
	padding: 8px 0 8px;
	font-size: 25px;
	color: #5882A2;
	line-height: 1.05em;
}

#maincontent p {
	padding: 10px 0 10px;
}

#maincontent {
	line-height: 1.2em;
	min-height: 300px;
}

#maincontent a {
	color: #5882A2;
}

#column {
	text-align: center;
	float: right
}

#column2 {
	width: 700px;
}

#column2 p {
	text-align: justify;
}

#maincontent ul {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:circle;
	text-indent: 2em;
	margin-bottom: 5px;
}

#maincontent ul ul {
	list-style-type:disc;
	text-indent: 4em;
}

