
body,td,th {
	color: #000000;
}
body {
	background-color: #D2C3B4;
	background-image: url(../img/site_bg.jpg);
	background-repeat: repeat-x;
	background-position:0 0px;
	margin: 0; padding: 0;
}

h3 {
	font-size:14px;
	color: #666666;
}

#login {
	text-align: right; padding-right: 40px;
}

#mainCol a {
	font-weight: bold;
	/* text-decoration: none; */
	color: #787474;
}

#mainCol a:hover {
	color: #FF0000;
	text-decoration: none;
}

#mainCol a.arrowRight {
	background-image: url(../img/ico_arrowRight.gif);
	background-position:right 0px ;
	background-repeat:no-repeat;
	padding-right: 12px;
}

#mainCol a.arrowLeft {
	background-image: url(../img/ico_arrowLeft.gif);
	background-position:left 0px ;
	background-repeat:no-repeat;
	padding-left: 12px;
}


.left {  float: left; }
.right {  float: right; }
.col {
	display:block;
	color: #666;
	/* background-color:#FFFFCC;  */
	padding: 0;
	width:216px;
	margin: 0;
}

.colTitle { display:block; color: #333; background-color:#EBE6E6; padding: 3px 6px; margin: 0 0 0.5em 0; }

#boxesHolder {
	border-bottom: 1px dotted #ccc;
	/* background-color:#FFFFCC; */
	padding: 0; margin: 0 0 1em 0;
	height: 200px;
}

#boxesHolder:after { content:'.'; display:block; clear:both; visibility:hidden; }
* html #boxesHolder  { height:1%; margin-bottom: 0.1em;  }

#pageHolder {
	width: 674px;
	margin: 0 auto;
	text-align:left;
	margin-top: 8px; padding: 0;
}

#header {
	background-image: url(../img/header_bgvisual.gif);
	background-position: top right;
	background-repeat:no-repeat;
}

#visual {
	display:inline;
	width: 506px;
	height: 235px;
}

#creofflogo {
	cursor: pointer;
}

#content {
	display:block;
	background-color: #FFFFFF;
	background-image: url(../img/content_bg.jpg);
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	height:inherit;
	float:left;
}

#content:after { content:'.'; display:block; clear:both; visibility:hidden; }
* html #content  { height:1%; margin-bottom: 0.1em;  }

#leftCol {
	float:left;
	/* width: 168px; */
	width: 150px;
	padding-left: 18px;
	/* background-color:#FFCCCC; */
	background-image: url(../img/content_line.gif);
	background-position:top right;
	background-repeat:no-repeat;
	min-height: 68px;
}

#nav {
	float: right;
	height: 22px;
	width:489px;
	margin-right: 6px;
	margin-bottom: 1.5em;
	padding-left: 10px;
}

#nav ul  {
	margin: 0; padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

#nav ul li {
	display:block;
	height: 25px;
	line-height: 25px;
	background-image: url(../img/nav_separator.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float: left; width:auto; padding: 0px 0.5em 0 0.5em; list-style:none; text-align: left;
	
}

#nav ul li.firstItem {
	background-image: none;
	padding-left: 25px;
}

#nav ul li A {
	/* color: #BDACAD; */
	color: #787474;
	text-decoration: none;	
}

#nav ul li A:hover {
	/* color: #787474; */
	color: #000;
	text-decoration: none;
	border: none;
}

#nav ul li A.selected {
	color: #000;
	padding-bottom: 3px; 
	border-bottom: 3px solid #FF0000;
}

#mainCol {
	float:right;
	display:block;
	width:445px;
	/* background-color: #FFFFCC; */
	margin-right: 27px;
	margin-left: 34px;

	/* hide at first for animation
	display:none;*/
}


#footer {
	clear: both;
	height: 66px;
	background-image: url(../img/content_bgclose.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	padding-top: 49px;
	text-align: center;
}

#footer a {
	color:#666666;
	text-decoration: none;
}

