/* CSS Document */

#container {
	width:960px;
	margin:0 auto;
	padding:5px;
	background-color: #FFFFFF;
}

#header {
	width:960px;
	height:100px;
	float:left;
	background-image: url(graphics/bce-1.jpg);
}


#topnav {
	width:960px;
	height:25px;
	float:left;
	padding-top:2px;
	background-color: #FFFFFF;
}

#guide {
	width:795px;
	height:20px;
	float:left;
	margin-top:5px;
	background-color: #FFFFFF;
}

#sidenav {
	width:160px;
	float:left;
	background-color:#FFFFFF;
	margin-right:5px;
	margin-top:5px;
	overflow:visible;
}

#content {
	width:785px;
	float:left;
	overflow:visible;
	padding: 5px;
	background-color: #FFFFFF;
}

#footer {
	width:960px;
	height:100px;
	background-color:#F5F5F5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar ul {
  margin-left: 0; 
  padding-left: 0;
  list-style-type:none;
}
#sidebar a {
	display:block;
	padding: 5px;
	width: 150px;
	background-color: #273E8C;
	border-bottom: .3px solid #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#sidebar a:link {
	color:#000000;
	background-color: #61D95D;
}

#navlist a:visited {
	color:#000000;
	background-color: #61D95D;
}

#sidebar a:hover {
	background-color:#BDEFBA;
	color: #000000;
}

#sidebar a:active {
	color:#FFFFFF;
	background-color:#61D95D;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
li {
	font-family: Verdana;
	font-size: .8em;
}


h1 {
	font-family: Verdana;
	font-size: 1.8em;
	color: #2ABF55;
	font-weight: bold;
}
img.border {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #cccccc;
}
.tableborder {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F1F2F3;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AFC5F5;
	border-bottom-color: #AFC5F5;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


h2 {
	font-family: Verdana;
	font-size: 1em;
	color: #00A837;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}
.redtext {
	font-family: Verdana;
	font-size: 0.9em;
	color: #FF0000;
	font-weight: bold;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	color: #FF0000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #3333CC;
	font-style: normal;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #316AC5;
}

