/*CSS Document
----------------------------------------------------------
Page Layout    - Main Blocks
----------------------------------------------------------*/
#container
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BBBBBB;
	position: relative;
	top: 0px;
	bottom: 0px;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	min-height: 100%;
	padding: 0 0 40px;
	display: block;
}
#header
{
	float: right;
	text-align: right;
	vertical-align: text-bottom;
	position: relative;
	letter-spacing: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	width: 98%;
	height: 80px;
	background-image: url(images/header_bkng.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	display: block;
}
#nav
{
	padding: 5em 1em 1em;
	width: 150px;
	position: relative;
	margin: 0px;
	left: 0px;
	top: 0px;
	display: block;
	float: left;
}
#content
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #BBBBBB;
	text-align: left;
	width: 550px;
	margin: 0px;
	left: 0px;
	top: 0px;
	padding: 1em;
	display: block;
	float: left;
}
#rightSide
{
	width: 150px;
	position: relative;
	float: right;
	margin: 1em;
	padding-top: 4em;
	padding-right: 1em;
	display: block;
}
#footer
{
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	position: relative;
	clear: both;
	bottom: 0px;
	height: 70px;
	left: 0px;
	color: #BBB;
	letter-spacing: 0.1em;
	text-align: center;
	word-spacing: 0.2em;
	padding-top: 2em;
	padding-bottom: 2em;
}
/*----------------------------------------------------------
Menu Style - Main Navigation
----------------------------------------------------------*/
#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #808080;
	width: 100%;
}
#navlist LI
{
	list-style: none;
	margin: 0em;
	padding: 0.25em;
	border-top: 1px solid #808080;
}
#navlist LI A
{
	text-decoration: none;
	color: #BBB;
}
#navlist LI A:hover
{
	display: block;
	text-decoration: none;
	color: #FFC;
	background-color: #900;
}
/*----------------------------------------------------------
HTML Tag Styles
----------------------------------------------------------*/
HTML
{
	margin: 0;
	padding: 0;
	height: 100%;
}
BODY
{
	background-color: #222222;
	background-image: url(images/bkng.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	height: 100%;
}
P
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #BBB;
	text-align: justify;
	padding-left: 2em;
}
H2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #900;
	text-align: right;
	padding-left: 0.1em;
	letter-spacing: 0.2em;
	text-transform: capitalize;
}
H3
{
	font-size: 1.2em;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 0.1em;
}
H4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-transform: capitalize;
	color: #BBB;
	text-indent: 0.3em;
}
#active
{
	color: #900;
	font-style: italic;
}
#header H1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: #900;
}
#header P
{
	float: right;
	clear: both;
	padding-top: 0.75em;
	padding-left: 1.5em;
}
#footer P
{
	text-align: center;
	border: 1px solid #333333;
}
A
{
	color: #EEE;
}
ACRONYM
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
/*----------------------------------------------------------
Custom Classes
----------------------------------------------------------*/
.subtitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}
.underline
{
	text-decoration: underline;
}
.pagetitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2px;
	color: #900;
}
.job
{
	padding-left: 1em;
}
#content P
{
	padding-top: 0.2em;
}
.csc
{
	margin: 0px;
	padding: 0.5em;
	text-decoration: underline;
}
.displayNone
{
	display: none;
}
#subContainer
{
	height: auto;
	width: 100%;
}
