body {
margin: 0;
padding: 0;
background: #666 url(images/bg.gif) center repeat-y;
text-align: center; /* IE Fix */
}
			/*CONTAINER*/
#container {
width: 750px;
margin: 0 auto;
font: 73% helvetica, verdana, arial, "Trebuchet MS", sans-serif;
line-height: 1.8em;
color: #666;
background: #fff;
text-align: left; /* Cancel IE Fix */
}
			/*TOP BANNER*/
#banner {
width: 750px;
height: 291px;
margin: 0 0 20px 0;
padding: 0;
background: transparent url(images/banner.jpg);
color: #ffcc66;
}
			/*TOP NAVIGATION*/
#topnavcontainer {
width: 750px;
padding: 0;
margin: 0 0 20px 0;
}
#top-nav {
margin: 0;
padding: 0 0 20px 20px;
border-top: 5px solid #DBDAc6;
border-bottom: 5px solid #DBDAC6;
}
#top-nav li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#top-nav a:link, #top-nav a:visited {
float: left;
font-size: 120%;
line-height: 120%;
letter-spacing: 0px;
padding: 0 5px 18px 20px;
text-decoration: none;
color: #4C4C4C;
background:inherit;
}
#top-nav a:link.active, #top-nav a:visited.active, #top-nav a:hover {
color: #9C1D25;
background: url(images/top_menu.gif) no-repeat bottom center;
}
			/*MAIN CONTENT*/
#content {
float: left;
padding-left: 20px;
margin: 0;
width: 510px;
}
#content p {
padding: 0 20px;
}
#content h1 {
margin: 0;
padding: 15px;
font: 130% verdana, helvetica, arial, "Trebuchet MS", sans-serif;
letter-spacing: 3px;
text-transform: uppercase;
background: inherit;
color: #164F59;
}

#content h2 {
margin: 0;
padding: 15px 0px 12px 0px;
font: 130% verdana, helvetica, arial, "Trebuchet MS", sans-serif;
font-weight:bold;
letter-spacing: 1px;
background: inherit;
color: #164F59;
}

#break {
border-top: 2px solid #dbdac6;
width: 500px;
}


			/*SIDEBAR*/
#side {
float: right;
width: 200px;
position: relative;
border-left: 0px solid #eee;
padding-left: 0px;
font: 110% helvetica, verdana, arial, "Trebuchet MS", sans-serif;
line-height: 1.8em;
color: #164F59;
}
#side h1 {
margin: 0;
padding-top: 20px;
font: 130% verdana, helvetica, arial, "Trebuchet MS", sans-serif;
letter-spacing: 3px;
text-transform: uppercase;
background: inherit;
color: #4C4C4C;
}
#side h3 {
margin: 0;
text-transform: none;
font-size: 100%;
color: #E0B800;
background:inherit;
}
			/*SIDEBAR NAVIGATION*/
#sidenav {
margin: 10px 30px;
padding: 0;
list-style-type: none;
background:inherit;
color: #000;
}
#sidenav a {border-bottom: 1px solid #dbdac6;
margin-bottom: 5px;
padding-left: 0px;
display: block;

}
			/*CENTER*/

#middle {
float: right;
width: 250px;
position: relative;
border-left: 0px solid #eee;
padding-left: 0px;
font: 110% helvetica, verdana, arial, "Trebuchet MS", sans-serif;
line-height: 1.8em;
color: #164F59;
}

			/*FOOTER*/
#footer {
border-top: 5px solid #382922;
clear: both;
padding-left: 10px;
margin: 20px 0 0 0;
font-size: 0.9em;
color: #333;
background: #dbdac6;
}
#footer a:link, #footer a:visited {
background:inherit;
color: #9c1d25;
}
#footer a:hover {
border-bottom: 1px dashed #000;
color: #72c7b1;
}
			/*LINKS*/
a:link, a:visited {
text-decoration: none;
background:inherit;
color: #9c1d25;
}
a:hover {
text-decoration:none;
background:inherit;
color: #72c7b1;
}
			/*CLASS*/
.news {
background:inherit;
color: #666;
}
.imgleft { 
float: left;
margin-right: 10px;
padding: 10px;
}
.imgright {
float : right;
padding : 10px;
margin-left : 10px;
}
a img {
border: none; 
}
			/*TYPOGRAPHY*/
blockquote {
font-size: 120%;
font-weight : bold;
font-style : italic;
color : #164F59;
}

blockquote2 {
font-size: 110%;
color : #164F59;
}

maintext {
font-size: 110%;
}

boldtext {
font-size: 110%;
color : #000000;
font-weight : bold;
}
