/* main stuff */
body {margin:0;padding:0;background:#4F60AC;font-family: helvetica, verdana, sans;font-size: 10pt;}
p {line-height: 150%;}
ul {line-height: 200%;}
h5 {font-size:10pt }
h4 {font-size:12pt }
h3 {font-size:14pt }
h2 {font-size:16pt }
h1 {font-size:18pt }

/*BODY STUFF */
#container {
width:760px;
background-color:#FFFFFF;
margin:0 auto;
background-repeat:repeat-y;
background-image:url(/images/side-rep.gif);
	position:relative;
}
#wrapper {/*turns out I didn't need it after all!*/}
#header {
height:151px;
background-repeat:repeat-x;
background-image:url(/images/header-rep.gif);
clear:right;
}
#logo {
float: left;
width:300px;
}
#headerend {
float: right;
width:72px;
}
#sidebar {
width:150px;
position:absolute;
}
#content {
float:right;
padding-left:10px;
width:535px;
margin: 50px 10px 0 0;
}
#footer {/*holds both the left and right graphic divs - and also holds the footer text*/
text-align:center;
background-color: #4F60AC;
background-repeat:repeat-x;
background-image:url(/images/60pxbg.gif);
vertical-align:bottom;
height:60px;
}
#footerright {/*holds the bottom right corner rounded graphic*/
width:72px;
float:right;
}
#footerleft {/*holds the bottom of the menu bar graphic*/
width:194px;
float:left;
}
.button {
margin: 0 0 0 55px;
padding:9px 0 0 0;
text-align:center;
width:135px;
height:34px;
background-repeat:no-repeat;
background-image:url(/images/button.gif);
font-size:8pt;
font-weight:bold;
}
.button a {
color:black;
text-decoration: none;
}
/* Text Stuff! */
.copyright {
padding-top:15px;
font-size: 8pt;
}
.red {/*ACC RED */
color:#AF1517
}
.blue {/*ACC BLUE */
color:#4F60AC
}
