html, body {
margin : 0;
padding : 0;
}
body {
	font : 73% "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 200%;
	background : #B5B5B5 url(images/bg.jpg) center repeat-y;
	color : #000033;
}
		/* LINK PROPERTIES */
a img {
border: 0;
}
a:link, a:visited {
	text-decoration : none;
	background : inherit;
	color : #000066;
}
a:hover {
text-decoration : underline;
background : inherit;
color : #000;
}
a:active {
text-decoration : none;
background : inherit;
color : #A7D791;
}
		/* CONTAINER PROPERTIES */
#container {
	width : 1040px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
		/* TOPBAR PROPERTIES */
#topbar {
height: 40px;
padding-top:  0;
border-top: 0px solid #BBC893;
border-bottom : 0px solid #3D5F9A;
background : #fff;
color : #333;
}
#topbar h1 {
	float: left;
	margin : 0;
	padding : 10px 0 0 10px;
	font-size:16px;
	letter-spacing: 3px;
}
#topbar h2 {
float: right;
margin : 0;
padding : 10px 10px 0 0;
font-size:100%;
}
#topbar a:link, #topbar a:visited {
text-decoration : none;
background : inherit;
color : #3D5F9A;
}
#topbar a:hover {
text-decoration : none;
background : inherit;
color : #5D775A;
}
		/* TOP IMAGE */
.topimg {
	clear: both;
	width : auto;
	height: 200px;
	margin: 0;
	padding-bottom:  0;
	background : #fff url(images/topimg.jpg) no-repeat;
	color : #F5EED2;
}
.topimg h2 {
font-size: 1em;
margin: 0 0 0 20px;
}
		/* CONTENT PROPERTIES */
#content {
margin : 0 220px 20px 0;
padding : 5px;
background: #fff;
color: #444;
}
#content p {
padding : 0.5em;
}
#content h2 {
margin: 0.5em 0 0 0.5em;
padding: 5px;
font-size: 150%;
letter-spacing: 3px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background : inherit;
color:#ccc;
}
#content h3 {
	margin : 0.5em 0 2em 1em;
	font : bold 120%  "lucida sans", Helvetica, "Trebuchet MS", Arial, Tahoma, sans-serif;
	letter-spacing: 2px;
	background : inherit;
	color: #0099FF;
}
		/* SIDEBAR PROPERTIES */
#sidebar {
float : right;
width: 200px;
margin : 0;
padding : 0 1em 0 0;
border-left : 1px solid #eee;
line-height: 1.5em;
}
#sidebar p {
margin-bottom : 0.5em;
padding:0;
}
		/* FOOTER PROPERTIES */
#footer {
	clear : both;
	width:1050px;
	height: 200px;
	margin : 0;
	padding : 0;
	background : #fff url(images/footer.jpg) no-repeat;
	color : #333;
}
#footer p {
padding-left : 5px;
}
#footer h1 {
padding: 10px 0;
font-size:130%;
letter-spacing: 5px;
text-transform: uppercase;
background: inherit;
color: #fff;
}
#footer a:link, #footer a:visited {
text-decoration : underline;
background : inherit;
color : #fff;
}
#footer a:hover {
text-decoration : none;
background : inherit;
color : #999;
}
#credits {
	clear: both;
	width:1050px;
	margin-top: 0px;
	padding: 0;
	font-size: .9em;
	border-top : 0px solid #3B5E98;
	background : #fff;
	color: #333;
}
		/* COLUMN PROPERTIES */
.col3,.col3center {
float: left;
width: 29%;
margin-left : 3%;
}
.col3center {
margin: 0 3%;
}
		/* CLASS PROPERTIES */
.big {
float:right;
margin : 0;
padding:25px;
font-size:200%;
letter-spacing: 5px;
text-transform : uppercase;
font-weight: bold;
}		
.capital {
float:left;
line-height:80px;
padding:2px;
font-family: georgia, "Times New Roman", sans-serif;
font-size:100px;
background: #fff;
color:#F0F0F0;
}
.more {
	text-align: justify;
	font-size:.9em;
	font-weight: bold;
	background: inherit;
	color: #555;
}
.navlist li {
margin: 0 15px 5px 0;
padding: 2px;
font-size: 110%;
list-style-image:url(images/right-green.gif);
background: inherit;
color: #D5D9B4;
}
		/* BLOCK HOVER IN SIDEBAR */
#links {
width: 200px;
margin-top: 20px;
line-height: 150%;
}
#links ul {
list-style-type: none;
width: 150px;
}
#links li {
border: 1px dotted #999;
border-width: 1px 0;
margin: 5px 0;
}
#links li a {
	background: #FBFBFB;
	width: 150px;
	color: #000066;
	display: block;
	font: normal 120% "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
}
* html #links li a {
width: 150px;
}
#links li a:hover {
background: #F5F5F5;
}
#links a em {
color: #333;
display: block;
font: normal 85% "Century Gothic", tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height: 150%;
}
#links a span {
color: #125F15;
font: bold 70% "Century Gothic", tahoma,Verdana, Arial, Helvetica, sans-serif;
line-height: 200%;
}
