/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #64748B;
	border: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	background-color: #26354A;
	color: #FFBA00;
	font: 2.6em "Times New Roman", Times, serif;
	letter-spacing: 0.4em;
	padding: 0.75em;
}

h2 {
	color: #FF6600;
	font-weight: normal;
	font-size: 2.4em;
}

h3 {
	color: #2D374D;
	font-size: 1.2em;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	margin: 1em 0;
}
	
.tagline {
	color: #D3DCE6;
	font: 0.45em Arial, Helvetica, sans-serif;
	letter-spacing: 0.4em;
}

#navigation {
	border-bottom: 4px solid #FF6600;
	border-top: 4px solid #FF6600;
}

#navigation ul {
	background-color: #FFCC00;
	border-bottom: 1px solid #D3DCE6;
	border-top: 1px solid #D3DCE6;
	letter-spacing: 0.1em;
	padding: 0.5em;
}

#navigation li {
	border-right: 1px solid #FF6600;
	display: inline;
	list-style-type: none;
	margin: 0.5em;
	padding-right: 0.5em;
}

#navigation li a {
	color: #26354A;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #FF6600;
	color: #FFF;
}

#wrap {
	background-color: #D3DCE6;
	line-height: 1.2em;
}

#sidebar {
	background-color: #26354A;
	float: left;
	width: 230px;
}

#sidebar p {
	color: #FFBA00;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	padding: 0 2em;
}

#sidebar a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	color: #FFBA00;
}

#content {
	margin-left: 230px;
	padding: 4em;
}

#content_full {
	background-color: #D3DCE6;
	padding: 4em;
}

#content p, #content_full p {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding-top: 1em;
}

#content_full img {
	margin: 0.5em;
}

#footer {
	clear: both;
	height: 3em;
}

#home_footer {
	background: url(../images/mainBg.gif) repeat-y #D3DCE6;
	clear: both;
	height: 3em;
}

a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
}
