body
{
	background-color: #003333;
	font-size: 10pt;
	font-family: 'Trebuchet MS',Helvetica,Sans-serif;
	margin: 0px auto 5px auto;
	text-align: center;
}

a:link, a:visited, a:active
{
	color: Blue;
	font-style: normal;
	font-family: 'Trebuchet MS',Helvetica,Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: Blue;
	font-style: normal;
	font-family: 'Trebuchet MS',Helvetica,Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

img
{
	border: none 0 #fff;
}

h1, h2, h3, h4
{
	font-family: 'Trebuchet MS',Helvetica,Sans-serif;
	font-weight: bold;
}

h1
{
	font-size: 22px;
	margin-bottom: 2px;
}

h2
{
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3
{
	font-size: 16px;
	display: inline;
}

h4
{
	color: #66A288;
	font-size: 14px;
	display: inline;
}

/*************************/
/* Header Area           */
/*************************/
.header
{
	margin-bottom: 0px;
	height: 95px;
	text-align: left;
}

.header_content
{
	width: 583px;
	height: 92px;
	text-align: right;
	display: table-cell;
	vertical-align: bottom;
}

.header_masthead
{
}

.header_link
{
	font-size: 14pt;
	font-weight: bold;
}

.header_nav
{
	font-weight: bold;
	padding-bottom: 2px;
}

.header_nav a:active, .header_nav a:link, .header_nav a:visited,
.header_nav a:hover
{
	color: Black;
	font-weight: bold;
}

.header_menubar
{
	color: White;
	font-weight: bold;
}

.header_menubar_content
{
	height: 22px;
}

/*************************/
/* Content Area          */
/*************************/
.page_outer
{
	width: 800px;
	margin: 0px auto 0px auto;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: White;
}


.page
{
	width: 800px;
	margin: auto;
	background-color: White;
	background-image: url('page_background.jpg');
	background-repeat: no-repeat;
}

.content
{
	padding: 5px 3px 2px 2px;
	vertical-align: top;
	width: 610px;
}

/*************************/
/* Main Area             */
/*************************/
.main
{
	text-align: left;
}

.main_content
{
}

/*************************/
/* Posts                 */
/*************************/
.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 5px;
}

.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-bottom: 5px;
}

.post_footer
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
    clear: both;
}

.post_footer a:link, .post_footer a:active, .post_footer a:visited, .post_footer a:hover
{
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    clear: both;
}

/*************************/
/* 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_top
{
	background-image: url('sidebar_top.jpg');
	background-repeat: no-repeat;
	height: 100px;
}

.sidebar_td
{
	width: 190px;
	vertical-align: top;
	height: 100%;
	background-image: url('gradient_bg.jpg');
	background-repeat: repeat-y;
}

.sidebar
{
	width: 185px;
	text-align: left;
	margin-top: 0px;
}

.sidebar_content
{
	padding: 10px;
}

.sidebar_profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}

.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;
}

/*************************/
/* Footer Area           */
/*************************/
.footer
{
	font-family: 'Trebuchet MS',Helvetica,Sans-serif;
	font-size: 9pt;
	background-color: #51A689;
	text-align: center;
	padding: 5px;
}

.footer a:link, .footer a:visited, .footer a:active
{
	color: Black;
	font-size: 9pt;
}

.footer a:hover
{
	color: White;
	font-size: 9pt;
}