﻿body {
	background: #ffffff;
	color: #000;
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	direction: ltr;
}

a {
	color: #0066ff;
	background-color: inherit;
}

/* Wrapper */

#wrap {
	width: 760px;
	margin: 10px auto;
	background: transparent url(images/wrap.jpg) repeat-y left;
}

/* Header */

#header {
	background-position: inherit top;
	height: 110px;
	margin: 0;
	padding: 0 20px 0 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: transparent;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-attachment: inherit;
}

#header h1 {
	margin: 0;
	padding: 20px 0 5px 10px;
	font-size: 2em;
	letter-spacing: 1em;
	border-bottom: 5px solid #e1eaf8;
}

#header h1 a {
	text-decoration: none;
}

#header h1 a:hover {
	color: #ffa500;
	background-color: inherit;
}

#header h2 {
	margin: 0px;
	padding: 3px 0 0 10px;
	font-size: 1em;
	letter-spacing: 3px;
	color: #ff0000;
	background-color: inherit;
}

/* Horizontal Menu */

#navlist {
	padding: 3px 0;
	margin: 0 14px 0 14px; 
	border-bottom: 1px solid #6495ed;
	font: bold 1.0em Verdana, sans-serif;
	text-align: center;
}

#navlist li {
	list-style: none;
	margin: 2px;
	display: inline;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border-top: 1px solid #6495ed;
	border-right: 1px solid #6495ed;
	border-left: 1px solid #6495ed;
	border-bottom: none;
	background: #e1eaf8;
	text-decoration: none;
	color: #959595;
}

#navlist li a:hover {
	color: #000000;
	background: #ffcb6a;
	border-color: #6495ed;
}

#navlist li.current a {
	background: #fff;
	color: #0000ff;
	border-bottom: 1px solid white;
}

/* Content wrapper */

#container {
	color: #000;
	background-color: inherit;
	margin: 0 15px 0 15px;
	padding:0px;
	text-align:left;
	width:730px;
}

/* Content */

#content {
	float: left;
	width: 490px; 
	margin: 0;
	padding: 10px 10px 10px 10px;
}

#content li {
	color: #000;
	background-color: inherit;
	font-size: 1.0em;
	text-align: justify;
	line-height: 1.5em;
	margin: 1em;
}
#content p {
	color: #000;
	background-color: inherit;
	font-size: 1.0em;
	text-align: justify;
	line-height: 1.5em;
	margin: 1em;
}

#content p.suffix {
	padding: 3px;
	color: #000;
	background-color: #e1eaf8;
	margin: 0;
	border: 1px solid #cacaca;
	font-size: 0.8em;
}

#content p.suffix a {
	text-decoration: none;
	font-weight: normal;
}

#content h3 {
	font-size: 1.2em;
}

#content h2  {
	font-size: 1.4em;
	padding: 5px 0 5px 0;
	margin: 0 0 -5px 0;
	border-bottom: 3px solid #e1eaf8;
}

#content h2 a {
	text-decoration: none;
	font-weight: bold;
	color: #0066ff;
	background-color: inherit;
}

#content h2 a:hover {
	color: #ffa500;
	background-color: inherit;
}


/* Images  */

#content a:hover img {
	border: 1px solid #000;
}

#content img.left {
	float: left;
	padding: 0 5px 5px 0;
}

#content img.right {
	float: right;
	padding: 0 0 5px 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 5px 10px 5px 5px;
}

#sidebar h2 {
	color: #000;
	background-color: inherit;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 10px 0 3px 0;
	border-bottom: 2px solid #e1eaf8;
}

#sidebar p {
	padding:  0 5px;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.2em;
	margin: 1em;
}

#sidebar p.orange-box {
	color: #000;
	background-color: #ffcb6a;
	border: 1px solid #ababab;
	padding: 5px;
	margin: 10px 0 5px 0;
	text-align: center;
}

#sidebar p.blue-box {
	color: #000;
	background-color: #e1eaf8;
	border: 1px solid #cacaca;
	padding: 5px;
	margin: 10px 0 5px 0;
	text-align: center;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar  li {
	list-style: none;
	padding: 0 0 5px 5px;
	line-height: 14px;
}

#sidebar li a {
	text-decoration: none;
	border-left: 10px solid #ffa500;
	padding: 0 0 0 5px;
}

#sidebar li a:hover {
	text-decoration: underline;
	border-left: 10px solid #0066ff;
}

#sidebar a img {
	border: 0px;
	text-decoration: none;
}

#sidebar a:hover img {
	text-decoration: none;
	border: 0px;
}

/* Footer */

#footer {
	background-position: inherit bottom;
	clear: both;
	height: 50px;
	padding: 0 14px 0 14px;
	text-align: center;
	background-color: transparent;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	background-attachment: inherit;
}

#footer p {
	margin: 0px 0px 5px 0px;
	padding: 10px 0 2px 0;
	font-size: 0.8em;
	border-top: 1px solid #6495ed;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

