body {
	background-color:#000000;
}

/* WEBSITE CONSTRUCTION */

.window {
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
}

.page {
	height:100%;
	background-color:#ffffff;
}

.layout {
	width:100%;
	height:100%;
	border-right: 5px ridge #ff2200; 
	border-left: 5px ridge #ff2200; 
	background-color: #003366;
}

/* BANNER */

.banner {
	background-image:url('../images/banner.png');
	background-repeat:no-repeat;
	background-position:center center;
	height:150px;
}

/* SIDEBAR */

.sidebar {
	width:200px;
	vertical-align:top;
}

.sbheading {
	background-image:url('../images/sbheader.png');
	background-repeat:no-repeat;
	background-position:center center;
	height:25px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #FFFFCC; 
	text-align: center; 
	vertical-align:middle;
}

.sbsection {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #ffffff; 
	font-weight: bold;
	padding:5px;
	width:100%;
}

.sblink {
	text-decoration:none;
	color:#ffffff;
}

/* TEXT AREA */

.text-area {
	width:500px;
	height:600px;
	vertical-align:top;
	background-color:#ffffff;
	padding:10px;
	text-align:justify;
}

/* BOTTOM AREA */

.bottom-area {
	height:150px;
	vertical-align:top;
	padding:10px;
}

.bottom-links {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	font-weight:bold;
	text-align:center;
}

.blink {
	text-decoration:none;
	color:#ffffff;
}

.bottom-text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #ffffff; 
	text-align:center;
}

.bottom-text2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #FFFFFF; 
	font-style:italic;
	text-align:justify;
}

/* MENU BAR */

.menubar {
	height:35px;
	border-top: 3px ridge #ff2200; 
	border-bottom: 3px ridge #ff2200; 
	background-color:#000000;
}

.mblink {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration:none;
	color:#ffffff;
}

.mblinkbox {
	text-align:center;
	width:12.5%;
}

/* GENERAL TEXT */

.titletext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	text-decoration:underline;
}

.subtext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style:italic;
}

.normaltext, input, textarea, select, option, label {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}

.largetext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;	
}

.error {
	text-align:center;
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#ff0000;
}

.bu {
	font-weight:bold;
	text-decoration:underline;
}

/* FORMS */

.buttons {
	width:75px;
}

/* PRACTICE AREAS */

.headerlink {
	text-decoration:none;
	color:#0000ff;
}

.linkborder {
	border:4px ridge #003366;
}

.img {
	border:4px groove #ff2200;
	width:150px;
	float:left;
	margin:10px;
}

/* FORM */
.startbutton {
	background-image:url('../images/startbutton.png'); 
	width:90px; 
	height:30px; 
	display:block;
}

.prevbutton {
	background-image:url('../images/prevbutton.png'); 
	width:90px; 
	height:30px; 
	display:block;
}

.nextbutton {
	background-image:url('../images/nextbutton.png'); 
	width:90px; 
	height:30px; 
	display:block;
}

.finishbutton {
	background-image:url('../images/finishbutton.png'); 
	width:90px; 
	height:30px; 
	display:block;
}

table.prevnext {
	width:49%;
	display:inline;
}