/* HTML STYLES */
body
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 16px ? 62.5% = 10px */
	height: 100%;
	position: relative;
	background-image: url(images/mainsitebg.jpg);
	min-width: 582px;		
}
.RadEContentBordered, .RadEContentBordered table
{
	font-size: 12px; /* 16px ? 62.5% = 10px */
}
*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
.redFont
{
	color: Red;
}
/***********************************************
START: Banner User Control Styles
***********************************************/
/*#PageLayout
{	
	height: 100%;
}*/
#Banner
{
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;	
	width: 100%;
	float: left;
}
#Logo
{
	float: left;	
}
#Accessibility
{
	float: right;
	/*clear: right;*/
	margin-top: 5px;
	margin-right: 20px;		
}
/***********************************************
END: Banner User Control Styles
***********************************************/
/***********************************************
START: Navigation User Control Styles
***********************************************/
#LeftControls
{
	background-image: url(images/leftsidebg.jpg);
	background-repeat: no-repeat;	
	width: 191px;	
	height: 734px;
	float: left;
}
#navlist li, #links li
{	
	list-style-type: none;
}
#navlist li a, #links li a
{
	display: block;
	margin-left: 50px;
	margin-right: 5px;
	padding: 0.8em 0.3 0.8em 0.3;	
	font-size: 1.2em;
	font-weight: bold;
	color: #b06963;
	text-decoration: none;
	text-align: right;		
}
/***********************************************
END: Navigation User Control Styles
***********************************************/

/***********************************************
START: Left User Control Styles
***********************************************/
#AuthorConsole
{
	background-color: #b06963;
	padding-left: 10px;
	font-size: 1.2em;	
}

/***********************************************
END: Left User Control Styles
***********************************************/
/***********************************************
START: Content Area Styles
***********************************************/
#ContentArea
{	
	/*padding-right: 200px;*/
	float: left;	
	width: 100%;
}

/** IE6 fix **/
* html #LeftControls
{
	margin-top: -2px;		
}

/***********************************************
START: Content Styles
***********************************************/
#Content
{
	padding: 0.5em;
	font-size: 1.2em;
	list-style-image: url(images/bullet-general.gif);
	list-style-position: outside;
	position: relative;
	margin-right: 200px;
	margin-left: 192px;		
}
#contentPanel
{
	padding: 0.5em;
	font-size: 1.2em;
	list-style-image: url(images/bullet-general.gif);
	list-style-position: outside;
	background-image: none;
}
body.RadEContentBordered
{
	list-style-image: url(../images/bullet-general.gif);
	list-style-position: outside;
}
#Content a, body.RadEContentBordered a, #contentPanel a
{
	color: #408fd4;
}
#Content p, body.RadEContentBordered p, #contentPanel p
{
	padding: 0.5em 0 0.5em 0;
}
#Content ul, body.RadEContentBordered ul, #contentPanel ul
{
	padding: 1em 0 1em 3.5em;
}
#Content ul li, body.RadEContentBordered ul li, #contentPanel ul li
{
	padding: 0.5em 0 0.5em 0;
}
#Content ul li img, body.RadEContentBordered ul li img, #contentPanel ul li img
{
	margin: 0 0.5em 0 0;
}
#Content h1, body.RadEContentBordered h1, #contentPanel h1
{
	font-size: 1.4em;
	font-weight: bolder;
	padding: 0.5em 0 0.4em 0;
	color: #b06963;
}
#Content h2, body.RadEContentBordered h2, #contentPanel h2
{
	font-size: 1.2em;
	padding: 0.5em 0 0.2em 0;
	color: #b06963;
}

#center img.floatLeft, #contentPanel img.floatLeft
{
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}
#center img.floatRight, #contentPanel img.floatRight
{
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}

td /*.questionnaireTable,.questionnaireColumn2Alt*/
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
/***********************************************
END: Content Styles
***********************************************/
/***********************************************
START: Edit Styles
***********************************************/

/***********************************************
END: Edit Styles
***********************************************/
/***********************************************
START: Right Column Styles
***********************************************/
#RightCol
{
	width: 200px;
	font-size: 1.2em;
	position: relative;
	float: right;
}
#LatestNews
{
	float: right;	
	min-height: 300px;
	background-color: #B06963;
	width: 180px;
	margin: 10px;
	color: White;
}
/** IE6 fix **/
* html #LatestNews
{
	height: 300px;
}
#LatestNews li
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;	
	padding: 0.2em 2px 0.4em 2px;
}
#LatestNews a
{
	color: White;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#LatestNews h2
{
	margin: 0.3em;
	font-size: 1.3em;	
}
#searchBox, #links 
{
	float: right;	
	margin:10px;
}
#searchBox
{
	width: 180px;
}
.searchBox 
{
	background-color: #fff;
	border: solid 2px #b06963;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: normal;
	width: 120px;
	float: right;
	margin-right: 5px;
}
.searchButton 
{
	background-color: #b06963;
	border: solid 1px #b06963;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	float: right;
}
/***********************************************
END: Right Column Styles
***********************************************/

/***********************************************
START: Footer Styles
***********************************************/
#footer
{
	clear: both;
	width: 100%;
	height: 1.2em;
	background-color: #B06963;
	color: White;
	text-align: right;
	position: relative;	
	bottom: 0px;
}
#footer span
{
	margin-right: 30px;
}

/***********************************************
END: Footer Styles
***********************************************/

/***********************************************
START: Download Times User Control Styles
***********************************************/

#downloadRow1,
#downloadRow2,
#downloadRow3
{	
	font-size: 1em;	
	vertical-align: top;	
	display: block;	
}
#downloadRow1 .attachment,
#downloadRow2 .attachment,
#downloadRow3 .attachment
{	
	text-align: center;	
	font-size: 1em;		
	float: left;
	width: 12em;
	height: 10em;	
}
#downloadRow1 .downloadTimes,
#downloadRow2 .downloadTimes,
#downloadRow3 .downloadTimes
{	
	text-align: center;	
	font-size: 1em;	
	display: block;
	float: left;
	height: 10em;
	width: 20em;
}
#downloadRow1 #uctTemplate_m_pnlReadNarr1,
#downloadRow2 #uctTemplate_m_pnlReadNarr2,
#downloadRow3 #uctTemplate_m_pnlReadNarr3
{	
	font-size: 1em;		
	vertical-align: top;
	display: block;	
	height: 10em;
	width: 25em;
	float: left;
}
#downloadRow1 #uctTemplate_m_pnlReadIcon1,
#downloadRow2 #uctTemplate_m_pnlReadIcon2,
#downloadRow3 #uctTemplate_m_pnlReadIcon3
{	
	text-align: center;			
	font-size: 1em;
	vertical-align: top;
	display: block;	
	height: 10em;
	width: 100px;	
	float: left;	
}
.rowClear
{
	display: block;
	font-size: 1em;
	height: 10em;
	width: 1px;
}
hr
{
	float: left;
	width: 100%;
}
/***********************************************
END: Download Times User Control Styles
***********************************************/
/***********************************************
START: Printer Friendly Styles
***********************************************/
#printer
{
	background-image: none;
}

/***********************************************
END: Printer Friendly Styles
***********************************************/
