* {
	margin: 0;
	padding: 0;
}

body {
	background: #f7f7f4 url(images/bg.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/blockquote.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #2a67ac;
}

a:active {
	color: #5dbd23;
}

a:visited {
	color: #2a67ac;
}

a:hover {
	text-decoration: none;
	color: #5dbd23;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #ccc;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 153px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #ccc;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #5f99d8;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 769px;
	height: 70px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
}

#header h1 {
	float: left;
	width: 759px;
	height: 49px;
	margin: 0;
	padding: 20px 0 0 10px;
	font-size: 36px;
}

#header h3 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: #fff;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 769px;
	margin: 0 auto;
	padding: 20px 0;
	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
	background: #fff;
}

/* Content */

#content {
	float: left;
	width: 549px;
	padding-top: 10px;
}

#widecontent {
	float: left;
	width: 769px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #fff;
}

#sidebar h2 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
	border-bottom: 1px #fff dotted;
}

#sidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar a:hover {
	color: #e2e2e2;
}


.bluebox {
	background: #5f99d8;
	border: solid #2a67ac;
	border-width: 0px 2px 5px 2px;
}

.bluebox h2 {
	background: #2a67ac;
}

/* Footer */

#footer {
	clear: both;
	height: 70px;
	padding: 25px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

/* Tables */

.GeneralTable {
	border: #5f99d8 solid;
	border-width: 5px 2px 3px 2px;
	border-collapse: collapse;
}

.GeneralTable tr {
	border: 1px #5f99d8 solid;
	-moz-border-radius: 0px 0px 0px 0px;
}

.GeneralTable td {
	border: 1px #5f99d8 solid;
	-moz-border-radius: 0px 0px 0px 0px;
}

.GeneralTable .noborder {
	border: 0px #5f99d8 solid;
	-moz-border-radius: 0px 0px 0px 0px;
}

.GeneralTable .bg {
	background: #eff5fb;
}

.GeneralTable .tdHeading {
	text-align: right;
	padding: 5px 5px 5px 0px;
	font-weight: bold;
	font-size: 14px;
	background: #caddf2;
	vertical-align: top;
	color: #000;
}

.GeneralTable .tdText {
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	text-align: left;
}

.signup {
	text-align: center;
	margin: 0px auto;
	font-size: 14px;
	font-weight: bold;
}

.signup a {
	color: #cf2d2d;
}

.signup a:visted {
	color: #2a67ac;
}

.signup a:hover {
	color: #2a67ac;
}

.GeneralTable .center {
	text-align: center;
}

.GeneralTable ul {
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0 10px 0 10px;
}


.WideTable {
	border: #5f99d8 solid;
	border-width: 5px 2px 3px 2px;
	border-collapse: collapse;
	font-size: 11px;
}

.WideTable tr {
	border: 2px #5f99d8 solid;
}

.WideTable td {
	border: 1px #5f99d8 solid;
}

.WideTable .noborder {
	border: 0px #fff solid;
}

.WideTable .noborder tr {
	border: 0px #fff solid;
}

.WideTable .noborder td {
	border: 0px #fff solid;
	height: 24px;
}

.WideTable .bg {
	background: #eff5fb;
}

.WideTable .tdHeading {
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	font-size: 14px;
	background: #caddf2;
	vertical-align: middle;
	color: #000;
}

.WideTable .tdText {
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	text-align: left;
}

.WideTable .center {
	text-align: center;
}

.WideTable .specialoffer {
	text-align: center;
	color: #cf2d2d;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0px;
	margin: 0 auto;
	background-color: #ffff00;
}

.WideTable ul {
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0 10px 0 10px;
}



/* Images */

.floatright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.floatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}