html { margin: 0; }

body
{
	margin: 0;
	font: 83%/1.4 arial, helvetica, sans-serif;
	color: #585858;
}

#wrap
{
	margin: 0 auto 0 auto;
	padding: 10px 30px;
	position: relative;
	max-width: 900px;
	min-width: 500px;
}

/***** common content formatting *****/

h1 { margin: 0 0 25px 0; font-size: 2.4em; font-weight: normal; color: #03669d; }
h2 { margin: 0 0 20px 0; font-size: 2.0em; font-weight: normal; color: #03669d; }
h3 { margin: 15px 0 10px 0; font-size: 1.4em; font-weight: normal; color: #03669d; }

a { outline: none; } /* remove dotted outline */
img { border: 0; } /* disable borders on all images */
.clear { clear: both; } /* clears any floats */
.left { float: left; } /* float left */
.right { float: right; } /* float right */

/***** end of common content formatting *****/

/***** structure *****/

#header { margin-bottom: 35px; }
#sidebar { width: 20%; float: left; }
#content { width: 73%; float: right; }
#content a { color: #8ac63a; }
#content a:hover { color: #00aad9; }

/***** end of structure *****/

/***** header *****/

.logo span
{
 	display: none;
}

.logo
{
	width: 242px;
	height: 99px;
	background: url('../graphics/logo.gif');
	display: block;
	float: left;
}

.partners
{
	margin-top: 30px;
	width: 200px;
	height: 80px;
	float: right;
}

/***** end of header *****/

/***** menu *****/

#menu
{
 	position: relative;
	padding: 3px 10px 3px 25px;
 	background: #ebf1fa;
}

#menu a { color: #03669d; }

.cornerTL
{
 	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: url('../graphics/cornerTL.gif') no-repeat;
}

.cornerTR
{
 	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 5px;
	background: url('../graphics/cornerTR.gif') no-repeat;
}

.cornerBL
{
 	position: absolute;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: url('../graphics/cornerBL.gif') no-repeat;
}

.cornerBR
{
 	position: absolute;
	bottom: 0;
	right: 0;
	width: 5px;
	height: 5px;
	background: url('../graphics/cornerBR.gif') no-repeat;
}

#menu ul
{
 	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li
{
	margin: 15px 0;
	padding: 0 0 0 12px;
	background: url('../graphics/bullet.gif') no-repeat 0 8px;
}

/***** end of menu *****/

/***** sections *****/

/* only used if image is aligned left */
.sectionList li
{
	 position: relative;
	 top: 0;
	 left: 15px;
}

.headerBg
{
 	margin-bottom: 7px;
	padding: 2px;
 	background: #03669d;
	color: #fff;
}

/***** end of sections *****/

/***** news article *****/

.article { border-top: 1px solid #ebf1fa; }
.article h3 { margin-top: 10px; }
/* use #content for mapping links properly */
#content .article h3 a { color: #03669d; }
#content .article h3 a:hover { color: #00aad9; }
.pubDate { margin-bottom: 15px; color: #bcbcbc; display: block; }

/***** end of news article *****/

/***** footer *****/

#footer
{
 	margin-top: 10px;
	padding-top: 10px;
	font-size: 0.8em;
	color: #9b9b9b;
	text-align: center;
	border-top: 1px solid #9b9b9b;
}

#footer a { color: #9b9b9b; }
#footer a:hover { color: #00aad9; }

/***** end of footer *****/