* {
	margin: 3;
	padding: 0;
}

body {
	margin: 0;
	font: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #940000;
	background: #eeeeee;	
}

body { 
scrollbar-base-color:#eeeeee; 
scrollbar-track-color:#eeeeee; 
scrollbar-face-color:#eeeeee; 
scrollbar-highlight-color:#940000; 
scrollbar-3d-light-color:#940000; 
scrollbar-dark-shadow-color:#940000; 
scrollbar-shadow-color:#eeeeee; 
scrollbar-arrow-color:#940000; 
} 

h1, h2, h3 {
	color: #940000;
}

h4 {
font-size: 11px;
color: #940000;
font-weight: bold;

}

p, blockquote, ul, ol {
	margin: 0;
	text-align: justify;
}

p {
	font-size: 14px
}

blockquote {
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #940000;
}

a:hover {
	text-decoration: underline;
}

img {
	border:0;
}
/* Header */

#header {
	width: 95%;
	height: 78px auto;
	margin: 0 auto;
	font-size: 30px;
	float: middle;
		
}	

/* Content */

#content {
	width: 990px;
	margin: 0 auto;
	
}

/* Content > colOne */

#colOne {
	float: left;
	width: 750px;
	padding-left:10px;
	
	
}

/* Content > colOne > box */

#box {
	float: middle;
	font-size: 14px;
	color: #eeeeee;
	background: #940000;
}

/* Content > colTwo */

#colTwo {
	float: left;
	width: 165px;
	padding: 0 0 0 15px;
	
}


/* Content > colTwo > Menu */

#menu {
	margin-bottom: 30px;
	border-bottom: 3px solid #940000;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	font-size: 14px;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #940000;
	color: #940000;
}

#menu a:hover, #menu .active a {
	background: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #940000;
}


/* Footer */

#footer {
	clear: both;
	text-align: centre;
	width: 100%;
	min-width: 500px;
	margin: 0 auto;
	background: #eeeeee;
	hr color: #990000;
}

#footer p {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
}

/* Footer > Links */

#links {
}