/* padding-top padding-right padding-bottom padding-left */
* {
	padding:0;
	margin:0;
}

body {
	color: #000000;
	background-color:#eeeeee;
	background-image: url("/static/background.gif");
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:13px;
	margin:20px auto;
	width:800px;
	padding-left:10px;
	padding-right:10px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
margin:10px;
}

h1 {font-size:20px; font-weight: normal;}

h2 {font-size:18px; font-weight: normal;}

h3 {font-size:14px; font-weight: normal;}

h4 {font-size:12px; font-weight: normal;}

img {border: 0px;}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto }


li, dd { 
	margin-left:2em;
}

a {
	color: #ff0033;
	font-weight: normal;
	text-decoration:none;
	outline:none;
}

a:hover {
	color: #ffff00;
	font-weight: normal;
	text-decoration: none;
}

#header {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#cccccc;
/*	background-color:#eeeeee; */
/*	border: 1px solid #333; */
	height 50px; /* sync with header height */
	width:100%;
}

/*
#contact {
	padding:5px 10px 0px 0px;
	float:right;
}

#contact a {
	color: #ffffff;
	background-color:#666666;
	font-weight:bold;
	text-decoration:none;
}

#contact a:hover {
	color: #ffffff;
	background-color:#666666;
	text-decoration:underline;
}
*/
#title {
	color:#ffffff;
	background-color:#666666;
	font-size:3em;
	font-weight:normal;
	margin:22px 0px 0px 20px;
	float:left;
}

#title a {
	color:#ffffff;
	background-color:#666666;
	text-decoration: none;
}

#slogan {
	color:#ffffff;
	background-color:#666666;
	font-size:medium;
	font-weight:normal;
	font-style:normal;
	padding:50px 10px 0px 0px;
	float:right;
	margin:0px 0px 0px 0px;
}

/*
#path {
	width:530px;
	clear:both;
	float:left;
	font-size:0.83em;
	font-weight:normal;
	margin:0px 0px 25px 0px;
}

#path a {
	font-weight:normal;
}
*/

/* padding-top padding-right padding-bottom padding-left */

#menucontent {
	clear:both;
	font-family:Arial, sans-serif;
	color:#000000;
	background-color:#cc0033;
	font-size:1em;
	padding:0px 0px 0px 50px;
	margin:0px 0px 0px 0px;
	width:780px;
	float:left;
}

#menucontent ul { 
	clear:both;
	list-style: none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
/* 	width:802px; sync with menucontent width */
}

#menucontent li {
	float: left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
/*	width:150px; */
}

#menucontent a {
	color:#ffffff;
	background-color:#cc0033;
	display: block;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 10px;
}

#menucontent a:hover {
	color:#333333;
	background-color:#ffffff;
	background: #ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 10px;
}



#maincontent {
	font-size:1.0em;
	padding:0px 0px 5px 0px;
	margin:5px 0px 30px 20px;
	width:770px; /* was 530 */
	float:left;
}


#footer {
	color:#000000;
/*	background-color:#eeeeee; */
/*	border-top:1px solid #333333; */
	width: auto;

}

#footer a {
/*	color:#000000; */
/*	background-color:#eeeeee; */
	text-decoration: none;
}

#footer a:hover {
	color:#cc0033;
/*	background-color:#eeeeee; */
	font-weight: normal;
	text-decoration: underline;
}

#copyright {
	color:#000000;
/*	background-color:#eeeeee; */
	padding:5px 20px 5px 10px;
	float:right;
}

/* #footercontact {
	color:#000000;
	background-color:#eeeeee;
	padding:5px 10px 5px 0px;
	float:right;
} */
