body {
	background-color: #666;
	color: #000000;
	margin: 0;
	font: 9pt Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

img {
	border: 0;
}

a.image {
	border-bottom: 0;
}

h1 {
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}

h3 {
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}

#wrapper {
	width: 1050px;
	margin: 0 auto;
	border-left: 3px solid #4b4b4b;
	border-right: 3px solid #4b4b4b;
	border-bottom: 3px solid #4b4b4b;
	background: #78797B url(images/background.jpg) repeat;
}

/* Page structures */

#header {
	height: 145px;
	background: url(images/header.jpg) no-repeat;
	width: 1050px;
}

#main {
	background: url(images/pageGradient.jpg) repeat-x;
}

#left {
	width: 200px;
	float: left;
	background: none repeat-x;
	border-right-width: 1px;
	border-right-color: #4c4c4c;
}

#right {
	background-color: #fff;
	float: left;
	width: 700px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

#footer {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.footerContent, .footerContent a {
	color: #000000;
	font-size: 8pt;
}

/* Image css */

.headerImages {
	margin-top: 20px;
	float: right;
	padding-right: 150px;
}

.headerImg {
	height: 110px;
	border-top-color: #7f7f7f;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: #7f7f7f;
	border-right: 2px ridge #3f3f3f;
	border-bottom: 2px ridge #7f7f7f;
	border-style: none;
}

.cuttleLogo {
	display: none;
}

/* Sidebar styles */

.sidebar {
	margin: 0px;
}

.sidebar ul {
	padding-top: 20px;
	margin: 0;
	padding-left: 0;
}

.sidebar li {
	list-style-type: none;
	margin: 0;
	text-align: left;
	padding: 2px 0;
}

.sidebar li a {
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: none;
	font-weight: normal;
	font-style: normal;
}

.sidebar li a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.menu_default {
	color: #666;
}

.sidebar li a:hover, .menu_current {
	background-color: #003d82;
	margin: 0;
	color: #fff;
}

/* Page styles */

.content {
	margin: 20px 30px 100px;
	line-height: 1.5em;
}

.content ul {
	list-style-type: square;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

.content li {
	list-style-position: inside;
	list-style-type: disc;
	padding-bottom: 10px;
}

.content a {
	color: #000000;
	border-bottom: 1px dotted #003d82;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.content a:hover {
	color: #000000;
	border-bottom: 1px solid #003d82;
	font-weight: normal;
	font-style: normal;
}

.title {
	font-size: 16pt;
}

.subtitle {
	font-size: 12pt;
}

.post_title, post_title a {
	font-size: 12pt;
}
