/*[fmt]1A90-1A0B-350*/

/*
Template Name: fword One
Author: fword Design
Author URI: http://fworddesign.com/
Licence: <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>
*/


/*General styles*/
body {
	font-family: Verdana;
	font-size: 76%;
	margin: 0;
	padding: 15px 0 0;
	background-color: #191919;
	text-align: center;
}

/*Outer wrapper styles*/
div#outer {
	background-color: #F7F7F7;
	width: 760px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	text-align: left;
}

/*Header styles*/
div#header {
	height: 150px;
	background: url(../images/header.png) no-repeat;
	border: 1px solid #FFFFFF;
}

div#header h1 {
	text-align: center;
	font: italic bold 2.5em/1 Georgia;
	padding: 50px 0 10px;
}

div#header h1 a {
	color: #FEFEFE;
	text-decoration: none;
}

div#header h1 a:hover {
	color: #FAFF1F;
}

div#header p {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	color: #FAFF1F;
}

/*Main content styles*/
div#content {
	background-color: #FFFFFF;
	width: 495px;
	float: left;
	padding: 20px;
}

div#content h2.page-title {
	font: normal bold 1.5em Georgia;
	font-style: italic;
	border-bottom: 2px dotted #DADADA;
	padding: 0 0 2px;
	margin: 2px 0 10px;
	color: #003298;
}

div#content p {
	margin: 0;
	padding: 10px 0;
	line-height: 18px;
	word-spacing: 2px;
	color: #000066;
	font-size: 1.1em;
}

div#content p a {
	color: #003298;
	font-weight: bold;
	text-decoration: none;
}

div#content p a:hover {
	color: #7D7D7D;
}

div#content p.suffix {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	padding: 0;
	color: #003298;
}

/*Sidebar styles*/
div#sidebar {
	float: right;
	width: 180px;
	padding: 20px;
}

div#sidebar h2 {
	font: italic bold 1.3em/1.5 Georgia;
	padding: 0 0 5px;
	margin: 0;
}

div#sidebar ul {
	margin: 0;
	padding: 0px 0 30px;
	text-align: left;
}

div#sidebar li {
	list-style-type: none;
}

div#sidebar ul li {
	margin: 0;
	padding: 3px 0 10px 20px;
	background: url(../images/bullet.png) no-repeat 1px 4px;
}

div#sidebar ul li a {
	text-decoration: none;
	font-size: 1em;
	color: #003298;
	font-weight: normal;
}

div#sidebar ul li a:hover {
	color: #7E7E7E;
	padding-bottom: 2px;
}

/*Footer styles*/
div#footer {
	background-color: #1E1E66;
	clear: both;
	height: 40px;
	text-align: center;
	border: 1px solid #FFFFFF;
}

div#footer p {
	clear: both;
	padding: 14px 0;
	font-size: 0.9em;
	font-style: italic;
	color: #FFFFFF;
}

div#footer p a {
	color: #FAFF1F;
	text-decoration: none;
	font-weight: bold;
}

div#footer p a:hover {
	color: #7D7D7D;
	padding-bottom: 2px;
}
