* {
	margin: 0;
	padding: 0;
}

body {
	background: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	overflow:auto;
}

#bg {
	background: #666666 url(../images/body_bg.png) repeat-y center top; 
}

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

h2 {
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
}

p {
	font-size: 100%;
	font-family: Arial;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #2b78a4;
}

a:hover {
	text-decoration: none;
	color: #96c900;
}

img {
	border: none;
}

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

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(../images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px 20px 20px 20px;
	border-top: 1px solid #FFFFFF;
	background: #ffffff;
	border: 3px solid #2b78a4;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-webkit-border-top-left-radius: 10px;
}

/* Post */

.post {
}

.post .title {
	background: #65b32e url(../images/img10.gif) no-repeat right top;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: #ffffff;
	border: 3px solid #2b78a4;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-webkit-border-top-left-radius: 10px;
	font-size: 100%;
	font-family: Arial;
}

/* Page Wrap */

#wrap{
	margin: auto;
	width: 960px;
	background: #333333;
	border: 5px solid #96c900;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-webkit-border-top-left-radius: 10px;
}

/* Header */

#header {
	width: 960px;
	height: 220px;
	margin: 0 auto;
	background: #ffffff url(../images/header.png) no-repeat;
}


/* Header > Menu */

#menu {
}

#menu ul {
	margin: 0 0 20px 0;
	padding-top: 220px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin: 0 0 20px 0;
	padding-top: 10px;
	background: url(../images/menu.png) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(../images/img04.gif);
	color: #ffffff;
}

#menu .active a {
	background-image: url(../images/img05.gif);
	color: #ffffff;
}

/* Content */

#content {
	width: 920px;
	margin: 25px 0 20px 0;
	padding:20px;
}

/* Content > Main */

#main {
	float: left;
	width: 680px;
	padding-right: 20px;
}

#main .boxed .title h2 {
	background: url(../images/img10.gif) no-repeat right top;
}

/* Content > Main > Welcome */

#welcome {
}

#welcome h2 {
	font-size: 18px;
	margin: -5px 0 15px 0;
}

/* Content > Main > Portfolio */

#portfolio {
	margin: 0 0 20px 0;
}

#portfolio img {
	margin: 0 8px 0 8px;
}

#portfolio h2 {
	font-size: 18px;
	margin: -5px 0 15px 0;
}

#portfolio a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/* Content > Main > About Downloads */

#downloads {
}

#downloads h2 {
	font-size: 18px;
	margin: -5px 0 0px 0;
	text-align: left;
}

/* Content > Main > Self-help */

#selfhelp {
}

#selfhelp blockquote{
	width: 620px;
	padding: 5px;
	margin-left: -5px;
	background-color: #f0f0f0;
	background: url(../images/quote.png) top left no-repeat;
	text-align: justify;
	border: 1px solid #E0E0E0;
	align: center;
}

#selfhelp blockquote h2{
	color: #2b78a4;
}

#selfhelp h2 {
	font-size: 18px;
	margin: -5px 0 0px 0;
	text-align: left;
}

#selfhelp h3 {
	text-align: center;
}

#selfhelp h4 {
	font-size: 18px;
	margin: -5px 0 15px 0;
	text-align: center;
}

/* Content > Main > Specials */

#specials {
}

#specials h3{
	text-align:left;
	font-size: 14px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar .boxed .title h2 {
	background: url(../images/img08.gif) no-repeat;
}

/* Content > Sidebar > News */

#news{
}

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

#news ol {
	margin-left: 7px;
	line-height: 20px;
}

#news h3 {
	font-size: 14px;
	text-align: left;
}

#news h4 {
	font-size: 10px;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 15px;
}

#news p {
	line-height: normal;
	font-size: 100%;
	text-align: left;
	margin-left: 7px;
}

#news h2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#news a {
	text-decoration: none;
	text-align: left;
}

/* Content > Sidebar > Projects */

#projects{
}

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

#projects ol {
	margin-left: 7px;
	line-height: 20px;
}

#projects h3 {
	font-size: .8em;
	text-align: left;
}

#projects p {
	line-height: normal;
	font-size: 100%;
}

#projects h2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#projects a {
	text-decoration: none;
	text-align: left;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: right;
	width: 180px;
	padding-left: 20px;
}

#sidebar2 .boxed .title h2 {
	background: url(../images/img10.gif) no-repeat right top;
}

/* Dropdowns */

.msg_list {
	margin: 0px;
	padding: 0px;
}
.msg_head {
	cursor: pointer;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}
.msg_body {
	width: 550px;
	padding: 5px 5px 5px;
	margin-bottom: 15px;
	margin-top: -7px;
	background-color: #f0f0f0;
	text-align: justify;
	border: 1px solid #E0E0E0;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 15px 0 0 0;
	background: #96c900;
	padding: 15px 0 15px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
	color: #333333;
}

/* Footer > Links */

#links {
}

#bgbottom {
	background: #666666 url(../images/bg_bottom.png) center bottom; 
}