body {
	background-color:#333333;
	color:#000000;
	text-align:center;
	margin:0;
	font-family:Arial;
	font-size:10pt;
	background-image:url(images/backgroundheader.png);
	background-repeat:repeat-x;
}

/* The body 2 creates the footer 100% */
#body2 {
	background-image:url(images/backgroundfooter.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	height:100%;
}

#page {
	width:900px;
	margin:auto;
	padding:auto;
	background-image:url(images/page.png);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	width:900px;
	height:193px;
	background-image:url(images/header.png);
	text-align:center;
}

#headertop {
	height:117px;
	clear:both;
}

#headerbottom {
	text-align:center;
}

#h1 {
	font-family:Arial;
	padding-top:45px;
	padding-left:65px;
	font-size:25pt;
	text-align:left;
	margin: 0;
	color:#FFFFFF;
	font-weight:lighter;
}

.tagline {
	padding-left:68px;
	font-family:Arial;
	font-size:13pt;
	color:#CCCCCC;
	text-align:left;
	clear:both;
	font-weight:lighter;
}

.menulist { /* This is the menu/tab list */
	padding-top:12px;
	margin-left:40px;  /* Change this percentage until it looks centered on the page */
}

.menuitem a {
	background-image:url(images/tabinactive.png);
	height:16px;
	display:inline;
	float:left;
	padding-left:4px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:7pt;
	padding-top:18px;
	padding-right:4px;
	padding-bottom:8px;
	cursor:pointer;
	margin-right:4px;
	margin-top:-1px;
}

.menuitem a:hover {
	background-image:url(images/tabinactivehover.png);
	color:#333333;
}

.menuitemactive a {
	background-image:url(images/tableft.png);
	height:16px;
	display:inline;
	float:left;
	padding-left:23px;
	color:#000000;
	font-family:Arial;
	font-size:10pt;
	padding-top:18px;
	padding-right:10px;
	padding-bottom:8px;
	cursor:pointer;
}

.menuitemactiveend {
	background-image:url(images/tabend.png);
	height:42px;
	width:17px;
	float:left;
}

.menuitem:hover, .menuitem a:hover {
	background-color:#919191;
}

a {
	color:#A52A2A;
	text-decoration:none;
}

a:hover {
	}
	
#sidebar {
	width:250px;
	float:right;
	padding-right:8px;
}

#mainarea {
	width:630px;
	float:left;
	text-align:left;
	line-height:15pt;
}

#sidebarinner {
	padding:0px 10px 10px 0px;
}

#sidebarinner a {
	color:#FFFFFF;
	text-decoration:none;
}

.widget {
	width:240px;
	background-image:url(images/widget.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

.widgetinner {
	text-align:left;
	padding-left:15px;
	padding-top:10px;
	padding-right:25px;
	padding-bottom:20px;
	line-height:15pt;
}

#contentarea {
	padding:0px 20px 10px 40px;
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	background-color:transparent;
}

#leftarea
{

position:absolute;
left:75px;
float:left;
}

h2 {
	font-family:Arial;
	font-size:12pt;
	padding-bottom:5px;
	border-bottom:3px solid #525252;
	text-align:left;
}

.widgettitle {
	font-family:Arial;
	font-size:12pt;
	padding-top:5px;
	font-weight:bold;
	color:#FFFFFF;
}
	

.newsdate {
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	color:#FFFFCC;
}

#footer {
	width:100%;
	height:28px;
	padding-top:45px;
	padding-bottom:10px;
	font-size:8pt;
	clear:both;
	background-image:url(images/footer.png);
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#searchbox {
	border:1px solid #FFFFFC;
	padding:2px;
	font-size:9pt;
	font-family:Arial;
	color:#333333;
	width:120px;
}

#searchbutton {
	border:1px solid #FFFFFC;
	padding:1px;
	font-size:8pt;
	font-family:Arial;
	color:#333333;;
}

#clear {
	clear:both;
	height:6px;
}
