body {
    background-image:url('images/body_bkgrnd.gif');
	background-position:center top;
	background-repeat: repeat-x;
	background-color: #949fb6;
    margin-top: 0;
	margin-left:0;
	margin-right:0;
    margin-bottom: 5px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
}
p 
{
    font-size: 13px;
    line-height: 16px;
    color: #000000;
	margin-top: 0;
}
ul
{
	list-style-image:url('images/bullet.gif');
}
li 
{
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}
td 
{
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

h1 
{
    font-size: 24px;
    color: #3b4e75;
    font-weight: bold;
}

h2 
{
    font-size: 16px;
    color: #751818;
    font-weight: bold;
	margin-top: 0;
}

h3 {
    font-size: 14px;
    color: #000000;
}

img.wp-smiley {
	border: 0px solid #000000;
	margin: 1px 1px 1px 1px;
}
a:link, a:active, a:visited
{
    color: #3b4e75;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
    color: #751818;
	text-decoration:none;
	font-weight:bold;
}


input[type=submit] {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#3b4e75; 
	border: solid 1px #000000; 
	color: #FFFFFF;
	height: 25px;
	padding-bottom: 3px;
}
input[type=submit]:hover {
    background-color:#751818;
    border: solid 1px #d79302;
}
input[type=text] {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#a9b0c7; 
	border: solid 1px #000000; 
	color: #000000;
	height: 21px;
}
textarea {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#a9b0c7; 
	border: solid 1px #000000; 
	color: #000000;
}

.sidebar {
	background-image: url('images/sidebar_top.gif');
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.content {
	background-image: url('images/page_header.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0 0 0 0;
	vertical-align: top;
}
.content H1 {
	font-size: 24px;
    color: #3b4e75;
    font-weight: bold;
	text-align:center;	
	margin-top: 8px;
}
.footer {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    color:#000000;
    font-size: 11px;
	padding-right: 20px;
	text-align:center;
}
