body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #000000;
}

a {	color: #2798c2;	background: inherit;}
a:hover { color: #000000; background: inherit; }

.darkBoldText  { color: #737373; background: inherit; font-weight: bold; }
.blueBoldText  { color: #2798c2; background: inherit; font-weight: bold; }

.boldText  { font-weight: bold; }
.spacer {clear:both; padding:5px;}

pre a, pre a:hover{ color:Black;}

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 4px 0 0 8px; margin: 0; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #000000; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
h3 { font-size: 1.2em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }
div.Container {padding: 1px; border: 0px;}
form { 	margin: 0; }

#page
{ 
	margin: 0 auto;
	width: 900px;
}

#pageContent {font-size:100%; padding: 0px 0px 5px 0px;}
#pageContent #RightMainPageContent {float: right; width: 75%; margin-right:3px; padding-left:1px; padding-right:1px; font-size: 100%; }
#pageContent #LeftSideBar { float: left; font-size: 100%; text-align: left; width: 23.3%; margin-left:1px; margin-right:1px;}



#pageContent #LeftMainPageContent {float: left;width: 75%; padding:5px 0 5px 0; font-size: 100%; border-right:solid 1px #2798c2;}
#pageContent #RightSideBar { float: right; font-size: 100%; height: 100%; text-align: left; padding:5px 0 5px 0px; width: 23.3%; }
#pageContent #RightSideBar h3 
{
	background: #2798c2  url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

#header { 
	height: 35px;
	background: #eeeeee;
	color: #808080;
	margin: 3px 0;
	padding: 5px 0 0 0;
	border-bottom: solid 1px #ccc;
}



#RightSideBar div.NewsSideBarHeaderContainer {width: 100%;}

#RightSideBar div.NewsSideBarHeader {color: #FFFFFF; font-weight: bolder;font-size: 125%; text-align: center; padding: 5px 0px 5px 0px;}
#RightSideBar div.NewsItemRow{ clear: both; width: 100%; font-size:100%;}
#RightSideBar div.NewsItem{ clear: both;  margin: 5px;  width: 100%;  font-size:100%;}
#RightSideBar div.NewItemDate{float:left;text-align:left;width: 100%; font-size:92%; color:Black; font-weight:bolder;}
#RightSideBar div.NewItemText
{
	float: left;
	text-align:left;
	width: 100%;
	font-size:105%;
	color:Black;
}
#RightSideBar div.NewItemReadMore
{
	float: right;
	color:Black;
	padding: 0px 5px 0px 0px;
}
#RightSideBar div.NewItemSpacer { clear: both; padding:1px; background-color:#FFFFFF; }


#headerTopInfo 
{
	float: right;
	width: 555px;
	padding: 2px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}
#headerTopInfoLeft 
{
	width: 200px;
	float: left;
}

#headerTopInfoRight 
{
	float: right;
	width: 290px;
	padding: 0 0 0 35px;
	border-left: 1px solid #eee;
}

#News { 
	background: #FFFFFF;
	color: #000000;
}
#News p {	padding: 0 0 10px 0; }

/* left side
   --------- */

#leftSidebar {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

.leftSidebar h3 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }


div.Table {width: 100%;}

div.Row
{
  clear: both;
  width: 100%;
  font-size:100%;
  float:left;
}

div.Cell {
float:left;
display:  table-cell;
}

div.CellRight {
float:right;
display:  table-cell;
}


div.oneFourthBox
{
	float: left;
	margin:3px;
	width: 24%;
}

div.oneThirdBox
{
	float: left;
	margin:3px;
	width: 32%;
}

div.oneHalfBox
{
	float: left;
	text-align:center;
	margin:3px;
	width: 49%;
}

div.oneThirdBox a
{
	font-size: 115%
}

/* footer */

#footer { 
	clear: both;
	float:left;
	width:100%;
	text-align: center;
	padding: 15px 0 0px 0;
	margin-top: 15px;
	border-top:solid 1px #2798c2;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }
/* End Footer */

/*MessageView*/
.roundedCornerSpacer {margin: 0px; padding: 0px; border: 0px; clear: both; font-size: 1px; line-height: 1px;}
.borderTL, .borderTR, .borderBL, .borderBR {width: 14px; height: 14px; padding: 0px; border: 0px; z-index: 99;}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
.borderTL {margin-left: -4px; margin-left: -1px;}
html>body .borderTL {margin-left: -1px;}
.borderTR {margin-right: -4px; margin-right: -1px;}
html>body .borderTR {margin-right: -1px;}
.borderBL {margin-left: -3px; margin-left: 0px;}
html>body .borderBL {margin-left: 0px;}
.borderBR {margin-right: -3px; margin-right: 0px;}
html>body .borderBR {margin-right: 0px;}
.roundedPanelWrapper {padding: 10px; border: 0px;}
.infoRoundedPanel { margin: 0px; padding: 0px; border: solid 1px #ebead9; background-color: #fdfcea;}
.warningImage {margin: 5px 5px 5px 0px;}
.infoRoundedIcon{ float:left; text-align: left; padding:2px; }
.infoRoundedContent{ float:left; text-align: left; padding:4px 2px 0px 2px; width: 80%;}
.MessageHeader{ font-weight: bolder;font-size:125%;color: #d05b45;}
.MessageText{	font-weight: bold; color: #000000;}
/*End MessageView*/

div.questionRow, div.submitRow{ padding:4px 0px 4px 0px;float: left;text-align:center;width: 100%;} 
div.labelCell { float: left; width:25%; font-weight:bolder; text-align:right; }
div.formItemCell {float: left;text-align: left;padding-left:5px;} 
div.errorCell{ float: left; text-align: left; vertical-align:middle; }