/* INITIALIZE */
/* undo default styling of common (X)HTML browsers */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul {list-style:none;}

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td {font-size:1em;}

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset {border:none;}

img {border: none;}
form {margin: 0; padding: 0;}
fieldset {margin: 0; padding: 0; border: none;}

/* ------------------------------------------------------------------------- */

body { 
	margin: 0;
	padding: 0;
	background: #99C1F4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

h1, h2, h3, h4 {margin: 0; font-weight: normal; color: #4F789F;}
h1 {letter-spacing: -1px; font-size: 2.0em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em; font-weight: bold;}
.media-list{padding:0 0 5px 0;}

p, ul, ol {margin-bottom: 1.6em;}
blockquote {font-style: italic;}

a {color: #4F789F;}
a:hover {text-decoration: none;}

#header-wrap {margin:0 auto; padding:20px 0 0 0; background:url(images/header-bg.gif) repeat-x;}
#header {width:900px; height:110px; margin:0 auto; padding:0;}
#header h1 {padding:10px 0 0 0; font-size: 3em; text-align:center;}
#header h2 {padding:0; font-size: 2em;}

#content-wrap {margin:0 auto; padding:0;}
#content {width:900px; height:450px; margin:0 auto; overflow:hidden; text-align:center;}

td.lt-blue-top-border-left {background: url(images/lt-blue-top-left.gif); width: 10px; height: 10px; background-repeat: no-repeat;}
td.lt-blue-top-border-mid {background: url(images/lt-blue-top-mid.gif); background-repeat: repeat;}
td.lt-blue-top-border-right {background: url(images/lt-blue-top-right.gif); width: 10px; height: 10px; background-repeat: no-repeat;}
td.lt-blue-btm-border-left {background: url(images/lt-blue-btm-left.gif); width: 10px; height: 10px; background-repeat: no-repeat;}
td.lt-blue-btm-border-mid {background: url(images/lt-blue-btm-mid.gif); background-repeat: repeat;}
td.lt-blue-btm-border-right {background: url(images/lt-blue-btm-right.gif); width: 10px; height: 10px; background-repeat: no-repeat;}

#footer-wrap {margin:0 auto; padding:0; background:#ACD1FE;}
#footer {width:900px; margin:0 auto; overflow:hidden;}
#footer-left {float:left; width:30px; height:55px; background:url(images/footer-left.jpg) no-repeat;}
#footer-mid {text-align:center; float:left; width:822px; height:55px; background:url(images/footer-mid.jpg) no-repeat;}
#footer-right {float:left; width:30px; height:55px; background:url(images/footer-right.jpg) no-repeat;}
#footer p {margin: 0; color: #666;}
#footer a {color: #76AEDB;}




