* {
	margin: 0;
	padding: 0;
}

body {
	background: #355379 url(img/bg.jpg) no-repeat center top;
	font: normal small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3 {
}

h2 {
}

h3 {
}

img {
	border: 0;
	vertical-align: middle;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

pre {
	border: 1px solid #FFFFFF;
	font-size: small;
	font: sans-serif;
	color: #FFFF55;
	line-height: 50%;
}
/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	background: #788CA5;
	border: 3px solid #FFFFFF;
}

.boxed .title {
	height: 26px;
	padding: 10px 0 0 10px;
	background: url(img/devider.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
	font-size: 1em;
	color: #355379;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}


/* Post */

.post {
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	background: #788CA5;
	border: 3px solid #FFFFFF;
}

.post .title {
	clear: both;
	padding: 20px 0;
	color: #355379;
}

.post .date {
	float: left;
	width: 110px;
	height: 21px;
	padding: 9px 0 0 0;
	background: #FFFFFF;
	text-align: center;
	font-size: x-small;
	color: #355379;
}

.post .date a{
	color: #355379;
	text-decoration: none;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
	display: none;
}

.post .meta {
	float: left;
	width: 420px;
	height: 28px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
}

.post h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo {
	width: 960px;
	height: 220px;
	margin: 0 auto;
	background: url(img/bg.jpg) no-repeat;
}

#logo h1 {
	padding: 70px 0 0 9px;
	letter-spacing: -2px;
	font-size: 4em;
}

#logo h1 span {
	font-size: .7em;
	font-weight: normal;
}

#logo h2 {
	margin-top: -1em;
	padding: 0 0 0 40px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: -50px auto 0 auto;
	/*background: url(img/devider.gif) no-repeat;*/
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: .8em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	text-transform: uppercase;
	font: 1em sans-serif;
	font-weight: bold;
}

/* Content */

#content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 720px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

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

#sidebar a {
}

/* Content > Sidebar > left_menu */

#left_menu {
}

#left_menu form {
}

#left_menu fieldset {
	border: none;
}

#left_menu legend {
	display: none;
}

#left_menu label {
	font-size: x-small;
	font-weight: bold;
}

#left_menu input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#left_menu a {
	text-decoration: none;
}

#left_menu a:hover {
	text-decoration: underline;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

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

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Content > Sidebar > Hosted*/

#hosted {
}

#hosted .content {
	padding: 10px 0;
}

#hosted ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#hosted li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}


/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px dotted #FFFFFF;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* Forums Stuff */
.forum_header {
	padding: 10px 10px 10px 10px;
	background: #788CA5;
	border: 3px solid #FFFFFF;
	width: 90%;
	text-align: center;
	padding: 5px;
	margin: 5px;
	border-spacing: 0px;
}

.forum_header th {
	padding: 5px 0 5px 0;
	background: #FFFFFF;
	text-align: center;
	color: #355379;
}

.forum_header th.left {
	text-align: left;
}

.forum_header td.left {
	text-align: left;
}

.forum_header a {
	text-decoration: none;
	color: #FFFFFF;
}

.forum_header a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

a.forum {
	text-decoration: none;
	color: #FFFFFF;
}

a.forum:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

.forum_post_info {
	font-size: x-small;
	width: 100px;
}

.forum_post_split {
	width: 15px;
}

.forum_post_data {
	text-align: justify;
	font-size: small;
}

.forum_post_darkline {
	background: #355379;
}

.forum_post_data a {
	text-decoration: none;
	color: #CCE0E0;
}

.forum_post_data a:hover {
	text-decoration: underline;
	color: #DDBBBB;
}

.forum_post_data


table.excel
{
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #a1a5bb #a1a5bb #a1a5bb #a1a5bb;
	border-collapse: separate;
	background-color: white;
	width:100%;
	font: 0.8em Verdana, sans-serif;
	color: #222222;
}

table.excel th 
{
	border-width: 0px 0px 0px 0px;
	padding: 1px 3px 1px 3px;
	background-color: #A1A5BB;
	color: #EEEEEE;
}

table.excel td 
{
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #a1a5bb #a1a5bb #a1a5bb #a1a5bb;
	text-align: center;
	
}

table.excel td.left
{
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #a1a5bb #a1a5bb #a1a5bb #a1a5bb;
	text-align: left;
	
}

p.Code
{
	font: 0.9em Verdana, sans-serif;
	line-height: 1em;
	margin-left: 3em;
	color: #ffcc99;

}

.post .story blockquote em block.Code
{
	font: 0.9em Verdana, sans-serif;
	line-height: 60%;
	margin-left: 3em;
	color: #ffcc99;

}
