body
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: center;
	margin: auto;
	background: #3577DB;
	color: #333333;
}

a:link
{
	color: #234F90;
	text-decoration: none;
}

a:visited
{
	color: #234F90;
	text-decoration: none;
}

a:hover
{
	color: #234F90;
	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
{
	text-align: left;
	background-color: White
}

.header_content
{
	padding: 0px 0px 0px 0px;
}

.header_masthead
{
       padding-right: 0px;
}

.header_link
{
	font-size: 14pt;
	font-weight: bold;
}

.header_nav
{
	padding-top: 2px;
        padding-right: 5px;
}

.header_menubar
{
        background-color: #6E96BA;
}

.header_menubar_content
{
}

/*************************/
/* Content Area          */
/*************************/
.page_outer
{
	width: 740px;
	border-left: solid 3px #2758A1;
	border-right: solid 3px #2758A1;
	border-bottom: solid 3px #2758A1;
	margin: 0px auto 0px auto;
	padding-bottom: 5px;
	padding-top: 0px;
	background-color: White;
}


.page
{
	width: 740px;
	background-color: White;
}

.content
{
        margin: 10px 10px 10px 10px;
}

/*************************/
/* Main Area             */
/*************************/
.main
{
	width: 500px;
	float: right;
	text-align: left;
        margin: 0px 0px 0px 0px;
}

.main_content
{
	margin: 0px 0px 0px 0px;
}

/*************************/
/* Posts                 */
/*************************/
.post
{
    margin-bottom: 10px;
}

.post_title
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
    background: #eee;
    padding: 1px 3px 1px 3px;
    margin-bottom: 5px;
}

.post_message
{
    padding-top: 15px;
    padding-bottom: 5px;
}

.post_footer
{
    color: #a8a8a8;
    font-size: 8pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding-bottom: 15px;
    border-bottom: solid 1px Gray;
}

.post_footer a
{
font-size: 9pt;
}

/*************************/
/* Comments              */
/*************************/
.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.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: 200px;
	float: left;
	background-color: #D5EAFF;
	text-align: left;
	border: solid 1px #234F90;
        margin: 0px 0px 0px 0px;
}

.sidebar_content
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.sidebar_profile
{
    font-size: 7pt;
    padding-bottom: 10px;
    text-align: center;
}

.sidebar_item_title
{
	font-family: Arial, Verdana;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	margin: 0px 0 5px 0;
	color: #999;
	border-top: dotted 1px #ccc;
}

.sidebar_item_body
{
	padding-bottom: 5px;
}

.sidebar_item_list_item
{
margin-bottom: 5px;
}

/*************************/
/* Footer Area           */
/*************************/
.footer
{
	font-size: 8pt;
	margin-top: 5px;
	padding: 5px 5px 0px 5px;
}

.footer_content
{
	color: Silver;
	font-size: 8pt;
	margin-right: 10px;
	text-align: center;
}