/*
Original design: Variant Mini (v1.0 - Sep 01, 2010) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/variant-mini/
*/

body {
	margin:0;
	padding:0;
	color:#333;
	background:#aee7ff;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 13px;
}
p {margin: 0 0 16px 10px; line-height:1.4em;}
ul {margin:0 0 12px 10px; padding:0 0 0 10px; line-height:1.3em;}
li {padding:1px 0 1px 0; margin:0 0 2px 0px; line-height:1.3em;}
img {
	margin:6px auto 11px auto;
	background:#ffffff;
}
h1 {
	margin: 5px 0 15px 0;
	padding:0;
	font-size:24px;
	font-weight:400;
	letter-spacing:-1px;
}
h2 {
	margin:0 0 10px 0;
	color:#000;
	font-size:1.4em;
	font-weight:400;
	letter-spacing:-1px;
	border-bottom:2px solid #eee;
}
a {
	color:#03C;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#C00;
	text-decoration:underline;
}

#wrap {
	width: 830px;
	margin:0 auto;
	background-color: #FFF;
	background-image: url(images/bodybg2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {width: 830px; height:88px; background: url(images/headbgorig2.jpg) top center no-repeat;}
#header h1 {margin:0 0 14px 0; padding:42px 0 0 0; color:#00f; text-align:center; font-size:2.4em; letter-spacing:-1px;}
#header h1 a {
	color:#00f;
	text-decoration:none;
	font-weight:bold;
}
#header h1 a:hover {
	color:#000;
	text-decoration:blink;
}
#inside {width: 730px; margin:0 auto;}
#menu {
	margin:3px 0 5px 0;
	text-align:center;
}
#menu a {font-size:1.1em; padding:2px;}
#menu a:hover, .active {
	padding-bottom:1px;
	border-bottom:1px dashed #aaa;
	text-decoration:none;
	color: #C00;
}
#logo img {margin:5px 0 5px 0;}
#content {
	float:left;
	width:500px;
}
#contentfull {width:730px;}
#sidebar {
	width:225px;
	color:#555;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500px;
}
#footer {clear:both; width: 830px; margin:5px auto 0; background: url(images/footbg2.jpg) bottom center no-repeat; display:block; height: 69px;}
#footer p {margin:0; color:#555; padding:10px 0 0 0; text-align:center;}
#footer a {color:#555;}

.menulist {list-style:none; padding:0; line-height:1.3em}
.left {width:48%; float:left;}
.right {width:50%; float:right;}
.clear {clear:left;}
