/* CSS Document */

body, html {
	margin:0px;
	background-color: #FFFFFF;
	background-image:url(../images/backpattern.png);
	background-repeat:repeat;
	background-attachment:fixed;
	}

#container {
	width:800px;
	height:auto;
	background:#FFFFCC;
	background-image:url(../images/redblack.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	margin:0px auto;
	top:0px;
	border-left: double;
	border-left-color: #D5D5D5;
	border-right:double;
	border-right-color: #D5D5D5;
	bottom:0px;
	
}

#top {
	width:800px;
	height:150px;
	top:0px;
	left:0px;
	position:relative;
	background-image:url(../images/divider.png);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#main {
	top:20px;
	text-align: left;
	width:560px;
	height:auto;
	padding:5px 20px 5px 20px;
	z-index:1;
	float:right;
	}

#main li {
	display:block;
	margin-left:0px;
	list-style-type: circle;
	width:100%;
	text-decoration:none;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size:12px;
	line-height:2em;
	color:#800000;
	
	}

#left {
	float:left;
	top:175px;
	height:auto;
	position:relative;
	width:25px;
	left:0px;
	}
	
	
#footer {
	clear:both;
	margin-left:180px;
	bottom:0px;
	padding:15px,0px,0px,0px;
	width:600px;
	height:150px;
	z-index:10;
	text-align: center;
	color:#000000;
		}

#footer a {
	text-decoration:none;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	line-height:30px;
	font-weight:700;
	color:#0000A0;
	}
#footer a:hover, a:link, a:visited  {
text-align:center;

	list-style-type:none;
	text-decoration: underline ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:12px;
	color: #0000A0;
}


/* styles */
	
.normal {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
line-height:2em;
font-weight: 500;
color:#FFFFFF;
}


.normalbolderlarge {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
line-height:1.8em;
font-weight: 700;
color:#800000;
}

.small {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
line-height:1.7em;
font-weight: 700;
color:#800000;

}

.small2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
line-height:1.7em;
font-weight: normal;
color:#800000;
padding-left:35px;

}
.smaller {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.7em;
line-height:2em;
font-weight: 500;
color:#800000;
text-align:right;
}

.quote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	font-weight: 700;
	color: #800000;
	font-style: italic;
	}
	
.subheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	font-weight: 600;
	color: #000000;
	font-style: italic;
	}
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
line-height:2em;
font-weight: 500;
color:#800000;
}

h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.4em;
line-height:2em;
font-weight: normal;
color:#000000;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
line-height:2em;
font-weight: bold;
color:#000000;
}


h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
line-height:2em;
font-weight: bold;
color:#7171FF;
}


#nav ul {
	display:block;
	width:150px;
	padding:0px;
	margin-left:20px;
	background-color:#FFFFCC;
	
	}

#nav li {
	display:block;
	margin-left:0px;
	list-style-type:none;
	width:100%;
	text-decoration:none;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:12px;
	line-height:2em;
	color:#800000;
	
	}

#nav a {
	display: block;
	text-decoration:none;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	line-height:50px;
	padding-right:20px;
	font-weight:700;
	color:#800000;
	}
	
#nav a:hover, a:link, a:visited {
	display:block;
	list-style-type:none;
	text-decoration: underline ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:700;
	font-size:14px;
	color: #0000A0;
	}

#main a{
	text-decoration:none;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	line-height:50px;
	font-weight:700;
	color:#0000A0;
	}
#main a:hover, a:link, a:visited  {
text-align:center;
}

