@charset "utf-8";

body {
	background-color:#FFF;
	text-align:center;
	margin:0px;
	padding:0px;
	
	
}


h1 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold
	
}
h2 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: FF0000;
	font-weight: bold;
	
}
h3 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 16px;
	color:#F00;
	font-weight: bold;
	
}
h4 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 16px;
	color:#FC3;
	font-weight: bold;
	
}

#navbarside {
	width: 155px;
	float: left;
}

#wrapper {
	text-align: left;
	width: 945px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	background-color: #CCC;
	overflow:hidden;
	
	
}
#header {
	margin-right: auto;
	margin-left: auto;
}
#leftheader {
	float: left;
	height: 50px;
	width: 120px;
}
#navbarsmall {
	float: right;
	width: 775px;
}
#rightheader {
	float: right;
	height: 30px;
	width: 745px;
}

#leftColumn {
	background-color: #CCC;
	float: left;
	width: 170px;
	padding-left: 12px;
}
#rightColumn {
	float: left;
	width: 730px;
	padding-left: 12px;
	margin-left: 0px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #330099;
	margin-top: 0px;
	padding-top: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color: #FFF;
	
}
.bannerhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FC3;
}

#content {
	
}
#footer {
	clear: both;
	margin-bottom: 0px;
	background-color: #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.bold16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.bold14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.boldred {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}

