@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 900px;
	height: 1140px;
	left: 50%;
	margin-left: -450px;
	position: relative;
	border: 5px solid #BF1C0E;
}

	#banner {
	width: 900px;
	height: 118px;
	padding:10px;
	background: url(images/banner.jpg) no-repeat;
	}
	
	#nav {
	width: 900px;
	height: 25px;
	background: #BF1C0E;
	top: 120px;
	position: absolute;
	padding-top: 10px;
	z-index: 1;
	}
	
		#nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		}
		
		#nav li {
		float: left;
		position: relative;
		width: 145px;
		text-align: center;
		border-color: #BF1C0E solid 2px;
		z-index: 2;
		}
		
		#nav li ul {
		display: none;
		position: absolute; 
		top: 1em;
		left: 0;
		border: solid 1px #000000;
		background-color: #FFFFFF;
		z-index: 1;
		}
		
		#nav li ul li a:link {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		color: #000000;
		}
		
		#nav li ul li a:visited {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		color: #000000;
		} 
		
		#nav li ul li {
		border-bottom: solid 2px #BF1C0E;
		}
		
		#nav li#first {
		border-top: 0px;
		}
		
		#nav li#last {
		border: 0px;
		}
		
		#nav li > ul {
		top: auto;
		left: auto;
		}
		
		#nav li:hover ul, li.over ul {
		display: block;
		}
		
		#nav {
		clear: left;
		}

	
		#nav li a:link {
		/* display: inline;
		float: left;
		width: 145px; */
		font: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		color: #FFFFFF;
		}
		
		#nav li a:visited {
		/* display: inline;
		float: left;
		width: 145px; */
		font: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 16px;
		}
		
	#contentwrap {
		width: 900px;
		top: 16px;
		position: relative;
		height: 950px;
	}
	
		#redside {
		width: 300px;
		height: 100%;
		background: #BF1C0E;
		}
		
			#redside h3 {
			color: #FFFFFF;
			font-family: Georgia, "Times New Roman", Times, serif;
			display: inline;
			margin-left: 10px;
			}
			
			#redside h5 {
			color: #FFFFFF;
			font-family: Georgia, "Times New Roman", Times, serif;
			display: inline;
			margin-left: 15px;
			}
			
			#redside label {
			color: #FFFFFF;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			font-weight: bold;
			}
			
			.centertext {
			text-align: center;
			}
			
			.redbackcaption {
			font-size: 10px;
			color:#FFFFFF;
			font-family: Georgia, "Times New Roman", Times, serif;
			}
			
			#hr {
			width: 275px;
			height: 2px;
			color: #FFFFFF;
			background-color: #FFFFFF;
			}
		
		#content {
		position: absolute;
		top: 0px;
		right: 0px;
		margin: 10px;
		height: 100%;
		width: 575px;
		}
		
			#content p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			text-align: left;
			line-height: 16px;
			}
			
			.p14 {
			font-size: 14px;
			line-height: 18px;
			}
			
			#content h3 {
			display: inline;
			font-family: Georgia, "Times New Roman", Times, serif;
			}
			
			.warning {
			font-weight: bold;
			color: #BF1C0E;
			}
			
			#content a:link, a:active {
			color: #BF1C0E;
			text-decoration: underline;
			}
			
			#content a:visited {
			color: #BF1C0E;
			text-decoration: underline;
			}
			
			#content li {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			}
			
		
	#footer {
	bottom: 0px;
	height: 35px;
	position: absolute;
	width: 900px;
	background: #BF1C0E;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	}
	
		#footer a:link, a:active, a:visited {
		color: #FFFFFF;
		text-decoration: none;
		}
		
	#boardup {
	text-align: center;
	width: 100%;
	}
	
	#boardup img {
	border: 1 solid #000000;
	text-align: center;
	}

html {
	height: 100%;
	}
	
body {
	height: 100%;
	}