/* Clear
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,p,blockquote,th,td,img {
	margin:0;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
}


/* General
----------------------------------------------- */
body {
	background:#fff url('../images/body-bg.gif') 0 362px repeat-x;
	color:#565655;
	font-family:Arial,verdana,"sans serif";
	font-size:62.5%; /* scaled default font size; 1em = 10px */
	line-height:24px;
	text-align:center;
	/*border-top:#BBE0F4 13px solid;*/
	/*letter-spacing:1px;*/
}

h1, h3, h4, h5, h6 {
	font-weight:bold;
	/*font-family:arial,verdana,"sans serif";*/
}

a {
	color:#469845; /*0B7384;*/ /*#264CBE;*//*#28459C;*//*356AA0;*/
	text-decoration:none;
}

a:visited {

}
#content a {
	border-bottom:none;
}

#content a:hover {
	background:#3589BE;
	border:none;
	color:#fff;
}
/*
, a:focus, a:active
*/
a img { border:none; }

/* Website Structure
----------------------------------------------- */
#page {
	margin:0 auto;
	min-width:790px;
	width:790px;
	text-align:left;
	position:relative;
}

#header {
	text-align:right;
	position:relative;
	padding:40px 0 0 0;
}


#header a {
	color:#565655;
	font-weight:normal;
}

#header h1, h1 span {
	height:49px;
}

#header h1 {
	position:relative;
	float:left;
	margin-left:7px;
	font-size:1.3em;
	line-height:54px; /* Current font size + difference of this and parent's font sizes */
}

#header h1 small {
	font-size:1em;
	padding-top:17px;
	padding-left:44px;
}

#header h1 span {
	width:88px;
	position:absolute;
	background:url('../images/skagga.gif') no-repeat top left;
	cursor:hand;
}

#nav {
	font-size:1.35em;
	padding:7px 0 0 9px;
}

#nav li {
	padding:0 3px;
	border-right:#565655 1px solid;
	display:inline;
}

#copyright ul li.last,
#nav li.last {
	border-right:none;
	margin-right:0;
	padding-right:0;
}

#nav a {
	padding:0 2px 0 2px;
	color:#565655; /*#025E6E*/
	border:none;
}

#nav a:hover {

}

#nav a.current:hover,
#nav a.current {
	color:#398E38; /*BE3535;*/
}

#background {
	z-index:-1;
	position:absolute;
	float:right;
}

#content {
	font-size:1.7em;
}

#content p {
	line-height:20px;
	margin:0 0 18px 0;
}

#content ul {
	list-style-type:disc;
}

h2 {
	color:#469845;
	font-size:2em;
	margin:.5em 0;
}

.info {
	padding-top:18px;
}

h3 {
	font-size:1.2em;
	color:#666;
}

h4 {
	color:#666;
	clear:both;
}

#content b {
	color:#666;
}

form legend {
	font-style:italic;
}

.checkbox label {
	width:200px;
	float:left;
}

/* Footer
----------------------------------------------- */

#copyright {
	clear:both;
	text-align:right;
	margin:0 auto;
	min-width:790px;
	width:790px;
	padding-top:48px;
	line-height:1.5em;
}

#copyright p {
	font-size:1.1em;
	padding:12px 0;
}

#copyright ul {
	font-size:1.2em;
	text-align:right;
	padding:0;
}

#copyright ul li {
	display:inline;
	border-right:#565655 1px solid;
	padding:0 5px;
}

#copyright a,
#copyright a:hover {
	color:#565655;
	border:none;
}



/* Effects
----------------------------------------------- */
.hidden {
	visibility:hidden;
}

.clear {
	clear:both;
}