@charset "utf-8";

/* CSS Document */

	

body {

	font-family:  Arial, Helvetica, sans-serif; /*"Trebuchet MS", */

	font-size: 12px;

	margin: 0px 0px 40px 0px;

	padding: 0px;

	background-color:#F0F0F0;

	color: #000000;

}

p {

	margin-top: 0px;

	padding-top: 0px;

	line-height: 200%;

}



h1 {

	font-size: 38px;

}

h2 {

	font-size: 28px;

	font-weight: bold;

	padding-top: 0px;

	margin-top: 0px;

	padding-bottom: 10px;

	margin-bottom: 0px;

}

h3 {

	font-size: 18px;

	font-weight: normal;

	padding-bottom: 5px;

	margin: 0px;

}



h4 {

	font-size: 11px;

	font-weight: normal;

	padding-bottom: 2px;

	margin: 0px;

	color: black;

}



.logo {

	font-size: 42px;

	font-weight: bold;

	color: black;

}

.tagline {

	font-size: 12px;

	font-weight: normal;

	color: black;

}



a.textlink {

	text-decoration: none;

	color: #FFFFFF;

	background-color: black;

	padding: 2px 4px 2px 4px;

	font-size: inherit;

	font-weight: normal;

}



/*

a.textlink:hover

{

    text-decoration: none;

	color: #000000;

	background-color: white;

	padding: 0px 5px 0px 5px;

	font-size: inherit;

	font-weight: normal;

}*/



a {

	text-decoration: none;

	color: #000000;

	font-size: inherit;

	font-weight: normal;

}

div#container {

	text-align:left;

	background-color: white;

    padding: 0px 40px 40px 40px;

	border-left: 1px solid #CCCCCC;

	border-right: 1px solid #CCCCCC;

	border-bottom: 1px solid #CCCCCC;

	width:640px;

	margin:0 auto;

}

div#header {

	padding-left: 20px;

	padding-bottom: 15px;

}



div#content p {

	font-size: 13px;

	line-height:1.4;

}

div#post 

{

	padding-bottom: 20px;

}

div#footer {

	margin-top: 50px;

	background: white;

	color: black;

    text-align: center;

}

div#footer p {

	margin:0;

	padding:5px 10px;

}

div#menu {

	float:left;

	width:600px;

	margin-left: 20px;

	margin-right: 20px;

	height: 96px;

}

div#buttonbox {

	float: right;

	width: 299px;

	height: 126px;
    text-align: right;

}

div#logobox 

{

    float: left;

	padding-top: 10px;

	width: 140px;

	height: 126px;

}

div#content {

	padding-left: 0px;

	padding-bottom: 60px;

	padding-top: 0px;

	margin-top: 0px;

	float:left;

	width:640px;

}

div#textpage 

{

    padding-left: 20px;

    padding-right: 20px;

}

div#footer {

	clear:both;

	width:600px;

	margin-left: 20px;

	margin-right: 20px;

}

