

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
        background: url(images/backgrounds/dblue071.jpg);
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

form {
}

fieldset {
}

input, textarea {

}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1.3em;
	color: #626456;
}

h1 {
	font-size: 1.2em;
}

h2 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #494948;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	margin-top: 1.3em;
	line-height: 1.5em;
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
        font-style: italic;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	border: none;
        color: #ffffff;
        background: #3C7BCF;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #3d4b47;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

hr {
	display: none;
}

.imageframe {
    padding: 4px;
}

/* Header */

#header {
	width: 990px;
	height: 65px;
	margin: 0 auto;
}

#navigation
{
    margin: 0;
    position: relative;
    top: 40px;
    height: 25px;
}

#navigation a
{
    position: relative;
    left: -8px;
    color: #000;
    background: url(images/left-tab.png) left top no-repeat;
    text-decoration: none;
    padding-left: 10px;
    height: 25px;
    cursor: pointer;
}

#navigation .current_page_item a
{
    background: url(images/left-tab-hover.png) left top no-repeat;
}

#navigation a span
{
    position: relative;
    right: -16px;
    background: url(images/right-tab.png) right top no-repeat;
    padding-right: 10px;
    height: 25px;
}

#navigation .current_page_item a span
{
    color: #fff;
    background: url(images/right-tab-hover.png) right top no-repeat;
}

#navigation a, #navigation a span
{
    font-size: 13px;
    display: block;
    float: left;
}

#navigation a:hover
{
    color: #fff;
    background: url(images/left-tab-hover.png) left top no-repeat;
    padding-left: 10px;
}

#navigation a:hover span
{
    background: url(images/right-tab-hover.png) right top no-repeat;
    padding-right: 10px;
}

#navigation ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation li
{
    background: #5866cd;
    list-style: none;
    float: left;
    margin: 0px 10px 0px 10px;
} 

#navigation .current_page_item 
{
    background: #2e3a94;
}

#navigation li:hover
{
    background: #2e3a94
}

#quote {
    position: relative;
    float: right;
    top: -20px;
    right: -5px;
    width: 300px;
    height: 50px;
    padding: 5px;
    color: #ccc;
    font-size: 12px;
    font-style: italic;
    background: url(images/transparent.png) repeat;
}

#quote a {
	text-decoration: none;
	color: #a3b4ff;
}

#quote a:hover {
	border: none;
        color: #8296ea;
        text-decoration: underline;
        background: transparent;
}

/* Logo */

#logo {
	width: 990px;
	height: 200px;
	margin: 0 auto;
	background: url(/images/banners/rotate.php) no-repeat left top;
	border: 5px solid #2e3a94;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 100px 5px 0 20px;
	color: #2C2E22;
}

#logo h2 {
	padding: 115px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	/* background: url(images/bluemarble.jpg) repeat 0 0; */
        background: #ffffff;
	border: 5px solid #2e3a94;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 775px;
	padding: 0px 5px 0px 5px;
}

#content .post {
       
}

#content .post .title {
	margin: 0;
	font-weight: normal;
}

#content .post {
        margin: 5px 0 0 0;
}

#content .post .title {
	background: url(images/content-top.png) no-repeat left top;
        margin: 0px;
	padding: 5px 0px 0px 10px;
	height: 45px;
      	color: #3b3b39;
        font-size: 1.6em;
}

#content .post .entry {
        padding: 0px 10px 0px 10px;
        margin: -22px 0px 0px 0px;
        background: url(images/content-repeat.png) repeat-y left top;
}

#content .post .entry .leftcol {
        margin-top: 5px;
        width: 500px;
        background: url(images/verticalline.png) repeat-y right top;
        padding-right: 6px;
}

#content .post .entry .rightcol {
        margin-top: -5px;
        position: relative;
        float: right;
        width: 245px;
}

#content .post .bottom {
	margin-bottom: 0px;
        height: 10px;
        background: url(images/content-bottom.png) no-repeat left bottom;
}

/* Sidebars */

.sidebar {
	float: left;
        width: 200px;
	padding: 8px 0 5px 5px;
}

.sidebar .box {
	margin: 0 0 15px 0;
        background: url(images/box-repeat.png) repeat-y left top;
}

.sidebar .box .top {
        position: relative;
        top: -3px;
	margin: 0px;
        height: 25px;
        background: url(images/box-top.png) no-repeat left top;
        padding: 10px 0 0 10px;
        font-size: 15px;
        font-weight: bold;
}

.sidebar .box .mid {
        position: relative;
        top: -3px;
	margin: 0px;
        min-height: 82px;
        background: url(images/box-middle.png) no-repeat left top;
}

.sidebar .box .bott {
        position: relative;
        top: 3px;
	margin-bottom: 0px;
        height: 10px;
        background: url(images/box-bottom.png) no-repeat left top;
}

.sidebar .box ul {
	margin: 0 3px 0 3px;
	line-height: normal;
	background: url(images/dot.gif) repeat-x;
}

.sidebar .box li {
	margin: 0;
	padding: 5px;
        min-height: 16px;
	background: url(images/dot.gif) repeat-x left bottom;
        list-style: none;
}

.sidebar .box li:hover {
        background: #89899e;
}

.sidebar .box li:hover a {
	border: none;
	padding-left: 10px;
        color: #ffffff;
        background: #89899e;
}

.sidebar .box li:hover a:hover {
	border: none;
	padding-left: 10px;
	text-decoration: underline;
}

.sidebar .box a {
	border: none;
	padding-left: 10px;
}

.sidebar .box a:hover {
	border: none;
	padding-left: 10px;
}

.sidebar .box p {
        font-size: .9em;
        padding-left: 10px
}


.greybox {
        background-color: #e5ecf6;
        border: 1px dashed #1f5fae;
        text-align: left;
        padding: 5px;
}

/* Footer */

#footer {
	text-align: center;
	font-size: 10px;
        color: #ffffff;
        height: 26px;
}

