/***************************************
paler blue  : #ccd9df
deeper blue : #2c8eb8
bright blue : #cefffd
b4d455      : #c0e517
gray        : #a09c9c
***************************************/

body#body {
	background:#fff;
	color:#000;
	font-family:'Gill Sans',Geneva,Arial,Helvetica,sans-serif;
	font-size:80%;
	background:#a09c9c;
	background:#a09c9c url(../img/body.gif) repeat top left;
}

a       { color:#2c8eb8; }
a:hover { color:#c0e517; }

fieldset {
	margin-right:1em;
}

fieldset legend {
	display:none;
}

fieldset ol {
	list-style:none;
}

fieldset li {
	text-align:right;
}

fieldset label {
	float:left;
}

fieldset em {
	color:#d00;
	font-weight:bold;
	font-size:1.2em;
}

.root {
	background:#fff url(../img/root.gif) repeat-y top left;
	width:770px;
	padding:0 5px;
	/*width:90%;*/
	margin:0 auto;
}

.content {
	margin-left:237px;
}

.content .inner {
	margin-left:58px;
}

.content .inner p {
	margin-left:70px;
}

div#head {
	background:#2c8eb8 url(../img/head/default.jpg) no-repeat bottom left;
	height:284px;
}

#head h1 {
	background:transparent url(../img/h1.gif) repeat-x top left;
	margin-bottom:50px;
	height:128px;
}

#head h1 a {
	text-indent:-999em;
	display:block;
	height:64px;
}

#head h2 {
	margin-left:458px;
	color:#cefffd;
	text-transform:uppercase;
	line-height:1.2em;
}

#headnav {
	background:transparent url(../img/headnav.gif) repeat-x top left;
	padding:35px 0;
	height:35px;
	text-transform:lowercase;
	list-style:none;
}

#headnav li {
	float:left;
	margin:0 .667em 0 .333em;
	background:transparent url(../img/headnav_li.gif) no-repeat center left;
	font-size:.95em;
}


#headnav a {
	color:#a09c9c;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding-left:11px;
	height:18px;
}

#headnav a:hover {
	border-bottom:2px dotted #2c8eb8;
	height:16px;
}

#headnav span {
	display:none;
}

div#main {

}

#extra {
	width:237px;
	padding-top:50px;
	float:left;
}

#content {
	background:transparent url(../img/content.gif) no-repeat top left;
}

#content div.inner {
	border-bottom:3px solid #c0e517;
}

#content h2,
#content h3 {
	text-transform:lowercase;
	margin-top:0;
}

#content p {
}
