/* Browser Reset */
body,
html,
div {
	margin:0;
	padding:0;
}
img {
	border:0;
}
a,
a:active,
a:visited,
a:hover {
	text-decoration:none;
}
p {
	margin:0;
	padding:5px;
	line-height:200%;
}
/* Element Sizes & Position */

#container {
	width: 900px;
	margin: 0 auto;
}
#content {
	min-height:300px;
	padding-bottom:80px;
}
#content #mainpane {
	width:520px;
	margin-left:40px;
	float:left;
}
#content #sidepane {
	width: 260px;
	margin: 0 20px;
	float:right;
}
#footer {
	height:200px;
}
#footer p {
	width:400px;
	float:right;
	clear:both;
	line-height:100%;
}
.box {
	margin: 20px 0;
}

/* Element Looks */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #7a0013;
}
#content {
	background-image: url(../images/divider.jpg);
	background-repeat: repeat-y;
	padding-top:20px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:10px;
}
#mainpane ol li {
	margin-bottom:10px;
}
#mainpane ol a,
#mainpane ol a:active,
#mainpane ol a:hover,
#mainpane ol a:visited {
	color:#5295bc;
}
#mainpane ol a:hover {
	background-color:#5295bc;
	color:black;
}

/* Fonts */
body {
	font-family: Georgia, Times, serif;
	color:white;
	font-size: 12px;
}
#content #mainpane p {
	color: #ccc;
}
#content #mainpane h1 {
	margin:0;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	padding-bottom:15px;
	letter-spacing: -1px;
	color:#e59906;
	font-size:26px;
}
#content #mainpane h2 {
	color: #e59906;
	border-bottom:1px solid #111;
	font-size:17px;
}
#footer {
	text-align:right;
	color:black;
	font-size:10px;
}
#footer a,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color:#000;
}
#footer a:hover {
	color: #7a0013;
	background-color: black;
}

/* Classes */
.float {
	float:left;
}
.floatright {
	float:right;
}
.clearer {
	clear:both;
}
.arrow {
	margin-top:28px;
	margin-left:-14px;
	position:absolute;
	z-index:1000;
}
.note {
	padding:5px;
	margin-left:-10px;
	margin-bottom:20px;
	background-color: #afe7c0;
	border: 5px solid #006533;
	font-size:11px;
}
.note p {
	color:black ! important;
	line-height:16px;
}
.dropcap {
	display:block;
	float:left;
	line-height:30px ! important;
	font-size:40px;
	padding-right:5px;
	position:relative;
}
.person {

}
.person strong {
	color: #5295bc;
	font-size:125%;
}

/* POPUP */

#backgroundpopup {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	z-index:1001;
	width: 100%;
	height:100%;
	opacity:0.90;
	filter: alpha(opacity=90);
}
#messagepopup {
	position:absolute;
	z-index:1002;
	width:600px;
	line-height:50%;
	top:100px;
	left:33%;
	font: 20px Georgia,Times,Serif;
	color:white;
	margin:0 auto;
}
#messagepopup h1 {
	color: #e59906;
	margin-bottom:0px;
}
#messagepopup li {
	font-size:15px;
}
#messagepopup img {

}