/****************
base colors
yellow:	#ffde00
lightblue:	#6699ff
darkblue: #003366
orange:	#ff9900
gray:	#e6e6e6
*****************/

body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

body {
	margin:0 0 20px 0;
/* 	setting a background color here forces the editor to use it, which makes it almost unusable.
	Instead, use white here, and override with a style attribute on the <body> tag in the main template
*/
	background-color:#FFFFFF;
}

p {
	margin:0 0 1em 0;
}

a {
	color:#003366;
}

a:hover {
	color:#6699FF;
}

a:active {
	color:#FF9900;
}

#wrapper {
	width:900px;
	margin:0 auto;
	background-image:url('../resources/images/bg_main.gif');
	background-repeat:repeat-y;
	background-color:#ffffff;
	}
	
#header {
	width:90%;
	padding:.5em;
	margin:0 auto;
	text-align:center;
	vertical-align:center;
}

#content {
	padding:0;
	margin:0 10px 0 15px;
	min-height:300px;
	/* min-height hack for IE */
	height: auto !important;
	height: 300px;
}

#content h2 {
	margin:1em 0 .5em 0;
	padding:0;
	font-size:24px;
}

#content h3 {
	margin:1em 0 .25em 0;
	padding:0;
	font-size:14px;
}
	
#footer {
	clear:both;
	margin:0;
	text-align:center;
	font-size:10px;
	padding : 1em 0;
	color:#000000;
	background-image:url('../resources/images/bottom_shadow.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
	
#footer ul {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
}

#footer ul li {
	display:inline;
	margin-left:10px;
	padding:0;
}

.bordered {
	background-color:#cccccc;
	border:solid 1px #003366;
	padding:2px;
	margin:1em;
}

a img {
	border:none;
}

div.panel {
	text-align:left;
	margin-top:0;
	vertical-align:top;
	background-color: #e6e6e6;
	border:solid 1px #cccccc;
}

div.panel div {
	padding:.2em .5em;
}

div.panel div.headline {
	font-weight:bold;
	font-size:1.1em;
	
}

div.panel a.more {
	display:block;
	text-align:right;
	font-size:smaller;
	color:#e4e4e4;
	font-weight:bolder;
}



