
* {
	padding:0;
	margin:0;
}

body {
	color: #666666;
	background-color:#ffffff;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:83%;
	margin:20px auto;
	width:760px;
	padding-left:10px;
	padding-right:10px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.75em 0;}

h1 {font-size:167%;
	}

h2 {font-size:167%;}

h3 {font-size:120%;}

h4 {font-size:100%;}

li, dd { 
	margin-left:2em;
}

img {
padding:3px;
margin: 4px;
background-color:#FFFFFF;
border-color:#cccccc;
border-width: 1px;
border-style:solid;
}

a {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
}

#contact {
	padding:0px 0px 0px 0px;
	float:right;
}

#contact a {
	color: #CC0000;
	font-weight:bold;
	text-decoration:none;
}

#contact a:hover {
	color: #CC0000;
	text-decoration:underline;
}

#header {
	height:85px;
	clear:both;
	color: #CC0000;
	background-image:url(../images/headr.gif);
	background-position:left;
	background-repeat: no-repeat;
	padding:5px 0px 10px 0px;
	margin:0px 0px 0px 0px;

}

#title {
	color: #CC0000;
	font-size:200%;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}

#slogan {
	color:#666666;
	font-size:83%;
	font-weight:normal;
	font-style:normal;
	padding:0px 20px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	width:35%;
}

ul#nav {
	line-height:125%;
	height:3em;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	text-align: center;
	width:60%;
}

ul#nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: right;
}

ul#nav li a {
	display: block;
	font-size: small;
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}

ul#nav li a:hover { 
	border-bottom:3px solid #CC0000;
}

ul#nav a.selected { 
	border-bottom:3px solid #CC0000;
}

#path {
	width:760px;
	clear:both;
	float:left;
	font-size:75%;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	border-top:5px solid #cccccc;

}

#path a {
	font-weight:normal;
}

#maincontent {
	font-size:100%;
	padding:0px 5px 5px 0px;
	margin:0px 0px 0px 0px;
	width:540px;
	float:left;
}

#sidecontent {
	font-family:Arial, sans-serif;
	color: #666666;
	background-image:url(../images/bgs9.gif);
	background-repeat:no-repeat;
	font-size:15px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	width:180px;
	height:320px;
	float:right;
	border: 1px solid #cccccc
}

#sidecontent a {
	color: #CC0000;
	background-image:url(../images/bghz1.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left:18px;
}

#sidecontent a:hover {
	color:#CC0000;
	font-weight: normal;
	text-decoration: underline;
	background-image:url(../images/bghz2.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 18px;
}


#sidecontent h2 { margin:0.75em 0.25em 0.25em 0em;}

#sidecontent ul { margin:0.25em 0.25em 0.25em 0.25em;}







#footer {
	height:70px;
	width: 542px;
	color:#cccccc;
	background-image:url(../images/footr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	border-top:5px solid #cccccc;
	border-bottom:0px solid #cccccc;
	font-size:75%;
	line-height:1.5em;
	clear:both;
}

#footer	a {
	color:#CC0000;
	text-decoration: none;
}

#footer	a:hover {
	color:#CC0000;
	font-weight: normal;
	text-decoration: underline;
}

#copyrightdesign {
	color:#666666;
	padding:5px 20px 5px 0px;
	margin-left:5px;
	float:left;
}

#footercontact {
	color:#CC0000;
	padding:5px 0px 5px 0px;
	margin-right:5px;
	float:right;
}

