

* {
	margin: 0;
	padding: 0;
}

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

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #7A0026;
	margin-bottom: 20px;
}

h2 {
}

h3 {
	font-weight: bold;
}

p, blockquote, ul, ol {
}

p {
margin: 0 0 10px 0;

}

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;
}

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

img {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* 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;
}

/* 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 .story {
	clear: both;
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}

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

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px solid #330010;
}
#content {
background-color:white;
margin-left: 20px;
margin-right: 350px;
margin-top: 10px;
}
#contentlarge {
background-color:white;
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
}

#rightcol {
background-color: white;
float:right;
width: 310px;
margin-right: 20px;
margin-top: 10px;

}

/* Logo */


#logo {
	width: 750px;
	height: 200px;
	background: url(images/logo.jpg) no-repeat;  
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#topmenu {
	height: 50px;
	background: #330010;

}

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

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	border-bottom-color: #FFFFFF;
}

#topmenu .active a {
	border-bottom-color: #FFFFFF;
}

#topmenu .first a {
}

/* Menu 2 */

#menu2 {
	height: 50px;
	background: #EBE6E8;
}

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

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 1px solid white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

#menu2 a:hover {
	border-bottom-color: black;
}

#menu2 .active a {
	border-bottom-color: black;
}

#menu2 .first a {
}


/* Footer */

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

#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
    margin-right: 10px;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #999999;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {

}

/* Form fields */
label {
display:block;
width:300px;
float:left;
}




