* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
a {
	color: #C9B142;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* *** */
.cl {
	clear: both;
	height: 0px;
	line-height: 0px;
}
#shell {
	margin: 40px auto;
	width: 950px;
}
#shell .top {
	background: transparent url(images/container_header.jpg) no-repeat;
	height: 11px;
	font-size: 1px;
}
#shell .main {
	background: transparent url(images/container_body.jpg) repeat-y;
	height: auto;
	padding: 0px 18px 0px 17px;
}
#shell .bot {
	background: transparent url(images/container_footer.jpg) no-repeat;
	height: 24px;
}
.main .header {
	
}
.main .content {
	background-color: #8C0024;
}
.main .footer {
	background-color:#A9A9A9;
	font-size:13px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.logo-big {
	background: url(images/logo_b.gif) no-repeat 0 0;
	width: 148px;
	height: 84px;
	display: block;
	text-indent: -4000px;
	margin: 0px auto;
	margin-top: 30px;
}
.hr {
	width:880px;
	background: url(images/arrow_line.gif) no-repeat 0 0;
	margin: 0px auto;
	margin-top: 30px;
}
.slogan {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
}
.sub-slogan {
	color: #8C0024;
	font-size: 13px;
	font-style: italic;
	text-align: center;
    width: 500px;
    margin: 25px auto 0;
}
.navigation {
	background-color: #C9B142;
	color: white;
	height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
}
.navigation a {
	margin: 0px 10px;
	text-decoration: none;
	color: white;
}
.navigation a:hover {
	color: gray;
	text-decoration: none;
}
.navigation a.active {
	color: #8C0024;
}
#inner .content .left {
	width: 330px;
}
#inner .content {
	background: #8C0024 url('images/bodybg.gif') 0 0 repeat-y;
}
.content .left {
	float: left;
	width: 380px;
	color: white;
}
.content .right {
	float: left;
	padding: 10px;
	width: 515px;
	color: white;
}
.content h1 {
	color: white;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
}
.content p {
	color: white;
	font-size: 12px;
	margin-bottom: 10px;
}
.bot {
    text-align: right;
    padding: 25px 15px 0 0;
}

.createdby {
    text-align: center;
}
.createdby small { 
    font-size: 10px;
    display: block;
}
.navigation ul {
	padding: 0;
	margin: 0;
}
.navigation li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	margin: 0;
	border-right: solid 1px #fff;
}
.navigation li a {
	
	
}
.navigation li a.selectedPage {
	color: #8C0024;
}
h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 5px;
}
.testpage {
    display: none;
}
