@charset "utf-8";

@import url("globalcss.css");

body { margin: 0px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 1.5em; 
background-color: #2071a4; background-image: url(images/header_bg.jpg); background-repeat: repeat-x; height: 186px; }

#wrapper { margin:auto; clear: both; width: 832px; }
#header { background-image: url(images/header.jpg); background-repeat: no-repeat; height: 189px; width: 832px; clear: both; }
#contentwrapper { clear: both; float: left; width: 832px; background-image: url(images/contentbg.jpg); background-repeat: repeat-y; }
.content { padding-left: 50px; padding-right: 50px; clear: none; width: 732px; padding-top: 20px; }
#footer { background-image: url(images/footer.jpg); background-repeat: no-repeat; clear: both; height: 76px; width: 832px; }

.minisites { float: right; width: 180px; padding-top: 23px; text-decoration: none; color: #FFF; font-family: 'uni0553Regular', sans-serif; font-size: 8px; text-transform: uppercase; }
.minisites a { text-decoration: none; color: #FFF; }

