/* CSS Document
   Template: Signature

/* Main Body */

body {
	font-size: 12px;
	font-family: verdana, sans-serif;
	background: #FFFFFF;
}

/* Header */
#header {
	width: 900px;
	color: #ffffff;
	margin: 0 auto;
	font-size: 24px;
	padding-top: 10px;
        padding-bottom: 4px;
	text-align: center;
	letter-spacing: 0.4em;
	font-family: vernada, arial;
	background-color: #0F0B19;
}

#header p {
	font-size: 16px;
	letter-spacing: 0.2em;
}

#header a {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.2em;
        text-decoration: none;
}
#container {
	width: 900px;
	padding-bottom: 0;
	margin: 0 auto;
	background-color: #ffffff;
}
	

/* Main Content */

#content {
	float: left;
	width: 660px;
	height: auto;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 10px 5px 10px 5px;
	background-color: #ffffff;
}

#content p {
	line-height: 160%;
}

#content h1 {
	font-size: 18px;
	color: #0000ff;
	text-align: center;
}
	
#content h2 {
	font-size: 16px;
	color: #0000ff;
}

#content h3 {
	color: #0000ff;
	font-size: 14px;
}
	
#content a, a:visited {
	color: #666666;
	text-decoration: none;
}
	
#content a:hover {
	color: #000000;
}

#content ul {
	line-height: 160%;
}

#content th {
	color: #005DB3;
	text-align: left;
}

#content td {
	color: #143D55;
}
	
/* Sidebar */
#sidebar {
	width: 200px;
	height: auto;
	float: right;
	color: #0000ff;
	padding: 10px 5px 10px 5px;
}
	
#sidebar h3 {
	font-size: 14px;
}

#sidebar p {
        font-size: 14px;
}
	
#sidebar ul {
	line-height: 1.6em;
	font-size: 14px;
	color: #000000;
	padding-bottom: 20px;
}
	
#sidebar a, a:visited {
	color: #0000ff;
	text-decoration: none;
}
	
#sidebar a:hover {
	color: #ff0000;
}
	
/* footer */
#footer {
	clear: both;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	background-color: #484452;
}
	
#footer a, a:visited {
	color: #ffffff;
	text-decoration: none;
}
	
#footer a:hover {
	color: #ff0000;
}
