/* CSS Document */
@charset "utf-8";

body {
	font: 0.7em "Trebuchet MS", Times, serif;
	color:#666;
	margin:0;
	border-top:2px solid #07255b;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:3.8em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
}

h1 a {
	text-decoration:none;
	color:#333;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
code{
	padding:0 5px;
	background-color:#fafafa;
	border:solid 1px #eee;
	font-family:"Courier New", Courier, monospace;
}

#footer {
	padding:20px;
	text-align:right;
	margin:0;
	color:#999;
}

#header {
	border-top:20px solid #104ba5;
}

#header .description {
	float:right;
	margin:45px 0 0 0;
	color:#222;
}

#header h1 {
	margin:15px 0 0 0;
	padding:25px 25px 40px 0;
	border-bottom:20px solid #fafafa;
}

#wrapper {
	width:760px;
	margin:0 auto;
	
}


.clear {
	clear:both;
}

#content {
	margin:0 2px 0 0 !important;
	border:1px solid #eee;
	padding:10px 25px 30px 25px;
}

#content p,#content li {
	line-height:20px;
	margin:25px 0;
	font-size:145%;
	word-spacing:2px;
}

#content li { 
margin-left: 25px;
}

#content a {
	padding:0 5px;
	text-decoration:none;
	color:#0f438f;
	background-color:#e6eef9;
	border-bottom:1px solid #dbe8f8;
}

#content a:hover {
	color:#e6eef9;
	background-color:#0f438f;
	border-bottom:1px solid #0f438f;
}

#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.8em;
	font-weight:normal;
	margin:15px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
}

#sidebar {
	width:250px;
	float:right;
	padding:10px 10px 30px 10px;
	background-color:#fedab8;
	border:solid 1px #ffcfa6;
}

#sidebar h2 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	font-size:1.4em;
	font-weight:bold;
	color:#e75a02;
	border-bottom:1px solid #ffcfa6;
	padding:0 0 3px 0;
}

#sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
	border-bottom:solid 1px #fecfa3;
}

#sidebar li {
	padding:3px;
	border-top:1px solid #fecfa3;
	border-bottom:1px solid #ffe1c5;
}

#sidebar li a {
	color:#4e4a49;
	text-decoration:none;
	font-size:110%;
}

#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	color:#000;
}

#content h3 {
	margin:10px 0;
	font:140% Trebuchet MS;
	color:#222;
}


