@import url("/inc/ppc.css");

body {
	margin:15px 0 50px 0;
	padding:0;
	background:url(/i/background.gif) repeat-x #1f555c;
	font-family:Arial, Helvetica, sans-serif;	
}

h1 {
	font-size:24px;
	line-height:10px;
	font-weight:bold;	
	color:#306f77;
}

h2 {
	margin-bottom:-5px;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#666;
}

h3 {
	margin-bottom:-5px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#565656;
}

p, li, ul, ol {
	margin-bottom:10px;
	font-size:12px;
	line-height:18px;
	color:#666;	
}

ul, ol {
	margin-bottom:20px;	
}

li {
	list-style-type:disc;	
}

p a, li a {
	text-decoration:underline;
	color:#fbaf0b;
}
p a:hover, li a:hover {
	text-decoration:none;
	color:#fbaf0b;
}

img {
	border:0;
}

#wrapper {
	width:760px;
	margin:0 auto;
	background: url(/i/wrapper.gif) repeat-y;
}

#header {
	width:760px;
	height:150px;
	position:absolute;
	top:15px;	
	background:url(/i/header.gif) no-repeat;
}

#header img {
	width:300px;
	height:115px;
	position:relative;
	top:10px;
	left:15px;	
}

#breadcrumbs {
	width:740px;
	height:17px;
	position:absolute;
	top:165px;
	padding:3px 10px 0 10px;
	background:url(/i/breadcrumb.gif);
	font-size:10px;
	color:#fff;
}

#breadcrumbs a {
	text-decoration:none;
	color:#c4c4c4;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}

#menu {
 	width:220px;
	display:block;
	float:left;
	margin-top:170px;
}

#content {
	margin-top:170px;
	float:right;
	width:510px;
	padding:15px;	
}

.m1, .m1:hover, .youarehere1, .open1 {
	width:190px;
	display:block;
	padding:7px 0 7px 30px;
	background:url(/i/m1.gif) no-repeat 10px 8px #668110;
	border-bottom:1px solid #fff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
.m1:hover, .youarehere1, .open1 {
	background:url(/i/m1-hover.gif) no-repeat 10px 8px #566c10;	
}

.m2, .m2:hover, .youarehere2 .open2 {
	width:185x;
	display:block;
	padding:3px 0 3px 35px;
	background:url(/i/m2.gif) no-repeat 20px 6px #5ca2ab;
	border-bottom:1px solid #fff;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}
.m2:hover, .youarehere2, .open2 {
	background:url(/i/m2-hover.gif) no-repeat 20px 6px #306f77;
}

#footer {
	width:740px;
	height:20px;
	clear:both;
	padding-right:20px;
	padding-top:5px;
	background:url(/i/footer.gif) no-repeat;
	text-align:right;
	font-size:11px;
	color:#fbaf0b;
}

#footer a {
	color:#fff;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}

#footer img {
	position:relative;
	top:5px;	
}