/*---------------------------------------- General Page Layout IDs */
#PageContainer	
{
	margin : 0px;
	padding : 0px;
	background : #ffffff;
	width : 760px;
	height : 98%;
	overflow : hidden;
	_overflow : visible;
}
#LHSNavContainer
{
	float : left;
	width : 185px;
	background : #f7a529;
	height : 100%;
	padding-bottom : 20010px;
	margin-bottom : -20000px;
}
#LHSNav
{
	margin : 10px 10px;
	width : 170px;
	height : 100%;
}
#ContentContainer
{
	background : #ffffff;
	margin : 0px 0px 0px 195px;
	padding : 10px 0px 0px 0px;
	height : 100%;
	border-left : 1px solid #e5e5e5;
	border-right : 1px solid #e5e5e5;
}
#Content
{
	background : #ffffff;
	padding : 10px;
	height : 100%;
	padding-bottom : 20010px;
	margin-bottom : -20000px;
}
#Footer
{
	width : 760px;
	font-size : 0.9em;
	color : #ffffff;
	text-align : center;
	vertical-align : text-bottom;
	background : #006bb5;
}
/*---------------------------------------- LHS Navigation */
.LHSNavLink
{
	font-size : 0.9em;
	color : #006bb5;
	font-weight : bold;
}
/*---------------------------------------- Support Classes */
.BackToTopText
{
	font-size : 0.9em;
}
.CenteredEmphasisText
{
	font-size : 0.9em;
	font-weight : bold;
	text-align : center;
}
.ErrorText
{
	font-size : 1.0em;
	color : #ff0000;
}
.FormButton
{
	font-size : 0.9em;
	font-weight : bold;	
	color : #000000;
	background : #e5e5e5;
	border: thin solid #006bb5;
}
.FormElement
{
	font-size : 0.9em;
	color : #000000;
}
.FormElement_TextArea
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	color : #000000;
}
.HighlightBox
{
	width : 100%;
	font-size : 0.9em;
	background : #ffffcc;
	padding : 5px;
	border : 1px solid #000000;
}
.NewsDateText
{
	font-size : 0.9em;
	font-weight : bold;	
}
.PageHeaderText
{
	font-size : 1.3em;
	font-weight : bold;
	color : #000000;
	text-align : center;
}
.PageSubheaderText
{
	font-size : 0.9em;
	color : #006bb5;
	font-weight : bold;	
}
.SmallText
{
	font-size : 0.9em;
}
.RightAlignedImage
{
	float : right;
	margin : 0px 0px 5px 10px;
}
.LeftAlignedImage
{
	float : left;
	margin : 2px 10px 5px 2px;
}
/*---------------------------------- Flash Transport Controls */
#FlashMovie
{
	width : 100%;
	background : #ffffff;
	border : 0px solid #000000;
	margin : 0px;
	padding : 0px;
	text-align : center;
}
#FlashTransportControls
{
	width : 320px;
	background : #ffffff;
	border : 0px solid #000000;
	margin : 0px;
	padding : 0px;
	text-align : center;
}
/*---------------------------------------- HTML Redefinitions */
a		
{
	text-decoration : none;
}
a:hover
{
	text-decoration : underline;
}
body		
{
	padding : 0px;
	margin : 0px;
	background : #ffffff url('../images/cdc/bgMain.gif') fixed 0px 50%;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : .75em;
	font-family : Arial, Helvetica, sans-serif;
	height : 100%;
}
form		
{
	margin : 0px;
	padding : 0px;
}
li
{
	list-style-type : square;
	margin : 0px 0px 10px 0px;
}
