/* CSS Document */

body {
	background-color: #E01414;
	margin-top: 0px;
	margin-left: 0px;
}

body, td, th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
}



#container {
	background:url('Resources/bamboogray2.gif');
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	position:relative
	}
	
#container.classpage {
	background:url('Resources/classbg-extrawhite.gif');
	}
	
#header {
	text-align:center;
	}

#content {
	clear:left;
	color:#330000;
	width:470px;
	padding:10px 10px 10px 30px;
	margin-top:20px;
	margin-left:0;
	text-align:left;
	float:left;
	}
	
	#content h1 {
		font-size:150%;
		font-family:"Trebuchet MS", verdana;
		margin:0;
		clear:both;
		}
		
	#content h2 {
		font-size:100%;
		font-weight:bold;
		margin:5px 0 0 0;
		clear:both;
		}

	
	.backtotop {
		color:#FFFFFF;
		font-size:10px;
		float:right;
		clear:both;
		margin-bottom:5px;
		text-decoration:none;
		}
		
	.testtop {
		border-top:#E01414 2px solid;
		padding-top:10px;
		clear:right;
		margin:0;
		}
		
	.postdate {
		color:#999;
		font-size:10px;
		margin:0;
		}

#sidebar {
	width:200px;
	float:right;
	margin-right:0px;
	margin-top:18px;
	padding:10px 30px 10px 10px;
	}
	
	#sidebar h1 {
		color:#ffff99;
		background:#E01414;
		font-weight:bold;
		font-size:100%;
		margin:2px 0 2px 0;
		padding:2px 5px 2px 5px;
		border:1px solid #000000;
		clear:both;
		}
		
	#sidebar p {
		border-left:1px solid #000000;
		border-right:1px solid #000000;
		margin:0;
		padding:2px 5px 2px 5px;
	}
	
	#sidebar a, .sidedate {
		text-decoration:none;
		font-size:80%;
		}
	
	.topsidep {
		border-top:1px solid #000000;
	}
	
	.bottomsidep {
		border-bottom:1px solid #000000;
		}
		
	.bothsidep {
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		}
		
#banner {
	height:135px;
	margin:0;
	padding:0;
	background:url('Resources/titleblankred.gif') no-repeat 50% 50%;
	}

#navbarmenu {
	margin:0;
	padding:0;
	}

#navbar {
	margin:0;
	padding: 0 0 0 47px;
		}
	
	#navbar li {
		list-style-type: none;
		display:inline;
		float:left;
		line-height: 20px;
		background: #E01414;
		font-size:12px;
		}
	
	#navbar a {
		display:block;
		color: #FFFF99;
		text-decoration: none;
		border: solid 1px #000000;
		font-weight: bold;
		padding: 0 5px 0 5px;
		width: auto;
		float:none;
		background: #E01414;
		}
	
	#navbar a:hover {color: #E01414; background: #FFFF99}

#breadcrumb {font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 10px; color: #FFFFFF}

#main {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF}

.picleft {	border:1px solid #ccc;
			float:left;
			clear:right;
			margin-right:10px;
			margin-bottom:10px;
		 }
.picright {	border:1px solid #ccc;
			float:right;
			margin-left:10px
		 }	
.clearer {	clear:both;
			}
		 	 
a:link {
	color: #e01414;
}
a:visited {
	color: #e01414;
}
a:hover {
	color: #e01414;
}
a:active {
	color: #e01414;
}

#footer {
	clear:both;
	height:12px;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	background:#E01414;
	}
	
	#footer a {
		font-weight:bold;
		text-decoration:none;
		color:#ff5;
		}
		
#switch {
	float:right;
	margin-bottom:5px;
	font-size:80%;
	padding:1px 0;
}

#switch a {
	font-size:100%;
	padding:0 2px;
	margin:0;
	border:1px solid #e01414;
	}
	
		
#switch a.red {
	background:#f66;
	color:#000;
}

#switch a.white {
	background:#fff;
	color:#e01414;
	margin-left:-1px;
	padding-left:3px;
}