body {
	font-family: georgia, times, times new roman, serif;
	font-size: small;
	margin: 0;
	padding 0;
	background: #434242;
	background-image: url(images/backgroundnoiz2.gif);
	background-image: url(images/img_62.gif);	
	}

img {
        border: 0;
        }

#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	margin: 10px ;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding: 0;
	background: white;
	}

#banner {
	margin: 0;
	padding: 0;
	background-color: #747474;
	width: 760px;
	}

#banner a {
	padding: 8px 0px 0px 16px;
	font-size: 11px;
	font-family: georgia, times, times new roman, serif;
	font-weight: bold;
	line-height: 10px;
	color: white;
	background: transparent;
	text-decoration: none;
	}

#banner a:hover {
	font-weight: bold;
	color: #CBA136;
	color: #fff;
	background: transparent;
	}

#content {
	padding: 10px;
	margin:0;
	margin-top: 20px;
	background-color: white;
	}

#content p {
	width: 443px;
	}

#sidebar {
	float: right;
	width: 270px;
	margin: 0;
	margin-left: 1px;
	background-color: white;
	background: #ddd;
	border-left: 1px dotted #aaa;
	font-size: 11px;
	line-height: 1.3em;
	}

#sidebar p {
	font-size: 11px;
	line-height: 1.3em;
	}

.sidebarmargin {
	padding: 0px 20px 0px 20px;

	}

#sidebar h1 {
	font-family: impact, ariel, helvetica, serif;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	width: 200px;
	}

#sidebar h2 {
	font-size: 11px;
	width: 200px;
	}

#sidebar p {
	font-size: 11px;
	line-height: 1.5em;
	padding: 0;
	width: 200px;
	}



#footer {
	clear: both;
	padding: 5px;
	background-color: #414849;
	}

.footertxt {
	padding: 0;
	color: #fff;
	font-size: 10px;
	background: transparent;
	}

.blog {
	width: 430px;
	}

.blog p {
	padding-bottom: 5px;
	}

.DateHeader {
	font-size: 9px;
	padding-bottom: 3px;
	}

/* MENU */

#menu {
	margin: 0;
	/* margin-top: 60px; */
	padding: 0;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	background: #777;
	width: 146px;
	height: 2em;
	border-top: 1px solid #A8A495;
	border-left: 1px solid #A8A495;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	line-height: 2em;
	}

#menu ul li#zero a	{
	border-left: none;
	border-right: none;
	width: 164px;
	}

#menu ul li#five a	{
	width: 154px;
	}

#resources a:link, #resources a:visited {
	border-right: 1px solid #ccc;
	}

#menu ul li a:hover {
	color: #fff;
	background: black;
   	}

#menu a:active	{
	background: #c60;
	color: #fff;
	}

#menu .here {
	color: #fff;
	background: black;
        }

body#sectionone #menu li#one a, 
body#sectiontwo #menu li#two a,
body#sectionthree #menu li#three a,
body#sectionfour #menu li#four a,
body#sectionfive #menu li#five a {
	background: #aa0024;
	border: 1px solid #aa0024;
	color: #fff;
	}

/* THE LINK STUFF */

a:link {
	color: #000;
	background: transparent;
	}

a:visited {
	color: #555;
	background: transparent;
	}

a:hover {
	background: transparent;
	color: #000;
	text-decoration: none;
	background-color: #CBA136;
	}


/* Font Styles */

h1 {
	font-family: impact, ariel, helvetica, serif;
	font-weight: bold;
	font-size: 16px;
	color: #414849;
	background: transparent;
	line-height: 1.3em;
	padding: 5px 10px 0px 10px;
	}

h2 {
	font-family: impact, ariel, helvetica, serif;
	color: #black;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0px 10px 0px 10px;
	margin: 0;
	}

h3 {
	color: #747474;
	background: transparent;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0px 10px 0px 0px;
	}



p	{
	font-family: georgia, times, times new roman, serif;
	font-size: small;
	line-height: 1.6em;
	color: black;
	background: transparent;
	padding: 5px 10px;
	}

p.bannertxt {
	font-family: verdana, helvetica, ariel;
	padding: 8px 0px 0px 16px;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	background: transparent;
	}


