/*BODY*/
body {
	font-family:"Trebuchet MS", sans-serif;
}

#container {
	width:700px;
	margin: 0 auto;
}
	
/*TOP*/	
.header {
	width:100%;
	height:155px;
}
	
.headerbox {
	margin: 10px 0 0 10px;
	text-align:right;
	float:left;
}

.navigation {
	float:right;
	margin-top:60px;
	margin-right:20px;
	text-align:right;
}
.navigation a{
	font-size:18px;
	text-decoration:none;
	margin:5px;
}
h1 {
	font-family:"Century Gothic","Haettenschweiler", Helvetica, sans-serif;
	font-weight:bold;
	margin:0px;
	font-size:6.0em;
}
h1 a{
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
h2 {
	margin:-6px 0 0 0px;
	font-size:1.0em;
}
	
/*SIDE*/
#sidebar {
	width:180px;
	float:right;
	margin:15px 0 15px 0;
}

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


#sidebar ul li {
	margin-bottom:7px;
}

#sidebar a {
	display:block;
	text-decoration:none;
	margin-right:10px;
	border-bottom: 1px #666 dashed;
}
#sidebar a:hover {
	border-bottom: 1px #666 solid;
}
	
h3 {
	margin: 5px 0 0 0;
	font-size:1.1em;
	text-align:left;
}	
	
.sidebar_text {
	font-size:12px;
	text-align:left;
	margin-right:10px;
}
	

/*CONTENT*/
#content {
	width:680px;
	float:center;
	margin-top:20px;
	padding:10px;
}

h4 {
	font-size:1.2em;
	margin:0 0 0 5px;
	font-size:13px;
}

h5 {
	padding:0;
	margin:0;
}
	
blockquote {
	margin-left:20px;
	font-size: 13px;
	padding: 10px 10px 10px 45px;
	text-align:justify;
	background-color:inherit;
	background-position:  top left;
	background-repeat:no-repeat;
}
	
p {
	margin: 0px 20px 10px 10px;
	text-align:justify;	
	font-size:13px;
}
	
#content a {
	text-decoration:none;
}
.textcenter {
	text-align:center;
}
	
/*FOOTER*/
	
#footer {
	width:100%;
	clear:both;
	text-align:center;
	font-size:10px;
	padding: 3px;
}
#footer a {
	text-decoration:none;
}

/* Form */
input.text {
	padding:5px;
}
label {
	margin-right:5px;
	font-size:0.9em;
	font-weight:normal;
}
input.button {
	margin-left:10px;
	margin-left: 5px;
	padding: 5px;
	font-size:0.75em;
}

.textright {
	text-align:right;
}
.textleft {
	text-align:left;
}

.spacer {
	margin-bottom:15px;
}

.splitcontentleft {
	width:49%;
	float:left;
}

.splitcontentright {
	width:49%;
	float:right;
}
	
.clr {
	clear:both;
}