/* Fix Height */
html, body, #wrapper {height: 100%;} 

/* Fonts */
body {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 62.5%;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.8em;
	color: #666666;
}
h3 {
	font-size: 1.4em;
	color: #14556B;
	padding-left: 20px;
}
p, ul, ol {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	line-height: 130%;
}

ul {
	color: #666666;
	list-style: square;
}

a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/* Formatting */
body {
	margin: 0px;
	padding: 0px;
	/*background: #FFF url(images/page_bg.jpg) repeat-x left top; OLD BG*/
	background: #FFF;
	text-align: center;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 25px;
	display: block;
	font-size: 1.25em;
}

#wrapper {
	width: 760px;
	/*margin: 0px auto 0 auto;*/
	margin: 0;
	background: #FFF;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 20px 0 0 25px;
	background: url(images/header.png) repeat-x;
	font-size: 10pt;
	font-family: serif;
	font-weight: bold;
	min-height: 25px;
	height: 25px;
	color: #FFF;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height:25px;
}

#header li {
	margin: 0;
	padding: 0;
	margin-right: 20px;
	border: 1px solid #eeeeee;
	border-bottom: none;
	width: 80px;
	color: #ffffff;
	text-align: center;
	font-size: 8pt;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	float: left;
}

#header a {
	text-decoration: none;
	color: white;
	width: 75px;
}

#slogan a {
	text-decoration: none;
	color: white;
	width: 100px;
}

#header a:hover {
	text-decoration: underline;
}

#content {
	min-height: 100%;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	float: right;
	min-height: 100%;
	height: 100%;
	width: 200px;
	background: url(images/side_bg.png) repeat-y;
	border-bottom: 33px #d2d2c8 solid;
}

#sidebar #news {
	background: url(images/news.png) top center no-repeat;
	min-height: 100%;
	height: 100%;
}
#sidebar #news #newscontent {
	margin-top: 80px;
}
#sidebar ul {
	margin-top: -13px;
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar li {
	list-style-type: none;
	border-bottom: #eeeeee solid 1px;
	width: 200px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

#sidebar li:hover {
	background: #aaaaaa;
}

#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid black;
	font-size: 8pt;
	padding-top: 10px;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
}

#footer img {
	border: none;
	float: right;
}

#slogan {
	text-align: right;
	margin-top: -20px;
	margin-right: 15px;
	width: 200px;
	float: right;
	height: 15px;
}

.heading {
	margin-left: 20px;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	font-size: 14pt;
	width: 95%;
	color:#a51929;
}

#content ul {
	margin-left: 0px;
	padding-left: 0px;
}

#content li {
	list-style-type: none;
	background: url(images/arrow.png) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-left: 50px;
}

.center {
	text-align: center;
	width: 100%;
}

#pics img {
	margin: 0 auto;
}


/*CSS Hacks for Internet Explorer */

/* fix the over extended h2 borders */
/* * html h2 {
	zoom: 1;
} */

* html .heading {
/* double margin bug fix */
	display: inline;
	padding-top: 10px;
	margin-bottom: 10px;
}
