body
{
	background-color:#5C5F62;
	margin:0px;
}

div.outmostbox 
{
	background:url(../images/otherImages/other_back.gif) repeat-y;
	width:900px;
	position:relative;
	left:expression( (eval('document.body.clientWidth') - 900) / 2);
	height:800px;
}

*> div.outmostbox 
{
	margin:0 auto;
	height: auto;
}

div.copyrightbox 
{
	background:url(../images/otherImages/other_bottom.gif) no-repeat;
	width:900px;
	position:relative;
	height:25px;
	font:11px Tahoma;
	text-align:right;
	left:expression( (eval('document.body.clientWidth') - 900) / 2);
	color:#fff;
	padding-top:5px;
}

*> div.copyrightbox {
	margin: 0 auto;
}

div.pageTitle 
{
	position:absolute;
	height:35px;
	/*border:1px solid black;*/
	left:135px;
	top:125px;
	padding-top:6px;
	font-family:Tahoma;
	font-weight:normal;
	font-size:18px;
	color:white;
	margin-left:10px;
}

div.pageImage 
{
	position:absolute;
}

div.pageImageTitle 
{
	position:absolute;
	color:#333;
	font-family:Tahoma;
	font-size:11px;
}

*> div.pageImageTitle {
	margin-left:-10px;
	display:block;
}

div.pageTop 
{
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:160px;
	background:url(../images/otherImages/other_top.gif);
}

div.logodiv 
{
	position:relative;
	top:20px;
	left:20px;
	width:230px;
	height:90px;
	/*cursor:hand;*/
	cursor:pointer;
}

div.bodyArea {
	width:900px;
	/*
	border:1px solid black
	*/

}

*> div.bodyArea {
	position:relative;
	margin-bottom:-12px;
}

div.navArea {
	position:relative;
	top:0px;
	width:135px;
	display:inline;
	/*
	border:1px solid black
	*/
}

* html div.navArea {
	height:500px;
}

*> div.navArea {
	margin-right:-140px;
	float:left;
	top:-11px;
	min-height:500px;
	clear:both;
}

*> #secItems {
	width:135px;
}

div.contentArea 
{
	position:relative;
	top:0px;
	left:0px;
	width:765px;
	display:inline;
	padding-left:25px;
	padding-top:20px;
	font-family:Verdana;
	line-height:18px;
	font-size:12px;
	vertical-align:top;
	text-align:left;
}

*html div.contentArea {
	height:500px;
}

*> div.contentArea {
	/*position:static;*/
	display:block;
	top:0;
	left:140px;
	padding:0;
	min-height:810px;
}

div.contentArea A 
{
	color:#555;
}


.menuTopItem {
	height:30px;
	background-color:#1F476B;
	color:#fff;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-top:7px;
	border-top:1px solid #2B6293;
	border-bottom:1px solid #0C1B28;
	margin-left:1px;
	width:134px;
	/*cursor:hand;*/
	cursor:pointer;
}

div.menuToggle 
{
	width:13px;
	height:20px;
	vertical-align:bottom;
	display:inline;
}

.menuItem {
	height:20px;
	/*cursor:hand;*/
	background-color:#98C2E8;
	color:#181F25;
	font-size:11px;
	font-family:Tahoma;
	border-top:1px solid #BCDFFF;
	border-bottom:1px solid #6988A4;
	padding:2px 10px 2px 10px;
	margin-left:1px;
	width:134px;
	cursor: pointer;	
}

*> .menuItem, {

}

*> .menuItem, *> .menuTopItem  {
	width:124px;
	padding: 5px;
	height:auto;
}

*> #hiddenMenusArea {
	display:none;
}

.menuItemHi {
	background-color:#789BBB;
	cursor:pointer;
}

.secMenuTopItem {
	height:5px;
	width:134px;
	background-color:#58904B;
	border-top:1px solid #77C565;
	border-bottom:1px solid #375C2F;
	margin-left:1px;
	font-size:1px;
}
.secMenuItem {
	background-color:#74BD63;
	height:20px;
	padding: 2px 10px 2px 10px;
	color:#000;
	font-size:10px;
	font-family:Tahoma;
	display:inline;
	/*cursor:hand;*/
	width:134px;
	border-top:1px solid #8BE476;
	border-bottom:1px solid #58904B;
	margin-left:1px;
	cursor: pointer;	
}

.secMenuItemHi {
	background-color:#A8C0A3;
}

*> .secMenuItem {
	width:114px;
	vertical-align:middle;
	height:auto;
	display:block;
}


div.content1 
{
	width:450px;
}

div.content2 
{
	width:600px;
}

table.list 
{
	font-family:Verdana;
	font-size:11px;
	border-spacing:0px
}
table.list TR.head
{
	vertical-align:middle;
	text-align:left;
	height:25px;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	background-color:#96ACBF;
}
table.list TR
{
	vertical-align:top;
	height:20px;
}

table.list TD
{
	border-right:1px solid white;
	border-bottom:1px solid #DDD;
	padding:5px;
}

tr.row-o 
{
	background-color:#D8DDE1;
}
