﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f4ffe4;
    margin: 0px;
}
#main
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#header
{
    width: 100%;
    border-width: 0px;
    border-collapse: collapse;
    background-color: #000099;
}
.logo
{
    width: 300px;
    text-align: center;
}
.title
{
    color: #FFFFFF;
    text-align: center;
    height: 50px;
}
.tagline
{
    font-size: 11px;
    line-height: 18px;
    letter-spacing: .4em;
    text-align: center;
    color: #FFFFFF;
    height: 75px;
}
#info
{
    width: 100%;
    height: 25px;
    background-color: #0033cc;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-color: #99cc66;
    border-bottom-color: #99cc66;
    color: #FFFFFF;
    font-size: small;
}
#body
{
    width: 100%;
    height: 600px;
}
#navigation
{
    width: 200px;
}
#navigation td
{
    border-bottom: 1px solid #F4FFE4;
}
#navigation a 
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
}	
#navigation a:hover 
{
	background: #99CC66;
	color:#993300;
}
.navText 
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}
#welcome
{
    width: 700px;
    margin-left: 20px;
}
#mainlinks
{
    font-weight: bold;
    font-size: medium;
    width: 691px;
    height: 100px;
}
#mainlinks a
{
    color: #993300;
}
#mainlinks a:hover
{
    color: #5c743d;
}
#m_header
{
    background-color: #8CADBD;
    width: 100%;
    height: 150px;
}
#m_info
{
    height: 50px;
    width: 100%;
    font-size: small;
    padding-left: 20px;
}
#footer
{
    text-align: center;
    width: 100%;
    height: 50px;
}
.createusertable
{
    width: 900px;
}
.content_table
{
    width: 900px;
    background-color: #FFFFFF;
}
.shoutbox_table
{
    border: thin solid #808080;
    width: 900px;
    background-color: #FFFFFF;
    height: 500px;
}
.shoutbox
{
    border: thin solid #000080;
    overflow: scroll;
    text-align: left;
    padding-left: 10px;
    height: 400px;
}
.comment
{
    color: #0000FF;
}
.postcomment
{
    border: thin solid #000080;
    text-align: center;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 7px;
}