body
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: center;
	margin: auto;
	background-color: #000000;
	color: #000000;
}

a:link
{
	color: #99AADD;
	text-decoration: none;
}

a:visited
{
	color: #AA77AA;
	text-decoration: none;
}

a:hover
{
	color: #AADD99;
	text-decoration: underline;
}

img
{
	border: none 0 #fff;
}

h1, h2, h3, h4, h5, h6
{
	color: #333;
	margin-top: 0px;
	margin-bottom: 2px;
}

h1
{
	font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h2
{
	font-family: Arial, Verdana;
    font-size: 11pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h3
{
	font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h4
{
	font-family: Arial, Verdana;
    font-size: 9pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h5
{
	font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h6
{
	font-family: Arial, Verdana;
    font-size: 7pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

/*************************/
/* Header Area           */
/*************************/
.header
{
	margin-bottom: 10px;
	border: solid 1px #333333;
	text-align: left;
	background-color: Black;
}

.header_content
{
	padding: 5px 5px 5px 5px;
}

.header_masthead
{
}

.header_link
{
	font-size: 14pt;
	font-weight: bold;
        color: #333333;
}

.header_nav
{
        color: #333333;
	padding-top: 2px;
        font-weight: bold;
}

.header_menubar
{
}

.header_menubar_content
{
}

/*************************/
/* Content Area          */
/*************************/
.page_outer
{
	width: 810px;
	margin: 0px auto 0px auto;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: Black;
}

.page
{
	width: 790px;
	margin: auto;
}

h1.page_title
{
	text-align: center;
}

.content
{
        background-color: black;
	padding: 5px 2px 5px 2px;
}

/*************************/
/* Main Area             */
/*************************/
.main
{
	width: 550px;
	float: left;
	text-align: left;
}

.main_content
{
}

/*************************/
/* Posts                 */
/*************************/
.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
}

.post_title
{
    font-family: Arial, Verdana;
    font-size: 13pt;
    font-weight: bold;
    color: #AADD99;
    background: Black;
    padding: 0px 0px 0px 0px;
    margin-bottom: 5px;
}

.post_message
{
    padding-bottom: 10px;
    color: #CCCCCC;
    line-height: 14pt;
}

.post_footer
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
    clear: both;
    padding-bottom: 10px;
}

/*************************/
/* Comments              */
/*************************/
.comment
{
    border-bottom: dotted 1px #ccc;
    background: black;
    margin-bottom: 10px;
    color: #CCCCCC;
}

.comment_message
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}

.comment_message BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}

.comment_footer
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/*************************/
/* Side Bar Area         */
/*************************/
.sidebar
{
	width: 220px;
	float: right;
	background-color: Black;
        color: #CCCCCC;
	text-align: left;
}

.sidebar_content
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.sidebar_profile
{
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}

.sidebar_item_title
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
	margin: 0px 0 5px 0;
	color: #999;
        letter-spacing: .2em;
        margin-top: 10px;
}

.sidebar_item_body
{
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}

.sidebar_item_list_item
{
	padding-top: 3px;
	padding-bottom: 3px;
}

/*************************/
/* Footer Area           */
/*************************/
.footer
{
	margin-top: 5px;
	padding-top: 5px;
        color: #cccccc;
}

.footer_content
{
	font-size: 8pt;
	text-align: left;
}

/*************************/
/* Misc Items            */
/*************************/
.forms
{
        background-color: #333333;
        color: white;
}
