/* spaced - a free web template by spyka webmaster
   http://www.spyka.net
*/

/* page */
html, * {
	padding:0;
	margin:0;
}
body {
	background-color:#ffffff;
	margin:0 auto;
	font-size:1em;
	color:#303030;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* headers */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#F10313;
	font-size: 1.2em;
	margin-bottom: 28px;
	margin-left: 35px;
	margin-top: 10px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#F10313;
	font-size: 1.2em;
	margin-bottom: 28px;
	margin-left: 35px;
	margin-top: 10px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#F10313;
	font-size: 1em;
	margin-bottom: 4px;
	margin-left:75px;
	margin-top: 10px;
}
h4 {
	background-color:#F30313;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
	color:#ffffff;
}

/* paragraphs */
p {
	margin:2px 0 15px 0;
	line-height:1.3em;
}

/* links */
a {
	color:#333333;
	border-bottom:1px dotted #333333;
	text-decoration:none;
}
a:hover {
	color:#7491A1;
	border-bottom:1px solid #7491A1;
}
div#footer a {
	color:#999999;
	text-decoration:underline;
	border:none;
}
div#footer a:hover {
	border:none;
}
div#sidebar ul li a { 
	color:#999999;
	border-bottom:1px solid #CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
div#sidebar ul li a:hover {
	background-color:#DDDDDD;
}

/* lists */
ul, ol {
	margin:0 0 5px 30px;
}

/* code */
code {
	display:block;
	border:1px solid #cccccc;
	background-color:#dddddd;
	padding:15px;
	margin:5px;
}
	
/* container, header and nav */
div#container {
	background-color:#ffffff;
	width:970px;
	padding:0 0px;
	margin:0 auto;
	margin-top: 12px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div#header {
	/*	background-image:url('images/headerbg.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#000000;*/
	height:170px;
	padding:0px;
	text-align: right;
}
div#header p {
	text-align:right;
	padding:0;
	margin:0;
	font-size:18px;
	color:#018C00;
	font-weight: bold;
}
div#header a {
	color:#018C00;
	text-decoration:none;
	border: none;
}
div#header a:hover {
	color:#018C00;
	text-decoration:underline;
	border: none;
}
div#nav {
	/*	background-image:url('images/navbg.jpg');
	background-repeat:repeat-x;*/
	bacground-color:#FF4201;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 22px;
	margin-left: 34px;
}
div#nav ul {
	margin:0;
	padding:0;
}
div#nav ul li {
	display:block;
	float:left;
}
div#nav ul li a {
	float:left;
	border:none;
	padding:4px 33px 0 33px;
	height:22px;
	letter-spacing:3px;
	border-right:1px solid #039101;
	color:#F30313;
	text-decoration:none;
	display:block;
}
div#nav ul li a.selected {
	float:left;
	border:none;
	padding:4px 33px 0 33px;
	height:22px;
	letter-spacing:3px;
	border-right:1px solid #039101;
	color: #ffffff;
	text-decoration:none;
	background-color:#039101;
	display:block;
}
div#nav ul li a:hover {
	background-color:#039101;
	color: #ffffff;
}

/* content */
div#content {
	padding:0  0 0 0;
}
div#page {
	width:670px;
	float:left;
	margin-top: 20px;
}
div#page p {
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	margin-left:75px;
	margin-top: 0px;
	margin-bottom: 1.2em;
	margin-right: 75px;
}
div#page a {
	color:#018C00;
	font-weight: bold;
	text-decoration:none;
	border: none;	
}
div#page a:hover {
	color:#018C00;
	font-weight: bold;
	text-decoration:underline;
	border: none;	
}
div#sidebar {
	width:272px;
	float:right;
}

/* footer */
div#footer {
	background-color:#ffffff;
	color:#999999;
	height: 26px;
	padding-top: 16px;
}
div#footer p {
	font-size:0.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
div#roundal {
	margin-left:48px;
}

