* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/background.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

a {
    text-decoration: none;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

li.checked {
	margin-left: 2em;
	list-style-image: url(images/checked.gif);
}

li.unchecked {
	margin-left: 2em;
	list-style-image: url(images/unchecked.gif);
}

ul li {
	list-style: none;
}

#list ul {
	line-height: 1.4em;
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #385B88;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: left;
	margin: 0 1em 1em 0;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.boxed .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#header {
	width: 700px;
	height: 152px;
	margin: 0 auto;
}

#info_box {
	border: 1px dashed black;
	padding: 15px;
}

#info_box h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #E4672E;
}

/* Header > Logo */

#logo {
	height: 152px;
	background: url(images/logo.gif) no-repeat left bottom;
}

#logo h1 {
	padding: 10px 0 0 0;
	text-transform: none;
	font-size: 3em;
}

#logo h2 {
	margin: 0;
	padding: 5px 0 0 100px;
	text-transform: none;
	font-size: 1.6em;
}

#logo a {
	text-decoration: none;
	color: #385B88;
}



/* Menu */

#menu {
	width: 700px;
	height: 20px;
	margin: -40px auto 0 auto;
	padding: 0 0 0 200px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 2.5em 0 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
}

.strike {
	text-decoration: line-through;
}

/* Content > Main */

#main {
	float: left;
	width: 460px;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin: -138px 0 0 0;
}

/* Content > Sidebar > quote */

#quote p {
	line-height: 1.2em;
	padding: 8px 12px 0 12px;
	text-align: justify;
}

#quote_author a {
	text-decoration: none;
	color: #385B88;
	font-size: 0.9em;
	font-style: italic;
}

#quote_author {
	text-align: right;
	margin-top: -10px;
}

/* Content > Sidebar > links*/

#links {
}

#links li {
	margin-bottom: 1em;
}

#links h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#links p {
	margin: 0;
	padding: 0 0 0 12px;
	line-height: .5em;
	font-size: .8em;
}

#links a {
	text-decoration: none;
}

/* Content > Sidebar > progress*/

#progress h2 {
	margin-bottom: -5px;
}

#progress ul {
	margin: 0;
	list-style: none;
}

#progress li {
	margin-bottom: 1em;
}

#progress h3 {
	margin: 0;
	padding: 0 0 0 0px;
	font-size: x-small;
}

#progress p {
	margin: 0;
	padding: 0 12px 0 12px;
	line-height: 1.2em;
	font-size: .85em;
	text-align: justify;
}

#progress a {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0 20px 0;
	background: #C3CDDB;
	border: 1px solid #CAD4DF;
	text-align: right;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
}
