@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	border-top:solid #000 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1em;
}

p { 
	font-size: 0.9em;
	line-height:1.6em;
	font-family:Verdana, Geneva, sans-serif;
}

h1{
	font-size:2.2em;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2{
	font-size:1.4em;
	font-weight: normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3{
}

a{
}

#wrapper {
	width:965px;
	margin:0 auto;
}

#header {
	width:960px;
	height: 45px;
	border-bottom: dotted 2px #ccc;
}

.header_content_left {
	width:100px;
	height:40px;
	float:left;
}

.header_content_left a{
	text-decoration:none;
	border:none;
	color:000;
}

.header_content_right {
	height:20px;
	padding:20px 0 0 30px;
	text-align:right;
	float:right;
}

.header_content_right a:link{
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

.header_content_right a:visited{
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

.header_content_right a:hover{
	text-transform: uppercase;
	color: #FFF;
	background-color:#000;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

.header_content_right a:active{
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

#content {
	width:960px;
	clear:both;
	padding:10px 0 10px 0;
}

#Pageheader {
	width:960px;
	padding:10px 0 10px 0;
}

#content2 {
	width:960px;
	clear:both;
	border-top:#ccc dotted 2px;
}

.column1 {
	width:450px;
	padding:10px 10px 10px 0;
	float:left;
}

.column2 {
	width:450px;
	padding:10px 0 10px 10px;
	float:right;
}

#footer {
	width:960px;
	text-align:right;
	color:#999;
	clear:both;
	font-weight: normal;
	font-size: 0.9em;
	border-top:#CCC dotted 2px;
	padding-top:10px;
	padding-bottom:10px;
}
