html { height:100%; }
body {
	margin:20px 0;
	background: #ccc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
h1 {
	font-size:170%;
	font-weight:normal;
	color:#666;
	font-family:trebuchet ms;
}
h2 {
	font-size:130%;
	font-weight:normal;
	color:#666;
	font-family:trebuchet ms;
}
form {
	margin:0;
}
input {
	background:url('../images/bg_sb.gif') repeat-x top;
	border:1px solid #AAA;
}
textarea {
	/*background:url('../images/bg_greygr.jpg') repeat-x bottom;*/
	border:1px solid #AAA;
}
.code {
	border:1px solid #CCCCCC;
	background:#FFFFCC;
	padding:10px;
	margin:20px;
	margin:auto;
}
div#wrapper {
	width:760px;
	margin:auto;
	background:#FFFFFF;
	border:1px solid #666;
}
div#head {
	background: url(../images/bg_head.jpg) #3E566F;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	padding:0;
	height:100px;
	border-bottom:1px solid #AAA;
}
div#searchBar {
	height:20px;
	padding:5px 10px;
	background:url(../images/bg_sb.gif) repeat-x;
	border-top:#333;
	border-bottom:#333;
	text-align:right;
}
div#searchBar input {
	margin:0 10px;
}
div#nav {
	background:#369;
}
div#body {
	
}
div#leftnav {
	float:left;
	width:180px;
	border-right:1px solid #AAA;
	background:#ffffcc;
	height:100%;
}
div#rightpane {
	padding:10px 10px;
	float:right;
	width:550px;
	line-height:20px;
}
a {
	color: #6666FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div#foot {
	clear:both;
	background:url(../images/bg_sb.gif) repeat-x;
	border-top:1px solid #CCCCCC;
	padding:10px 10px 20px 10px;
	height:30px;
}
div#foot a {
	color:#666666;
}
.head1 {
	background:#336699;
	padding:2px 10px;
	color:#FFFFFF;
}
.head2 {
	background:#6699CC;
	padding:2px 10px;
	color:#FFFFFF;
}
.navhead {
	background:#336699;
	color:#FFFFFF;
	padding:5px 0 5px 10px;
}

#navcontainer { width: 100%; }
#navcontainer ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding: 6px 5px 4px 15px;
	width: 160px;
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	color: #999;
	text-decoration: none;
	text-transform:uppercase;
}

#navcontainer a:hover {
	background:#EEEEEE;
	color: #000000;
}
div#topsearch {
	padding:5px 2px;
	border:1px solid #CCCCCC;
	background:#F5F5F5;
	margin:auto;
	margin:5px;
}
.button1 {
	border:1px solid #666666;
	background: url(../images/bg_button.jpg) repeat-x #FF8000;
	color:#FFFFFF;
	padding:1px 2px;
}
.button2 {
	border:1px solid #666666;
	background:#CCDDFF;
	color:#333;
	padding:0px 2px 3px;
	height:20px;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
	text-align:right;
}
div#welcome {
	color:#DDD;
	text-align:right;
	padding:14px 8px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#welcome a {
	color:#DDDD88;
	text-decoration:none;
}
div#news {
	background:#FFFFCC;
	padding:10px;
}
div#newsitem {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:10px;
}
div#news a {
	color:#0000FF;
	text-decoration:none;
}
div#news a:hover {
	text-decoration:underline;
}
.contentinfo {
	/*background:#FFFFCC;
	border:1px solid #CCCCCC;*/
	padding:0px;
	margin-right:0px;
}
.contentinfo a {
	color:#0000CC;
}
div#info {
	background:#FFFFE1;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:5px 20px;
	border-bottom:1px solid #CCCCCC;
}
div#info:hover {
	background:#369;
	color:#FFFFFF;
	cursor:default;
}
.bluegr {
	background:url(../images/bg_bluegr.jpg) bottom repeat-x;
}

.controlpanel {
	background:#EAEAEA;
	border:1px dashed #666666;
	padding:20px;
	font-size:130%;
	line-height:25px;
}
.controlpanel a {
	color:#333333;
}

.noborder {
	border:0;
}
.nobackground {
	background:none;
}
