@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 18px;
}
#container  {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #636;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sidebar ul li {
	list-style-image: url(../images/bullet-purple.gif);
	margin-bottom: 4px;
	padding: 0px;
}
#sidebar {
	float: right;
	width: 225px;
	margin-left: 10px;
	background-color: #EDFEFC;
	border: 3px solid #99D5CD;
	padding: 8px;
}
#sidebar h2 {
	color: #038976;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 18px;
}
#navbar {
	float: left;
	width: 150px;
	margin-top: 5px;
}
#content ul li {
	list-style-image: url(../images/bullet-purple.gif);
}
.date {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	font-weight: bold;
	color: #915D88;
}
#content {
	width: 485px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.strapline {
	float: right;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
.clear {
	clear: both;
}
#header  {
	height: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
}
#header .logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer  {
	padding: 0 10px;
	background-color: #FFF;
	text-align: center;
	font-size: 12px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainContent h1 {
	font-size: 20px;
	color: #038976;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	list-style: none;
	background-color: #7C4777;
	text-align: left;
	margin: 0;
	padding: 3px;
	border: 1px solid #7C4777;
}
#navbar ul li a {
	display: block;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 3px;
}
#navbar a:link, a:visited { color: #FFFFFF; }
#navbar a:hover, a:active { color: #000000; } 
#navbar a:hover {
	background-color: #7B82FA;
	padding-left: 3px;
}
.nav_subtitle p{
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
}
#content h2 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content img {
	border: 1px solid #333;
	padding: 0px;
	margin: 5px;
}
#footer img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
#content a:link {
	color: #000;
	font-weight: bold;
}
#content a:visited {
	color: #000;
	font-weight: bold;
}
