html,body{margin:0;padding:0}
body{font: 76% verdana,sans-serif;text-align:left;color:#716E77;
background-color : #B8E7FB;}
p{margin:0 10px 10px}

div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background: #369BEB;color: white;}
div#container{text-align:left; background-color : white;}
div#content p{line-height:1.4}
div#navigation{background:white}
div#extra{background:#FF8539}
div#footer{background: white;}
div#footer p{margin:0;padding:5px 10px}

div#container{width:550px;margin:0 auto;
}
div#content{
float:left;
width:90%;
margin-bottom : 1.5em;
margin-left : 3em;
}
div#navigation{width:100%}
div#footer{clear:both;width:100%}


#content a {
	color : #224773;
	font-weight : bold;
}



div#header h1{
	background: url(../../images/template/header.jpg) no-repeat;
	height : 5em;
}

div#footer {
	height : 2.6em;
	padding-top : .7em;
}

#footer span {
	margin-left : 3em;
}

#content li {
	list-style-image : url(../../images/template/bullet.jpg)
}

div#nav ul {
	list-style : none;
	width : 100%;
	font-weight : bold;
}

div#nav ul li{
	position : relative;
	display : inline;
}

#nav a{
	color: #FC62AA;
	padding:10px;
	text-decoration : none;
	font-size : 1.2em;
	}
	
#nav li.selected a {
	color : white;
	background-color : #FC62AA;
}

#nav a:hover {
	color : white;
	background-color : #FC62AA;
}	

#nav ul {
	/*margin-left : 4em;*/
}


div#footer a {
	text-decoration : none;
	font-weight : bold;
	color:#716E77;
}

div#footer {
	border-top : #716E77 1px solid;
}

#text {
	width : 262px;
}


/* ie hacks */


* html #header h1{
	height : 4em;
	cursor : hand;
}

* html div#container {
	width : 500px;
}

* html div#header {
	width : 540px;
}

* html div#content {
	width : 90%;
	margin-left :1.6em;
}

* html div#footer {
	width : 540px;
}

* html #content h1 {
	font-size : 2em;
}

* html div#nav {
	width : 500px;
}

* html #textarea {
	width : 262px;
}




