* {
	font-family: Georgia, Times, "Times New Roman", serif;
}

html {
	background-image: url('../images/background.gif');
}

body {
	width: 960px;
	margin:0px auto;
}

a {
	text-decoration: none;
	color: #3d7fcb;
}

a:hover {
	color: #4b8efc;
}

#header {
	float: left;
	width: 450px;
	height: 100px;
	padding-left: 10px;
}

#header .pageheading {
	color: #313131;
	padding-top: 25px;
	width: 350px;
	letter-spacing: 8px;
	font-size: 2.2em;
	font-weight: lighter;
	text-transform: uppercase;
}

#header .subpageheading {
	color: #646464;
	padding-top: 18px;
	width: 350px;
	letter-spacing: 4px;
	font-size: 1.1em;
	font-weight: lighter;
	text-transform: uppercase;
}

#navigation {
	float: right;
	padding-right: 10px;
}

#navigation li {
	font-size: 1.2em;
	height: 90px;
	line-height: 95px;
	display: inline;
	list-style-type: none;
}

#navigation li a {
	color: #646464;
	margin: 20px;
	text-decoration: none;
}

#navigation li a:hover {
	color: #343434;
}

#navigation li a.selected {
	color: #e5e5e5;
	background-color: #3d7fcb;
	background: -moz-linear-gradient(top, #4b8efc, #3d7bcb);
	background: -webkit-gradient(linear, left top, left bottom, from(#4b8efc), to(#3d7bcb));
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 23px;
	margin: 0;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 1px 3px 10px #646464;
}

#navigation li a.selected:hover {
	color: #fff;
}

#leftcolumn {
	float: left;
	width: 310px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 20px;
}

#leftcolumn dl {
	padding-top: 25px;
}

#leftcolumn dt {
	font-size: 1.5em;
	color: #343434;
	padding-top: 20px;
}

#leftcolumn dd {
	font-size: 1.2em;
	color: #676767;
	padding-top: 10px;
	padding-left: 10px;
}

#rightcolumn {
	float: left;
	width: 600px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

#rightcolumn h2 {
	font-size: 2em;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #343434;
}

#rightcolumn h3 {
	font-size: 1.7em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #343434;
}

#rightcolumn h4 {
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4d4d4d;
}

#rightcolumm dl {
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightcolumn dt {
	color: #4d4d4d;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6em;
}

#rightcolumn dd {
	color: #676767;
	font-size: 1em;
	line-height: 1.6em;
	padding-bottom: 30px;
}

#rightcolumn p {
	font-size: 1em;
	line-height: 1.6em;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #676767;
}

#rightcolumn strong {
	font-weight: normal;
	color: #343434;
}

#rightcolumn ol {
	list-style: none;
	list-style-position: inside;
	padding-bottom: 15px;
	color: #676767;
	font-size: 1em;
	line-height: 1.6em;
	counter-reset: item;
}

#rightcolumn ol.ol8 {
	counter-reset: item 8;
}

#rightcolumn ol.ol16 {
	counter-reset: item 16;
}

#rightcolumn ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
}

#rightcolumn ol li {
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightcolumn img.imageleft {
	padding-right: 10px;
	float: left;
}

.positions {
	font-size: 1.5em;
	font-weight: lighter;
	font-style: italic;
	line-height: 1.5em;
	color: #2d5f98;
}

