/* ----- core -----*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align: left;
	background: #E6E6E6 url(/global-images/main-page-bg.jpg) repeat-x scroll center top;
}

/* ----- core text styles ----- */

h1 {
	padding: 10px 0 0 0;
	font-size:12px;
	color:#355392;
}

h2 {
	padding: 10px 0 0 0;
	font-size:12px;
	color:#8798BF;
}

h3 {
	padding: 10px 0 0 0;
	font-size:11px;
	color:#8798BF;
}

ul {
	list-style-position: outside;
	list-style-type: circle;
	margin: 5px 0 0 10px;
}

li {
line-height:15px;
}


/*--- link styles ---*/
a:link {
	color: #21627B;
	text-decoration: underline;
}

a:visited {
	color: #21627B;
	text-decoration: underline;
}
a:hover {
	color: #90B1BD;
	text-decoration: none;
}
a:active {
	color: #21627B;
	text-decoration: underline;
}

/* ----- 2 column layout -----*/

table#content {
	background-image:url(/global-images/content-bg.gif);
}

table#contentsurfreport {
	background-image:url(/global-images/content-forum-bg.gif);
}


table#forumcontent {
	background-image:url(/global-images/content-forum-bg.gif);
}

td#left-col {
	padding: 20px 10px 0 30px;
	}
	
td#left-col p {
	margin: 10px 0 0 0;
	line-height:17px;
	}
	
/* ----- email list form and table ----- */

table#emaillist {
	border-style:dotted;
	border-color:#006699;
	border-width:1px;
}
	
/* ----- footer -----*/

#footer {
	color:#CCCCCC;
	padding: 5px 10px 5px 10px;
	text-align:left;
}

#footer a:link, #footer a:active, #footer a:visited {
font-size:10px;
	color: #DFE9FE;
	text-decoration: underline;
}

#footer a:hover {
font-size:10px;
	color: #DFE9FE;
	text-decoration: none;
	}
