a:link       { color: #FAE48E; text-decoration: none; font-family: Verdana, Arial; font-size: 9 pt }
a:visited    { color: #FAE48E; text-decoration: none; font-family: Verdana, Arial; font-size: 9 pt }
a:active     { color: #FAE48E; text-decoration: none; font-family: Verdana, Arial; font-size: 9 pt }
a:hover      { color: #FAE48E; text-decoration: underline; font-family: Verdana, Arial; font-size: 9 pt }

body {
	text-align:center;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica;
	/*color: #FAE48E; */
	color: #F7E97E;
	font-size: 10pt;
	}
#frame {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}

#contentleft {
	width:150px;
	padding:0px;
	float:left;
	background:#333;
}

#contentcenter {
	width:650px;
	padding:0px;
	float:left;
	background:#333;
	min-height: 750px;
	display: table-cell;
	/*min-height: 100px;*/
}

#contentright {
	width:200px;
	padding:0px;
	float:left;
	background:#333;
}

#contentheader {
	text-align: center;
}

.copyright {
	font-size: 8pt;
	color: #666;
	text-align: center;
	background-color: #000;
	padding-bottom: 0px;
	margin-bottom: 1px;
}
a.copyright {
	color: #666;
}

/* CSS for module: Text*/
.modTextModifiedDate {
	font-size: 10px;
	color: #aaa;
	text-align: right;
}

div.modText {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	color: #F7E97E;
	width: 620px;
}
/* END CSS for module: Text*/

/* CSS for module: articles */
div.modArticles {
	margin: 10px;
	text-align: justify;
	display: table;
	width: 620px;
}

h1.modArticlesTitle {
	font-size: 18px;
	font-weight: bold;
}
.modArticlesModifiedDate {
	color: #aaa;
	font-size: 10px;
}
/* END CSS for module: articles */
fieldset.editButtons legend {
	color: #f7e97e;
}

legend {
	color: #f7e97e;
}

/* columnmenu */
#columnMenu a {
	background-color: #333;
	width: 100%;
	display: block;
	text-align: center;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #666;
	height: 20px;
	margin-bottom: 4px;
}

#columnMenu a:link{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#columnMenu a:visited{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#columnMenu a:hover{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url('menu_bg2.gif');
	background-repeat: repeat-x;
}

#columnMenu a:active{
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}