/*	wcc.css
	
	C K Pratt - 16 May 2010
	
*/

body {
	background-image:		url('images/parchment.jpeg');
	font-size:              medium;
}


#left a {
	text-decoration:		none;
}

#left a:link {
	color:					#00008b;
}

#left a:visited {
	color:					#00008b;
}

#left a:hover {
	font-weight:			bolder;
}



#left {
	background-color:		rgba(238,221,187,0.4);
	
	font-family:            Arial;
	color:                  #00008b;
	text-align:             left;
	font-size:              1.25em;
	
	padding:                10px;
	margin:                 10px;
	width:                  150px;
	height:                 1351px;
	line-height:            1.75;
	
	float:                  left;

	border-top:				2px solid #00008b;
	border-left:			2px solid #00008b;
}

.menu {
	font-size:				large;
	list-style:				none;
	padding:				0px;
	height:					25px;
	vertical-align:         bottom;
}

.submenu {
	font-size:				medium;
	list-style:				none;
	padding-left:			15px;
	line-height:            1.15;
}



#header {
	background-color:		rgba(238,221,187,0.4);
	padding:                10px;
	margin:                 10px;
	margin-left:            182px;
	height:                 80px;
	border-top:             2px solid #00008b;
}

.content {
	width:					auto;

	padding:                20px;

	margin:                 20px;
	margin-right:           12px;
	margin-left:			200px;

	background-color:		rgba(238,221,187,0.7);

	color:		            #00008b;
	font-family:            Arial;

	border-left:            2px solid #00008b;
	border-top:				2px solid #00008b;

	text-align:             justify;
}
	

#main {
	height:					900px;
	
	padding:                10px;
	padding-top:            0px;
}

#news {
	height:					200px;
	padding:                0px;
	background-color:       rgba(238,221,187,0.5);
}

#footer {
	height:					55px;
	background-color:		rgba(238,221,187,0.5);

	text-align:				center;
}

#badges {
	clear:					both;
	margin:					20px;
}

table {
	text-align:				center;
}

td {
	padding:				10px;
}





