

body {
	margin: 0;
	background: url('../images/pagebg.jpg') top left repeat-x #929292;
	font-family: Arial;
	font-size: 75%;
}

#container {
	width: 946px;
	margin:  15px auto;
	padding: 0;
	border-width: 0 2px 2px 2px;
	border: solid #181818;
	background-color: #999;
}

.clear {
	clear: both;
	float: none;
	height: 0;
}


#altmenu {
	height: 34px;
	margin: 0;
	padding: 7px 0 0 0;
	text-align: right;
	background: url('../images/altmenubg.jpg') top left repeat-x #3c3c3c;
	display: block;
	clear: both;
}

#topill {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

#topill img {
	border: 0;
	float: left;
}	

#menumain {
	height: 30px;
	margin: 0;
	padding: 10px 0 12px 10px;
	background: url('../images/menubottom.jpg') bottom left repeat-x #3c3c3c;
	display: block;
	color: #fff;
	clear: both;
}

#content {
	height:100%;
	min-height: 100%;
	background: url('../images/contentbg.gif') top left repeat-y #999;
	color: #707070;
	display: block;
	padding-bottom: -40px;
	clear: both;
	float: inherit;

}

#lcol {
	width: 200px;
	height:100%;
	min-height: 250px;
	margin: 0;
	padding: 0;
	background: url('../images/lcolbg.jpg') top left no-repeat #999;
	float: left;
}

.lcolmod {
	width: 182px;
	margin: 0 5px 10px 5px;
	padding: 4px;
	background-color: #cdcdcd;
	border-bottom: 5px solid #707070;
}

.lcolmodhead {
	width: 174px;
	margin: 0;
	padding: 4px;
	font-size: 115%;
	font-weight: bold;
	background-color: #707070;
	color: #fff;
}

.lcolmodcont {
	width: 174px;
	padding: 4px;	
}


#rcol {
	width: 200px;
	height: 100%;
	min-height: 250px;
	margin: 0;
	padding: 0;
	background: url('../images/rcolbg.jpg') top left no-repeat;
	float: left;
}

.rcolmodhead {
	margin: 4px 11px 0 11px;
	padding: 0;
	font-size: 115%;
	font-weight: bold;
	color: #707070;
}

.rcolmodcont {
	padding: 0 0 4px 0;
	margin: 4px 11px 12px 11px;	
	border-bottom: 1px solid #707070;
}

#maincol {
	width: 506px;
	margin: 0;
	height: 100%;
	min-height: 250px;
	padding: 10px 20px;
	background: url('../images/maincolbg.jpg') top left repeat-x #fff;
	float: left;
}

#maincol img{
	border: 0;
}

.articleheader {
	font-weight : bold; 
	font-size : 1.2em; 
	line-height:1.4em;
	padding: 10px 0 0 0; 
	color: #707070;
}




#footer {
	height: 30px;
	margin: 0;
	padding: 12px 0 10px 10px;
	background: url('../images/footerbg.jpg') top left no-repeat #3c3c3c;
	display: block;
	color: #fff;
	clear: both;
}


/* LINKS */

a.mainmenu:link {padding: 0 10px 0 4px; font-size: 1.2em; font-weight: bold; text-decoration: none; color: #fff; }
a.mainmenu:visited {padding:  0 10px 0 4px; font-size: 1.2em; font-weight: bold; text-decoration: none; color: #fff; }
a.mainmenu:hover {padding:  0 10px 0 4px; font-size: 1.2em; font-weight: bold; text-decoration: none; color: #f4b23e; }

a.altmenu:link {padding: 0 14px 0 0; font-size: 1em; font-weight: bold; text-decoration: none; color: #fff;}
a.altmenu:visited {padding: 0 14px 0 0; font-size: 1em; font-weight: bold; text-decoration: none; color: #fff;}
a.altmenu:hover {padding: 0 14px 0 0; font-size: 1em; font-weight: bold; text-decoration: none; color: #f4b23e;}

a.articleheader:link { text-decoration: underline; font-weight : bold; font-size : 1.2em; line-height:1.4em; color: #00a; width: 100%; }
a.articleheader:visited { text-decoration: underline; font-weight : bold; font-size : 1.2em; line-height:1.4em; color: #00a; width: 100%; }
a.articleheader:hover { text-decoration: underline; font-weight : bold; font-size : 1.2em; line-height:1.4em; color: #06f; width: 100%; }

a.articlelink:link{font-weight: bold; font-size : 0.9em; color: #00a; text-decoration:underline;}
a.articlelink:visited{font-weight: bold; font-size: 0.9em; color: #00a; text-decoration:underline;}
a.articlelink:hover{font-weight: bold; font-size: 0.9em; color:#06f; text-decoration:underline;}

a { color : #707070;	}
a:link {	color : #00a; text-decoration: underline; }
a:visited { color : #400a; text-decoration: underline;	}
a:hover { color : #06f; text-decoration: underline; }

/* OTHER */

.calborder{ background-color: #3c3c3c; }
.calheader{ background-color: #3c3c3c; color: #fff; }
.calcell { background-color: #999; color: #707070; }
.calcellremain { background-color: #707070; color: #fff; }

form { margin: 0px; }

hr 
{
color: #3c3c3c;
height: 1px;
}


