@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul {

margin:0;
padding: 0;
}
body {
	background: #76A4D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#holder {
	width: 780px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}#logo {
	width: 155px;
	float: left;
}
#header {
	background: url(images/name.jpg) no-repeat;
	width: 605px;
	float: right;
	text-align: right;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 10px;
}
#header a {
	color: #000000;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#topmenu {
	width: 625px;
	margin-bottom: 15px;
	float: right;
}
#pageheading {
	position: absolute;
	width: 325px;
	top: 105px;
	left: 160px;
}
#sidebar {
	width: 270px;
	z-index: 1;
	float: right;
	margin-right: 25px;
}

*html #sidebar {
margin-right:10px;

}
#content {
	width: 406px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	background: #FFFFFF url(images/content_background.gif) repeat-y;
	margin-left: 22px;
	line-height: 1.7em;
}

*html #content {
margin-left:11px;

}

#content ul {
margin-left:20px;
margin-bottom: 1.5em;

}


#content p {
margin-bottom:10px;
}
#breadcrumbs {
	margin-left: -20px;
	padding-left: 20px;
	background: url(images/content_top.gif) no-repeat;
	margin-right: -20px;
	height: 15px;
}
.figure {
	margin-right: 20px;
	margin-bottom: 5px;
}

#submenu {
	background: url(images/submenu_backround.gif);
	margin-top: 15px;
}
#submenufrontpage {
	margin-top: 15px;
	font-size: 10px;
	background: url(images/submenu_backround.gif);
}
#submenufrontpage p {
	margin-left: 34px;
	margin-top: 10px;
	margin-right: 25px;
}


#submenu ul{
	list-style-type: none;
	margin-left: 20px;
	margin-top: 5px;
	line-height: 20px;
	margin-bottom: 10px;
	
}

#submenu li{
	background: url(images/bullet_green.gif) no-repeat 0px 7px;
	padding-left: 15px;
	
}


#submenu a {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;

}

#submenu a:hover {

text-decoration:underline;

}

#submenu a.current {
	color: #8BAC35;

}

#submenu ul ul {
	font-size:0.9em;
	line-height: 17px;
	list-style-type: none;
}

#quote {
	text-align: center;
	margin-top: 15px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: #8BAC35;
	font-weight: bold;
}
#submenu .note {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: #8BAC35;
	font-weight: bold;
	text-align: center;
}




#footer {
	clear: both;
}
#footermenu {
	background: #76A4D5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
}
#footermenu a {
	color: #FFFFFF;
	text-decoration: none;
}


#footer .credit {
	color:#E1E1E1;
}
h2 {
	color: #0066CC;
	margin-bottom: 15px;
	font-size: 16px;
}
