/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Custom Styles Begin */

/* -- 01 Body and Site -- */

body { background:url(images/site-background-01.gif) repeat-y 50% 0 #efefef; font-family:Verdana, Arial, Helvetica, sans-serif; color:#2f4b57; }

p { font-size:11px; line-height:18px; text-align:left; padding-bottom:10px; }

h2 { margin-bottom:18px; }

.box {	width:772px; margin:0px auto; padding:0px; }

.printOnly { display:none; }

hr { color:#efefef; height:2px; }


/* -- 02 Header -- */

.header { background:url(images/header-background-01.gif) repeat-y 50% 0 #4b98c5; height:300px; }

.logo { height:84px; background:#FFFFFF; width:772px; clear:both; }
.logo img { margin-left:30px; }

.mainImg { height:297px; background-color:#FFFFFF; }


/* -- 03 Menu -- */

.menu { background:url(images/menu-background-01.gif) repeat-x top; height:70px; width:772px; clear:both; }


/* -- 04 Body -- */

.bodyCopyLeft { width:460px; float:left;  }

.bodyCopyRight { width:312px; float:right; }

.padding40 { padding:40px; }

.padding20 { padding:20px; }

.greybg { background:#efefef; padding:20px; }

.tools li { font-size:11px; line-height:18px; text-align:left; padding-bottom:10px; padding-left:25px; }

.tools { background:url(/images/icons-tools.gif) no-repeat 0px 3px;  }

.highlighted { background:#2f4b57; line-height:25px; padding:5px; color:#FFFFFF; }

#rssTitle { font-size:11px; line-height:18px; text-align:left; padding-bottom:10px; }
#rssItem { font-size:11px; line-height:18px; text-align:left; padding-bottom:10px; }
#rssLink { font-size:11px; line-height:18px; text-align:left; padding-bottom:10px; }
#rssLogo { font-size:11px; line-height:18px; text-align:left; padding-bottom:10px; }

#rssForcastTitle { font-size:11px; line-height:18px; text-align:left; padding-bottom:10px; }
#rssForcastItem { font-size:11px; line-height:18px; text-align:left; padding-bottom:10px; }
#rssForcastLink { font-size:11px; line-height:18px; text-align:left; padding-bottom:10px; }

.myselect { font-size:11px; }



/* -- 05 Footer -- */

.footer { width:772px; height:65px; background:#4b98c5; clear:both; float:left; }
.footer p { color:#FFFFFF; text-align:center; margin-top:25px; }


