*
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
body
{
    background: #002967 url('./images/background.png') center repeat-y;  
    width: 950px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
}
/* Center Column Container */
#container
{
    width: auto;
    color: #333333;
    padding: 0px 50px 0px 50px;
}
/* Page Header / Logo / Menu */
#banner
{
    padding-top: 30px;
    background: url('./images/logo.png') center no-repeat;
    width: auto;
    height: 125px;
}
#menu
{
    margin: 0px;
    text-align: center;
    font-weight: bold;
}
#menulinks a:link, #menulinks a:visited, #menulinks a:active, #menulinks a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}
#menulinks a:hover
{
    text-decoration: underline;
}
/* Header Links */
.header a:link, .header a:visited, .header a:active, .header a:hover
{
    text-decoration: none;
    color: #739CCA;
}
.header a:hover
{
    text-decoration: underline;
    color: #739CCA;
}
/* Content Links */
.content a:link, .content a:visited, .content a:active, .content a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #002967;
}
.content a:hover
{
    text-decoration: underline;
}
/* Posts */
.header
{
    border-left: 15px solid #739CCA;
    padding: 0px 0px 0px 5px;
    color: #739CCA;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}
.date
{
    color: #000000;
    font-size: 10px;
}
/* Bottom Navigation Links */
.navigation
{
    text-align: center;
}
.navigation a:link, .navigation a:visited, .navigation a:active, .navigation a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}
.navigation a:hover
{
    text-decoration: underline;
}
.quote
{
    font-weight: bold;
    font-size: 10px;
    width: 90%;
    margin: 0px auto;  
}
.quotecontent
{
    font-weight: normal;
    background: #EAEAEA;
    padding: 2px 2px 2px 2px;
    margin: 2px 0px 0px 0px;
}
#footer
{
	border-top:1px solid #ccc;
	margin:5px 20px 0 20px;
	padding:5px 0 5px 0;
}
#copyright
{
	font-size:0.65em;
	text-align:center;
}
