* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

table {
	background: #ffffff;
	font-family: Georgia, "Arial", Times, serif;
	font-size: 15px;
	color: #666666;
}

h1, h2, h3 {
	color: #000033;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(grafix/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #6688CC;

}

a:active {
	text-decoration: none;
	color: #6688CC;

}

a:visited {
	text-decoration: none;
	color: #6688CC;
}

a:hover {
	text-decoration: none;
	color: #6688CC;
	
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 730px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #6688CC;
	color: #FFFFFF;

}

/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 400px;
	height: 135px;
	margin: 0;
	padding: 1px 0 0 0;
	background: url(grafix/wccglogo.jpg) no-repeat;
	text-align: left;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 490px;
	height: 146px;
	margin: 0;
	background: url(grafix/wccgminipics.jpg) no-repeat;
	padding: 1px 0 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

/* ----- page navigation ----- */
#navDept {
	position:absolute;
	top:210px;
	left:100px;
}

#navDept li {
	float:left;
	color: #000;
}

#navDept.menu li {
	background: #999;
	width:auto;

}

#navDept.menu li a {
	margin-left:30px;
	width:auto;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #fff;
}


#navDept.menu li a:hover {
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #c33333;

}

#navDept.menu li a span {
	color:#999;
}


#navDept, #navDept ul, #navDept li, .navStatic, .navStatic ul, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept , .navStatic{
	color:#999;
}
#navDept li a:link, #navDept li a:active, #navDept li a:visited, 
.navStatic li a:link, .navStatic li a:active, .navStatic li a:visited{
	display:block;
	float:left;
	color:#fff;
}
#navDept li a.selected, .navStatic li a.selected{
	color:#fff;
}
#navDept li a span, .navStatic li a span{
	display:block;
	padding:0;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #FFFFFF;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a:link {
	text-decoration: none;
	color: #ffffff;
}

#sidebar a:active {
	text-decoration: none;
	color: #ffffff;
}

#sidebar a:visited {
	text-decoration: none;
	color: #ffffff;
}

#sidebar a:hover {
	text-decoration: none;
	color: #ffffff;
	border-bottom:1px dotted #37342f;
}

.bluebox {
	background: url(grafix/img05.gif) repeat-y;
}

.bluebox h2 {
	background: url(grafix/img06.gif) repeat-y;
}

/* ----- r area ----- */
#footer{
	/*border-top: 1px solid #dadbd4;*/
	background:#dadbd4;
	padding:10px;
	margin-top:1em;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;}
#footer a{color:#6688CC;}
#footer a:hover{
	color:#6688CC;
	border-bottom:1px dotted #000;
}
#footer #credits{
	float:right;
	margin-top:-1.5em;
}	
	

