html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #1b8094;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

div#gradient {
	background-image: url('images/gradient.jpg');
	background-repeat: repeat-x;
}

ol, ul {
	margin:0 0 15px 24px;	
	font-size:0.9em;
	line-height:1.2em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*/

div#header {
	width: 100%;
	background-color:#FFFFFF;
	display: block; 
	height: 136px;
	background-image: url(images/header_repeat.jpg);
	text-align:center;
}

h1, h2, h3, h4, h5, h6
{
	color:#258599;
	margin:0 0 15px 0;
	font-weight:bold;
}

h1
{
	font-size:2em;
}

h2
{
	font-size:1.1em;
	margin-top: 1.8em;
}

h3
{
	font-size:1em;
}

p {
	font-size:0.9em;
	line-height:1.2em;
	margin:0 0 12px 0;	
}

div#container
{
	/*position: absolute;
	top: 138px;*/
	background:url('images/topcurved.gif') center top no-repeat;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
	background-color:#FFFFFF;
	margin-bottom:40px;
}


#sidebar
{
	float:right;
	width: 180px;
	padding:12px 0 0 15px;
}

#main
{
	width:560px;
	border-right:1px solid #258599;
	padding:10px 25px 0px 18px;
}

p.linklist {
	line-height:1.5em;	
}

.quicklinkstitle {
	font-size: 1.2em;
	margin-top: 0;
}
