/* @group html */

body
{
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
font-size:76%;
background:#09597C;
margin:0;
text-align: center;

}

p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size:1em;
	line-height: 1.5em;
	text-align: left;
	
}


p {
	margin-top: 0;
}

a {
color:#336699;
}

a:hover {


}

a img {
border:0;
}


li,ul {
margin: 0;	
padding: 0;
list-style: none;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

strong {
	color: #333;
}

 h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-weight: normal;
}

h1
{
margin-top:0;
font-weight: normal;
text-decoration:none;
font-size: 2em;
color: #861272;
color:#09597C;
margin-top: 30px;
margin-bottom: 60px;
text-transform: uppercase;
letter-spacing: 2px;
}

h2 {
color: #09597C;
font-size: 2em;
}

h3
{
font-weight: normal;
font-size: 1.5em;
color:#336699;
color: #09597C;
margin: 0;
}

/* @group article */
div.article {
	border-bottom: 1px solid #268C0C;
	margin-bottom: 10px;
}
/* @end */

/* @end */

/* @group layout */

/*************** layout ***************/

#header
{
width:820px;
margin:0 ;
height: 141px;
background: #FFF url(/images/header.jpg) no-repeat;

}

#container
{
text-align: left;
width: 820px;
margin-left: auto;
margin-right: auto;
padding:0;
background: #FFF url(/images/bg.jpg) repeat-y;

}



#sidebar {
	padding: 0;
	width: 220px;
	float: right;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-top: 30px;
	height: 400px;
}

#content {
margin-left: 50px;
margin-top: 30px;
width: 450px;
}




#footer
{
margin:10px 10px 0 10px;
padding:5px;
	clear: both;
	margin-top: 5px;
	text-align: center;
border-top:1px solid #666;
}

#footer p {
margin:0;
}

#footer a:hover {
color:#FFF;
}

/* @end */



/* @group nav */

/*************** nav ***************/
#nav-top {
margin:0 auto;
width: 777px;
height: 27px;
margin-top: 10px;
margin-bottom: 4px;
background: url(/images/bg-nav.jpg) no-repeat;
}


#nav-top ul {
margin:0;
padding-top:5px;
list-style:none;
}

#nav-top li {
margin:0;
padding:0;
list-style:none;
float: left;
line-height: 1em;
}

#nav-top a {
	font-size: 11px;
text-decoration:none;
color:#FFF;
text-transform:uppercase;
letter-spacing:0.1em;
border-right:1px solid #fff;
padding:0px 10px;
display:block;
}

#nav-top a.last {
	border: none;
}

#nav-top a.first {
border-left:1px solid #FFF;
}

#nav-top a:hover {
color:#FFF;
text-decoration:underline;
}

/* @end */