﻿/* CSS Document by JM (ISeeYou-Designs.com) */

body {
	background-color:#fff;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:62.5%;
	color:#777;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#222;
}
a:hover {
	color: #000099;
}
acronym {
	cursor:help;
	border-bottom:1px dotted #ddd;
}
#container {
	font-size: 1.2em;
	width: 700px;
	margin: 0 auto;
	border-right: 3px double ##006600;
	background-color: #FFFFFF;
	border-right-width: thick;
	border-right-color: #006600;
	border-right-style: double;
}



#navigation {
	text-align:right;
	margin:10px 10px 10px auto;
}

#navigation li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#navigation li a {
	padding: 5px 5px 2px 5px;
	margin: 0 1px 0 1px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #c00;
	border-bottom-color: #FFCC00;
	border-bottom-width: medium;
	border-bottom-style: groove;
}
#navigation li a:hover {
	color: #006600;
	border-bottom: 1px solid #ddd;
	font-weight: bolder;
}



#content {
	margin:20px 0 20px 10px;
	padding:0;
}
#content p {
	padding: 2px 20px 2px 0px;
	text-align: justify;
	line-height: 1.8em;
	margin-left: 20px;
}
#content h1 {
	display: block;
	margin: 50px 0 0 10px;
	padding: 0;
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 1.8em;
	color: #006600;
	border-color: #ddd;
	border-style: solid none none none;
	border-top-width: medium;
	border-right-width: 0;
	border-left-width: 0;
}
#content h2 {
	display: block;
	margin: 20px 0 0 30px;
	padding: 0;
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 1.1em;
	letter-spacing: 2px;
	color: #444;
	border-color: #006600;
	border-style: none none solid none;
	border-width: 0 0 thin 0;
}
#content ul {
	margin-left: 70px;
	list-style: square outside;
	font-family: arial,sans-serif;
	font-size: 0.9em;
}
#content li {
	padding:3px;
}



#footer {
	font-size: 0.9em;
	font-family: arial,sans-serif;
	border-top: 1px solid #c00;
	border-top-color: #085737;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 3px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#footer p {
	text-align:right;
	line-height:1.1em;
	color:#bbb;
	font-size:0.9em;
	font-family:arial,sans-serif;
	margin:0;
	padding:0;
}
#footer span {
	color:#888;
}
#footer a {
	color:#888;
}
#footer a:hover {
	color:#aaa;
}
#header {
	background: url(images/header.png) no-repeat;
	height: 160px;
}

