/* CSS layout */
body {
	color:#333;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	background: white;
	margin: 0px;
	}
h1 {
	margin:0px 0px 15px 4px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
	color: #993399;
	background: #BECCFF;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
h3 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
p {
	font:11px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
a.contentlinker:hover {
	color: #000000;
}
a.catlinker {
	color: #000000;
}
a.bluelink {
	color: #000066;
}
a {
	color:#9A9A9A;
	text-decoration:none;
	font: 600 11px verdana, arial, helvetica, sans-serif;
	}
/*a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}*/
#masthead {
	/*background: #EEEEEE repeat-x;*/
	border: 1px solid #9D9D9D;
	height: 114px;
}
#search {
	float: right;
	width: 150px;
	position: static;
}

#top_nav {
	border: 1px solid #9D9D9D;
	padding: 6px 10px;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
	position: static;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	position: static;
	/*background-color:#eee;*/
	border: 1px solid #9D9D9D;
	/*hack*/
	voice-family: "\"}\"";
	voice-family:inherit;
	padding: 10px;
	width: 140px;
}
#page_content {
	padding: 10px;
}
#page_content  a:link, #page_content a:visited {
	color: #6699CC;
}
#page_content a:hover, #page_content a:active {
	color: #FF6600;
}
li:link, li:hover {
	color: #6699CC;
}
#right_col {
	position: static;
	width: 190px;
	/*background-color:#eee;*/
	border: 1px solid #9D9D9D;
	/*hack*/
	voice-family: "\"}\"";
	voice-family:inherit;
	visibility: visible;
	padding: 10px;
}
#footer {
	position: absolute;
	padding: 2px;
	margin-top: 10px;
	width: auto;
}
.input
{
	color: #9D9D9D;
	background: #EEEEEE;
	border: 1px solid #9D9D9D;
	margin-top: 2px;
}
.subtle {
	color: #999999;
}
.error {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.message {

	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
a.message {
	font-size: 14px;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style1 {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

