/* Blue - #0e6bad - active links */
/* Orange - #f36d21 - hover links */
/* Dark gray - #404040 - text color */
/* Light gray - #cccccc - sidebar border */
/* Extremely light gray - #fcfcfc - sidebar background color */

body {
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	color: #404040;  /* Dark gray */
	background: #ffffff;  /* White */
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}

a:link, a:visited {
	color: #0e6bad;  /* Blue */
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #f36d21;  /* Orange */
	}

a:hover {
	color: #f36d21;  /* Orange */
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #f36d21;  /* Orange */
	}

h1 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	}

h1 a:link, h1 a:visited {
	border: none;
	}

h1 a:hover {
	border: none;
	}

h2 {
	color: #0e6bad;  /* Blue */
	margin: 10px 0px 0px 0px;
	}

ul li {
	padding: 10px 0px 0px 0px;
	}

#header-container {
	width: 900px;
	margin: 0px auto 0px auto;
	}

#header-wrapper {
	width: 900px;
	float: left;
	margin: 0px auto 0px auto;
	background: transparent;
	background-image: url('images/bg-content.png');
	background-repeat: repeat-y;
	}

#header {
	width: 750px;
	float: left;
	clear: left;
	text-align: left;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 113px;
	display: inline;
	}

#navigation {
	float: right;
	border-top: 5px solid #f36d21;  /* Orange */
	margin-top: 20px;
	padding: 10px 0px 10px 0px;
	font-size: 20px;
	color: #0e6bad;  /* Blue */
	}
	
#navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#navigation ul li {
	list-style-type: none;
	display: inline;
	}

#navigation li a {
	margin: 5px 10px;
	padding: 5px 5px;
	color: #0e6bad;  /* Blue */
	text-decoration: none;
	border-bottom: 0px;
	}

#navigation li a:hover {
	color: #f36d21;  /* Orange */
	}

#navigation .current a:link, #navigation .current a:visited {
	color: #f36d21;  /* Orange */
	}

#content-container {
	width: 900px;
	margin: 0px auto 0px auto;
	}

#content-wrapper {
	width: 900px;
	float: left;
	margin: 0px auto 0px auto;
	background: transparent;
	background-image: url('images/bg-content.png');
	background-repeat: repeat-y;
	}

#content {
	width: 500px;
	clear: left;
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0px;	
	padding: 10px 0px 20px 113px;
	display: inline;
	}

#sidebar {
	width: 190px;
	font-size: 12px;
	line-height: 20px;
	background: #fcfcfc;  /* Extremely light gray */
	float: right;
	margin: 20px 20px 20px 0px;
	padding: 0px 10px 10px 10px;
	display: inline;
	border: 2px solid #cccccc;  /* Light gray */
	}
	
#sidebar h2 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}

#footer-wrapper {
	width: 900px;
	height: 193px;
	margin: 0px auto 0px auto;
	}

#footer {
	height: 193px;
	clear: both;
	font-size: 10px;
	text-align: right;
	background-image: url('images/bg-footer.gif');
	background-repeat: no-repeat;
	background-position: right top;
    padding: 0px 0px 0px 0px;
	}