


body {
	margin:0;
	background: #FFFFFF;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
    font-style: italic;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #BB1C1C;
}

a:hover {
    color: #000;
    font-style: italic;
	text-decoration: none;
}

h3 a:hover {
    color: #000;
    font-style: italic;
	text-decoration: none;
}

img {
	border: 1px solid #FFF;
}


/* Boxed Style */



#header {
	width: 740px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Header > Logo */



#main {
	float: right;
	width: 480px;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #00803A;
	background: #C90404;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
    font-family: Verdana;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
    color: #000;
    font-style: normal;
	text-decoration: none;
    font-weight: bold
}

