a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
}
body {
	background: url(Images/Layout/BG3.gif);
	font: normal 62.5% "verdana",sans-serif;
	margin: 0px 0px 0px 0px;
}

input {
	color: #555;
	font: normal 1.1em "verdana",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: #FFFFFF;
	border: 1px solid #FFCCCC;
	border-left: 6px solid #000000;
	color: #666666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	margin: 10px 10px 10px 10px;
	text-align: center;
}
h1,h2,h3 {
	color: #999999;
	padding-top: 0px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
#container {
	margin: 0px auto;
	width: 960px;
}

/* header */
#header {
	height: 200px;
	margin: 0 auto;
	width: 960px;
	background: #000000 url(Images/Layout/Header.jpg);
}

/* 5px Gap */
#Gap_Top {
	background: url(Images\Layout\Header_Gap.jpg);
	height: 5px;
	width: 960px;
	background-image: url(Images/Layout/Footer_Gap.gif);
}

#Gap_Bottom {
	background: url(Images\Layout\Header_Gap.jpg);
	height: 5px;
	width: 960px;
	background-image: url(Images/Layout/Footer_Gap.gif);
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #666666;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
#navigation {
	width: 960px;
	font: bold 1.2em Verdana,sans-serif;
	height: auto;
	margin: 0 auto;
	background-color: #000000;
	color: #CCCCCC;
}
.navigation a {
	color: #333333;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #FF0000;
}

/* main */
.main {
	background-image: url(Images/Layout/mainBG.gif);
	clear: both;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 250px;
}
.sidenav h1 {
	border-left: 5px solid #000000;
	color: #FFFFFF;
	font-size: 1.2em;
	height: 20px;
	margin: 0;
	padding-left: 12px;
	padding-top: 7px;
	background-color: #3A3A3A;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-left: 5px solid #FF0000;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
}
.sidenav li a {
	background: #000000;
	color: #FFFFFF;
	display: block;
	padding: 7px 4px 7px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #CCCCCC;
	color: #000000;
	font-weight: bold;
}

/* content */
#content {
	float: right;
	width: 700px;
	padding: 0px 0px 0px 0px;
}
.content .descr {
	color: #000000;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style:circle ;
	margin-left: 18px;
}

/* footer */
#footer {
	background: #000000 url(Images/Layout/Footer.jpg);
	color: #777;
	font-size: .75em;
	text-align: center;
	width: 960px;
	height: 100px;
	letter-spacing: 0.1em;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
