* {
	margin: 0;
	padding: 0;
}
a {
	font-size: 14px;
	color: #F70;
}
a:hover {
	font-size: 14px;
	color: #C60;
}
body {
	background: #900 url(images/headbg.gif) repeat-x;
	color: #000;
	font: 62.5% sans-serif;
	margin: 0;
}
p,cite,code,ul {
	font-size: 14px;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 24px;
	margin-bottom: 4px;
}
h1 { color: #900; font-size: 24px; padding-top: 6px; }

h2,h3 { color: #900; font-size: 16px; padding-top: 6px; }

/* misc */
.clearer {
	clear: both;
}

.other {
	visibility: hidden;
}

/* structure */
.wrap {
	background: url(images/logo.gif) no-repeat;
}

.brand {
	height: 92px;
}

/*main website title*/
.webtitle {
	float: left;
	padding: 28px 0 0 76px;
}
.webtitle h1 {
	color: #fff;
	font: 2.2em Verdana, sans-serif;
}
/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a { color: #fff; font: bold 1.2em Verdana, Arial, Helvetica, sans-serif; float: left; margin-top: 56px; padding: 8px 18px; text-align: center; text-decoration: none; }
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url(images/Maincurvebg.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}
.sidenav h1 {
	border-bottom: 1px dashed #ddd;
	color: #900;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav h4 { color: #900; font-size: 1.2em; margin-top: 1.2em; height: 20px; border-bottom: 1px dashed #999; }
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #cfd0d2;
	list-style: none;
	margin: 0;
}
.sidenav p { color: #777; font-size: 11px; padding: 3px 6px 3px 18px; text-decoration: none; text-align: left; }
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(images/nav_li.gif) no-repeat;
}

/* content */
.content { text-align: justify; float: left; margin-right: 4%; width: 69%; }
.content .minititle { color: #000; font-size: 14px; margin-top: 12px; margin-bottom: 12px; border-bottom: 1px solid #000; display: block; }
.content li {
	list-style: url(images/nav_li.gif);
	margin-left: 18px;
}
/* footer */
.footer {
	background: #900 url(images/footerbg.gif) repeat-x;
	color: #c1def0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}