/* Global Styles */
* {margin:0; padding:0;}

body {font-family:Arial, Helvetica, sans-serif; background:url(images/bodybg.jpg) repeat-x top;}

h1 {color:#003b7e; font-size:26px;}

h2 {text-align:center; color:#003b7e; font-size:20px; margin-bottom:15px;}

a {color:#003b7e;}


/* Container Blocks */
#wrap {width:750px; margin:0 auto;}

#content {overflow:hidden;}

#left {float:left; width:175px;}

#right {float:right; width:550px; margin-left:25px;}

#footerlinks {clear:both; background:#eee; height:40px;}

#footer {border-top:1px solid #000; padding-top:15px; text-align:center; clear:both; padding-bottom:15px;}

#images {width:150px; margin:25px auto 10px auto;}


/* Containter Styles */
#right p {font-size:14px; line-height:1.4em; margin:6px 0 20px 0;}

#images img {display:block; text-align:center; margin-bottom:15px;}

#footerlinks ul {text-align:center; margin:0 auto; padding:10px 0;}
#footerlinks ul li {display:inline; list-style-type:none; border-right:1px solid #000; padding:0 8px; font-size:10px;}
#footerlinks ul li.last {border:none;}
#footerlinks ul li a {font-size:14px; text-decoration:none;}

#left ul li {padding:8px 0; text-align:right; list-style-type:none; border-bottom:1px dashed #000;}
#left ul li.top {border-top:1px dashed #000;}
#left ul li a {text-decoration:none; color:#003b7e; font-size:15px;}

#right ul {margin:-10px 0 15px 25px;}
#right ul li {padding:4px 0; line-height:1.35em;}

/* Classes */
.center {text-align:center;}