/* Standard Elements */
body {
        margin: 0;
        padding: 0;
        font-family: verdana, arial, sans-serif;
        /*background: #958d77;*/
        background: #89857a;
}

h1 {
        padding-top:20px;
        padding-bottom:20px;
        margin:0;
        font-size:250%;
		line-height: 110%;
        font-weight:normal;

}

h2 {
        font-size: 150%;
        font-style: normal;
}

h3 {
        font-style: normal;
        font-size: 110%;
}

h4 {
        font-style: normal;
        font-size: 110%;
	font-weight: bold;
	color: #000000;
	line-height: 100%;
}

a:link {
        color: #3b7b5b;
        text-decoration: none;
}
a:visited {
        color: #3b7b5b;
        text-decoration: none;
}
a:hover {
        color:#e40b25;
        font-weight: bold;
        text-decoration:none;
}
a:active {
        color:#3b7b5b;
        text-decoration:none;
}

a img {
	border: 0;
}
img {
	border: 0;
}

/* Layout Elements 

*/

.header {
        background: #89857a;
		background-image: url(header.png);
        background-repeat: no-repeat;
        height: 80px;
        width: 1005px;
        color: #FFFFFF;
        text-align: right;
        margin:  0;
}

.mainnavigation {
        margin: 0px 10px 0px 15px;
        width: 245px;
        text-align: left;
}

.titlebox {
        background-color: #dfdbcf;
        color: #555555;
        height: 250px; 
        width: 1005px;
        border-bottom: 15px solid #555;
}

.textbox {
        background-color: #dfdbcf;
        color: #555555;
        border-top: 1px solid #FFFFFF;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #FFFFFF;
        padding: 10px;
        font-size: 11px; 
        line-height: 180%;

}

.footer {
        background-color: #dfdbcf;
        color: #666666;
        border-top: 2px solid #cccccc;
        margin-top: 20%;
        height: 30px;
		width: 655px;
        font-size: 11px;
        padding: 10px;
        text-align: center;

}

/* Navigation Links */

a.topnav:link {
	color:#DDD;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

a.topnav:visited{
	color:#DDD;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
a.topnav:active{
	color:#DDD;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

a.topnav:hover{
	color:#FFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}


