@charset "UTF-8";

@import url("menu.css");
@import url("shadow.css");


* {
	margin: 0;
	padding: 0;
}

body {
	background: #7A0026 url(../images/img01.gif);
	font: normal small Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}

h1, h2, h3, h3 a, h3 a:hover {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/ 
	font-weight: bold;
	font-style: italic; 
	color: #A20032;
}

h2 {
	font-weight: bold;
}

h3 {
	font-size: 34px;
	border-bottom: 2px solid #A20032;
	margin-top: 50px;
	margin-bottom: 10px;
}

p, blockquote, ul, ol {
	color: #333333;
}

p {
	line-height: normal;
}

strong {
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(../images/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #0072BC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(../images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
	text-decoration: none;
}

/* Post */

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(../images/img04.gif) repeat-x left bottom;
	border-bottom: 2px solid #EEEEEE;
	font-size: 2em;
}

.post .date {
	float: right;
	padding: 10px 20px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

.post .meta p {
}

.post .content {
	clear: both;
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}

.post .content p, .post .content blockquote, .post .content ul, .post .content ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Page */

#page {
	width: 955px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px solid #330010;
}

/* Logo */
#banner {
	height: 120px;
	margin: 0 auto;
	background: url(../images/temp/logo.jpg);
	background-repeat: no-repeat;
	background-color: #330010;
}

#topright{
	float: right;
	font-size: 11pt;
	color: #FFFFFF;
}

#topright a{
	color: #FFFFFF;
}

#topright a:hover{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

/* Content */

#content {
	color: #333333;
}

td{
	padding: 15px;
}

#extra {
}

/* Content > Main */

#main {
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#main {
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}


#spacer {
	height: 25px;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #EBE6E8;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #000000;
}

#footer a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}



/* Sub Menu */
.submenudiv{
	position: relative;
	float: right;
	border: 1px solid #666666; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	background-color: #CCCCCC;
	width: 250px;
	margin: 15px;
}

.submenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #333333; /*THEME CHANGE HERE*/
	padding: 0;
	text-decoration: none;
	font: normal 18px Verdana;
	line-height: 32px;
	color: #000099;
	padding: 5px;
}

* html .submenudiv a{ /*IE only hack*/	
	width: 100%;
}

.submenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #CCCCCC;
	background-color: #333333;
}

.highlight {
	font-size: 24px;
	font-weight: normal;
	color:#0066FF;
}

#endose{
	width: 870px;
	height: 350px;
	clear: both;
}