/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:902px;/* for mozilla*/
	background-color: #ffffff;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:900px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #e6e6f2;
	border-left: 1px solid #6a6792;
	border-right: 1px solid #6a6792;
	border-bottom: 1px solid #6a6792;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first. incluces leftcolumn+center*/ 
	float:left;
	width:700px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:900px;
	height:251px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background-color:#eae9ef;
	background-image: url(../backgrounds/top_bg.gif);
	background-repeat: repeat-x;
}

#header_left {
	height: 246px;
	width:430;
	float:left;
}

#header_right {
	height: 246px;
	width:399;
	float:right;
}

#left {
	position:relative;/*ie needs this to show float */
	width:195px;
	float:left;
	padding-top: 255px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#left p {padding-left:0px;padding-right:0px}
#right p {padding-left:0px;padding-right:0px}


#menu {
	float: left;
	width: 193px;
	background-color:#8c8aac;
	border:1px solid #6a6792;
}


#pathbox {
	margin-top: 256px;
	padding-top: 5px;
	padding-left: 5px;
	width: 650px;
	height:20px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:left;
}

#pathbox2 {
	margin-top: 256px;
	width:30px; 
	float:right
}



#right {
	position:relative;/*ie needs this to show float */
	width:1px;
	float:right;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#footer {
	width:890px;
	clear:both;
	height:10px;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:12px;/* for ie5 */
	he\ight:10px;/* for ie6 */
}


div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:691px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	float: right;
}
#centrecontent p {padding-left:0px}

#clearfooter {width:100%;height:12px;clear:both} /* to clear footer */




#articlebox { margin-top : 10px;  padding-top:6px; padding-bottom:10px; background-color : #ffffff; border : 1px solid #ffffff; color:#000000; }

.articletext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; padding-left:4px; padding-right:4px;line-height:18px;}

.titlebox {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; padding-left:4px;padding-right:4px;padding-top:4px;padding-bottom:4px;background-color : #8c8aac; color : #ffffff; margin-bottom:8px}



