

body {
	margin: 0;
	text-align: center;
	background-image: url(images/bg-grad-wrmgry.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	padding: 0px;
	color: #666;
}
p {
}

a {
	text-decoration: none;
}
a:link {
	color: #666;
}

a:hover  {
	font-weight: bold;
	color: #576B76;
}

a:visited {
	color: #666;
}
a:active {
	color: #000000;
}

h1 {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display: inline;
	padding-right: 4px;
}

h2 {
	font-weight: bold;
	color: #EF2324;
	font-size: 11px;
	line-height: normal;
	letter-spacing: 0.1em;
	text-decoration: none;
}

h3 {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	white-space: pre;
	font-style: italic;
	text-decoration: underline;
}
h4 {
	font-weight: bold;
	color: #6666FF;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	font-style: normal;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999;
}

li {
	line-height: 2em;
	list-style-type: none;
}


#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	min-height: 600px;
}

#header {
	float: left; /* padding keeps the content of the div away from the edges */
	height: 115px;
	background-color: #FFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center 16px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 65px;
	top: 0px;
}

#menuLeft {
	float: left; /* since this element is floated, a width must be given */
	width:150px;
	padding-left: 28px;
	padding-top: 12px;
}

#contentMain {
	margin-top: 0;
	margin-right: 80px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 16px;
	line-height: 2em;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #D4D0C8;
}
#contentSpacer {
	margin-top: 0;
	margin-right: 80px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 16px;
	line-height: 2em;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #D4D0C8;
	height: 700px;
}


#contentWide {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 16px;
	line-height: 2em;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #D4D0C8;
	font-weight: normal;
	color: #333;
}
#contentBlog {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 16px;
	line-height: 2em;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #D4D0C8;
	font-weight: bold;
	font-size: 16px;
	color: #D4D0C8;
}

#footer {
	float: left;
	width:100%;
	height:80px;
	text-align: center;
	font-size: x-small;
	margin: 0
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

#scrollList {
	position:relative;
	width:340px;
	z-index:20;
	line-height: 2em;
	font-size: 11px;
	text-decoration: none;
	list-style-type: square;
	overflow: auto;
	float: left;
	height: 135px;
}
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;

}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#popup {
	font-weight: bold;
	color: #CCC;
	position: absolute;
	visibility: hidden;
	background-image: url(images/bg-popup.jpg);
	background-repeat: repeat-x;
}

