@charset "utf-8";
/* CSS Document */

#pageWrapper {}

/* Page Width for 1024 */
#page {
	width:950px;
	height: 720px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF99;
	background-image: url(images/interface1.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
}

/* Content Styles */
#contentWrapper {}
#content {bottom left no-repeat;}

/* Body Copy Styles */
#contentBodyWrapper {float:none; width:950px; padding-top:40px;}
#contentBody {
	padding:0px;
	float: none;
	width: 547px;
	position: absolute;
	top: 229px;
	left: 376px;
}

/* Side Menu Styles */
#sideMenuWrapper {
	float:none;
	width:250px;
	margin-right:1px;
	position: absolute;
	left: 65px;
	top: 305px;
}
#sideMenu {
	text-align:center;
	text-transform:none;
	letter-spacing:1px;
	font-weight:bold;
	font-size:11px;
}

#sideMenu a:link, #sideMenu a:visited {color:#FFFFFF; text-decoration:none; display: block; padding:6px 8px;}
#sideMenu a:hover {text-decoration:none; color:#000000; background:#ffff00; display: block; padding:6px 8px;}
#sideMenu p {}
#sideMenu h2 {font-size:160%; margin-top:0; margin-bottom:0.1em;}
#sideMenu ul {list-style-type: none; padding:0 0 0 0; margin:0}
#sideMenu ul li {padding:0; margin:0; display:inline;}

.pageMenu {text-transform:uppercase; letter-spacing:3px; font-weight:bold; font-size:11px; text-align:left;}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
	text-align: left;
}


/* Body Copy Styles */
#contentBody a:link, #contentBody a:visited {text-decoration:none; color: #000066} 
#contentBody a:hover {text-decoration:underline; color: #CC0000}
#contentBody p {
	line-height:1.7em;
	margin-top:0;
	margin-bottom:1em;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}
#contentBody h1, #contentBody h2, #contentBody h3, #contentBody h4, #contentBody h5, #contentBody h6 {margin-top:0; margin-bottom:0.1em;}
#contentBody h1 {font-size:180%}
#contentBody h2 {font-size:160%}
#contentBody h3 {font-size:140%}
#contentBody h4 {font-size:120%}
#contentBody h5 {font-size:100%}
#contentBody h6 {font-size:80%}
#contentBody ul {padding:0 0 0.8em 1.5em; margin:0}
#contentBody ol {padding:0 0 0.8em 2.0em; margin:0}
#contentBody li {
	line-height:normal;
	margin-top:0;
	font-size: 11px;
}

/* Content Body Title Styles */
.contentBodyTitleWrapper {padding-bottom:0px;}
.contentBodyTitle {}
#contentBody .contentBodyTitle h1 {
	margin:0;
	font-size:250%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #C00;
}
#pageTITLE {
	padding:0px;
	float: none;
	width: 400px;
	position: absolute;
	top: 168px;
	left: 436px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C00;
}

/* Content Body Title Styles */
.bodyCopy {}

/* Copyright Styles */
#copyrightWrapper {clear:both; text-align:center; padding:10px 20px 20px 20px; font-size:90%;}
#copyright {}
#copyright p {margin:0;}

/* --------   Options  ---------- */


/* Image Style Options */
.floatRightWrapper {float:right; padding:0.5em 0 1.0em 1.0em;}
.imageOutline {
	border:1px solid #DE0000;
	padding: 2px;
	margin: 3px;
	text-align: center;
}
.imageCaption {font-size:90%; padding-top:5px;}


/* Horizontal Rule Options */
.hrDividerDotted {border-bottom: #CCCCCC dotted 1px; margin:0.8em 0 1.0em 0; clear:both;}
.hrDividerSolid {border-bottom: #CCCCCC solid 1px; margin:1.0em 0 1.0em 0; clear:both;}


/* Clear Floats */
.clearFloats {clear:both}


/* Color Options */
.color1 {
	color:#C00;
}
.color2 {
	color:#000;
}
.color3 {
	color:#600;
}
.centerME {
	text-align: center;
}

