html { margin: 0; }

body
{
	margin: 0;
	padding: 10px;
	font: 83%/1.4 "Trebuchet MS", helvetica, sans-serif;
	background: #c7e5f1 url('../graphics/bg.gif') repeat-x;
	color: #000;
}

/***** common content formatting *****/

h1 { font-weight: normal; font-size: 1.4em; }
h2 { font-weight: normal; font-size: 1.3em; }

a { outline: none; } /* remove dotted outline in firefox */
img { border: 0; } /* disable borders on all images */
.clear { clear: both; }

/***** end of common content formatting *****/

#wrapper
{
	margin: 0 auto 0 auto;
	position: relative;
	width: 770px;
	background: #fff;
}

#header { width: 770px; height: 331px; }

#content { padding: 10px; /*width: 600px;*/ }
#content a:link { color: #0d5489; }
#content a:visited { color: #0D5489; }
#content a:hover { color: #79bff4; }
#content a:active { color: #0D5489; }

#nav { float: left; margin: 0 5px 150px 0; width: 180px; }
#nav li { margin: 5px 0; color: #a2d3e9; }
.nav li { color: #a2d3e9; }

/* for cc06 */
#content3 { padding: 10px 0 10px 10px; width: 750px; }
#content3 a:link { color: #0D5489; }
#content3 a:visited { color: #0D5489; }
#content3 a:hover { color: #79BFF4; }
#content3 a:active { color: #0D5489; }
/* for cc06 */

#footer
{
	width: 770px;
	height: 20px;
	background: url('../graphics/footer.gif');
	clear: both;
}

/*---- misc ----*/

.smalllogo { margin-top: 14px; }
.smalllogo2 { margin-top: 7px; }
.smalllogo3 { margin-top: 21px; }
