* {
	margin: 0;
	padding: 0;
}
a {
	color: #217BAA;
	text-decoration: none;
}
a:hover {
	color: #CB7934;
}
body {
	background-color: #CB7934;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#topNav {
	background-repeat: no-repeat;
	background-position: right;
	height: 75px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #333333;
	padding-top: 15px;
	background-image: url(images/logo.jpg);
}
#topNavMenu {
	float: left;
	height: 43px;
	width: 300px;
	padding-top: 17px;
}
#topNavMenu a:link, a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #217BAA;
	text-decoration: none;
}
#topNavMenu a:hover {
	color: #CB7934;
}
#header {
	height:150px;
	margin-right: 10px;
	background-color: #C1DEFA;
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 10px;
	padding: 0px;
}
#headerImage {
	height: 150px;
	float: right;
}
p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h3 {
	color: #217BAA;
	padding-top: 6px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	padding-bottom: 4px;
}
.clearer {
	clear: both;
}
.container {
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 770px;
}
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main right */
.sideContainer {
	float:right;
	width:200px;
}
.sideBox {
	float:right;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: right;
	width: 200px;
}
.sidenav h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(images/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #217BAA;
}

/* content */
.content {
	float: left;
	width: 520px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.jpg);
	margin-left: 18px;
}
/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #217BAA;
	text-decoration: none;
}
.footer a:hover {
	color: #CB7934;
}
