body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h2 {
	color: #135293;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}





/* Content */

#content {
	float: right;
	width: 740px;
}


/* Menu */

#menu {
	background-color: #770D00;
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url(../images/img05.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}









/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}





blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(../images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(../images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.maincontent {
	padding: 5px 30px 20px 30px;
}

.maincontent p, .maincontent ul, .maincontent ol {
	line-height: 180%;
}

.orange {
	background: #FF9523 url(../images/img10.gif) repeat-x;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.orange a {
	color: #FFFFFF;
}

.green {
	color: #333333;
	background-color: #91E600;
	margin-top: 20px;
	margin-bottom: 20px;

}


.amber {
	color: #333333;
	background-color: #FFDD00;
	margin-top: 20px;
	margin-bottom: 20px;

}

.blue {
	color: #333333;
	background-color: #00D9E6;
	margin-top: 20px;
	margin-bottom: 20px;

}


.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}


#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(../images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}




/* index styles */

.indexleft {
	float: left;
	width: 350px;
	margin-top: 5px;
}


.indexright {
	float: right;
	margin-left: 25px;
	margin-top: 5px;
	width: 280px;
	background-color: #FFC76D;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



.separator {
	clear: both;
}





.contentleft {
	float: left;
	width: 400px;
}



.contentright{
	float: right;
	margin-right: 10px;
	width: 225px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #979272;
	padding-left: 20px;
}

img {
	border: none;
}