/* General styles */
body, img, p, h1, h2, h3, h4, h5, h6, div, hr, ul, ol {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body { font-family: arial, sans-serif; }

hr#top-line {
	background-color:#000000;
	height:9px;
	position:absolute;
	top:0; left:0;
	width:100%;
	z-index:1;
}

img#logo {
	position:relative;
	float:right;
	right:19px;
	z-index:3;
}

div#site {
	width:1000px;
	margin:0px auto;
	position:relative;
}

p#menu {
	position:relative;
	float:left;
	margin-top:61px;
	left:22px;
}

p#menu a {
	display:block;
	background: url('images/button-norm.png') no-repeat top left;
	width:112px;
	color:#2c2c2c;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	padding:6px 0 5px 0;
	float:left;
	margin-right:5px;
}

p#menu a:hover, p#menu a.over {
	background: url('images/button-over.png') no-repeat top left;
	color:#000;
}

div#header {
	background: url('images/header-back.jpg') no-repeat top left;
	height:272px;
	position:relative;
	top:5px;
}

div#header img {
	float:right;
	position:relative;
	margin-top:33px;
	right:40px;
}

div#header p {
	font-size:16px;
	line-height:20px;
	color:#fff;
	position:relative;
	left:42px;
	top:155px;
	width:525px;
	font-weight:bold;
}

div#header p.title {
	font-size:21px;
	line-height:23px;
	color:#fff;
	font-weight:bold;
	top:98px;
}

p#side-menu {
	float:left;
	position:relative;
	left:51px;
	top:20px;
}

p#side-menu a {
	display:block;
	background: url('images/sidemenu-norm.png') no-repeat top left;
	width:127px;
	height:24px;
	font-size:12px;
	line-height:14px;
	text-align:center;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	padding:11px 0 0px 0;
	margin-bottom:10px;
	color:#2c2c2c;
}

p#side-menu a:hover, p#side-menu a.over {
	background: url('images/sidemenu-over.png') no-repeat top left;
	color:#000;
}

p#side-menu a.two {
	padding:3px 0 0 0;
	height:32px;
}

div#content {
	width:777px;
	float:right;
	position:relative;
	right:19px;
	padding-bottom:20px;
	top:20px;
}

div#content h1, div#content h2, div#content h3, div#content h4 {
	font-size:18px;
	line-height:22px;
	color:#0fa232;
	font-weight:normal;
	margin-bottom:12px;
}

div#content p {
	font-size:13px;
	line-height:16px;
	color:#0fa232;
	margin-bottom:8px;
}

div#content ul {
	padding-left:25px;
}

div#content li {
	font-size:13px;
	line-height:16px;
	margin-bottom:4px;
	color:#0fa232;
}

div#content a {
	color:#0fa232;
}

div#content a:hover {
	color:#000;
}

div#footer {
	position:relative;
	top:20px;
	background-color:#000;
	font-size:11px;
	line-height:13px;
	color:#0fa232;
	height:19px;
	padding:8px 0 0 0;
	border-top:1px solid #0fa232;
	margin-top:20px;
}

div#footer p.left {
	float:left;
	position:relative;
	left:22px;
}

div#footer p.right {
	float:right;
	position:relative;
	right:19px;
}

div#footer a { color:#0fa232; text-decoration:none; }
div#footer a:hover { text-decoration:underline; }


.italic { font-style:italic; }
div#content .green { color:#0fa232; }