#footer a:hover {
	color:#333333;
}

#mainCol p {
	margin: 0; padding: 0 0 1em 0;
}

#mainCol .intro {
	font-size: 12px;
	font-style:italic;
	line-height: 130%;
}

#mainCol .smallinfo {
	font-size: 9px;
	font-style:italic;
}

#mainCol .openableText { /* text with arrow down, to show that it can be opened) */
	background-image: url(../img/ico_arrowdown.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding: 0 0 0 20px;
	/* background-color:#FFFFCC; */
	font-weight: bold;
	height:20px;
	cursor: pointer;
	margin: 0;
}

#mainCol .closeableText { /* text with arrow down, to show that it can be opened) */
	background-image: url(../img/ico_arrowup.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding: 0 0 0 20px;
	/*background-color:#FFFFCC;  */
	font-weight: bold;
	height:20px;
	cursor: pointer;
	margin: 0;
}

#mainCol UL, #mainCol OL {
	margin-top: 0;
}

#mainCol LI {
	margin: 0 0 1em 0;
}

#mainCol form UL, #mainCol form OL {
	margin: 0;
	padding: 0;
}

#mainCol form { padding:0; margin:0;}

#mainCol form LI {
	clear: both;
	margin: 0.5em 0;
	list-style:none;
	padding: 0;
}

#mainCol form LI LABEL {
	display: block;
	color: #666;
	padding: 0;
	margin-bottom: 4px;
}


#mainCol form INPUT, #mainCol form TEXTAREA  {
	display: block;
	width: 320px;

}

#mainCol form INPUT, #mainCol form TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
	border: 1px dotted #cccccc;
	/* background-color: #efefef; */
	padding: 4px;
}

#mainCol form INPUT.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	border: 1px solid #cccccc;
	background-color: #787474;
	padding: 2px 4px;
	width:auto;
	position:inherit;
	margin-top: 1em;
}


#mainCol form#searchFrm INPUT  { width: 200px; display: inline; }
#mainCol form#searchFrm INPUT.button {  width: auto; height: inherit; }

#mainCol UL.blogItems {
	margin: 16px 0;
}

#mainCol UL.blogItems LI {
	margin-bottom: 6px;
}

#errors { display: none; }

.error {
	background-color:#FFCCCC;
}

.normal {
	background-color:#FFF;
}

#errors.errorList {
	border: 1px solid red;
	background-color:#FFCCCC;
	padding: 10px;
	margin: 10px 0;
	width: 310px;
	height: auto;
}

#errors.errorList P {
	padding: 0; margin: 0 0 0.5em 0;
}

#errors.errorList UL {
	padding: 0; margin: 0; /* border: 1px solid green; */
	/* list-style: decimal; */
}

#errors.errorList UL:after { content:'.'; display:block; clear:both; visibility:hidden; }
* html #errors.errorList UL  { height:1%; margin-bottom: 0.1em;  }

#errors.errorList LI {
	list-style-type: square;
	margin: 0 0 0 1.5em;
	color: #333;
}

.homeBox {
	display:block; color: #333; background-color:#EBE6E6; padding: 8px;
	height: 170px; margin: 0;
	width: 200px;
	border-top: 1px dotted #ccc;
}

#mainCol .homeBox UL {
	padding:0; margin: 0;
	list-style:none;
}

#mainCol .homeBox LI {
	margin: 0; /* background-color:#FFFF99; */
	padding: 0 0 0 12px;
	background-image:url(../img/list_image.gif);
	background-position:0 0;
	background-repeat: no-repeat;
}

UL#references {
	display:block;
	list-style: none;
	padding: 0; margin: 0;
	border: 1px dotted #ccc;
	height: 110px;
	overflow: auto;
}

UL#references LI {	
	padding: 0 0 2px 4px;
	margin: 0 0 0 0;
}

.alert {
	font-weight: bold;
	color: red;
}