html,body {
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
    padding:0;
	border:0;
	height:100%;
	background:url(/images/bkg.gif) repeat-x;
}
#wrapper {
	margin:auto;
	height:100%;
	min-height:100%;
	width:800px;
	text-align: center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}
#contentWrapper {
	width:800px;
	margin-bottom:20px;
}
.nameTitle {
	font-size:24px;
}
#topMenu {
	width:800px;
	background-color:#3b3b3b;
	color:#999999;
	font-size:10px;
}
#topMenu a:link, #topMenu a:visited {
	color:#999999;
}
#topMenu a:hover {
	color:#ffffff;
}
.hpBoxTitle {
	font-size:18px;
	color:#fff;
}
.hpBoxText {
	color:#69C;
	margin:4px;
	text-align:justify;
	font-size:10px;
}
.hpBoxText a:link, .hpBoxText a:visited {
	color:#FFF;
}
.gradBox_double {
	width:305px;
	height:280px;
	background:url(/images/bkg_gradBox.jpg) no-repeat;
	color:#555555;
	border:4px solid #cccccc;
	float:left;
	text-align:left;
	background-color:#9e9e9e;	
}
.gradBox_single {
	width:150px;
	height:226px;
	background:url(/images/bkg_gradBox.jpg);
	color:#555555;
	border:4px solid #cccccc;
	float:left;
	text-align:left;
	background-color:#9e9e9e	
}
.centerContent_noLeftCol {
	width:634px;
	float:left;
	text-align:justify; 
	margin:10px;
}
.centerContent_double {
	width:484px;
	float:left;
	text-align:justify; 
	margin:10px;
}
.centerContent_single {
	width:330px;
	float:left;
	text-align:justify; 
	margin:10px;
}
#footer {
	background-color:#3b3b3b;
	color:#ccc;
	width:800px;
	height:40px;
	vertical-align:middle;
	bottom:80px;	
}
#articleCats {
	color:#333;	
}
#articleCats a:link, #articleCats a:visited {
	color:#333;	
}
#articleCats a:hover {
	color:#069;	
}
#menu1 {
	background-image:url(/images/btn1_off.jpg);
	width:317px;
	height:59px;
}
#menu1:hover {
	background-image:url(/images/btn1_on.jpg);
	width:317px;
	height:59px;
}
#menu2 {
	background-image:url(/images/btn2_off.jpg);
	width:317px;
	height:59px;
}
#menu2:hover {
	background-image:url(/images/btn2_on.jpg);
	width:317px;
	height:59px;
}
#menu3 {
	background-image:url(/images/btn3_off.jpg);
	width:317px;
	height:59px;
}
#menu3:hover {
	background-image:url(/images/btn3_on.jpg);
	width:317px;
	height:59px;
}
#menu4 {
	background-image:url(/images/btn4_off.jpg);
	width:317px;
	height:59px;
}
#menu4:hover {
	background-image:url(/images/btn4_on.jpg);
	width:317px;
	height:59px;
}