body {
margin : 0;
padding : 0;
text-align : left;
font : 100% "Trebuchet MS", verdana, arial, sans-serif;
line-height : 1.5em;
background : #004990 url() top center repeat-y;
color : #000;
}
			/*CONTAINER*/
#wrapper {
position : relative;
width : 780px;
margin-right : auto;
margin-left : auto;
padding : 0;
background : #fff;
}
			/*TOP TITLE BAR*/
#title {
width : 770px;
margin-left : 5px;
padding : 0;
text-align : left;
background : #fff;
color : #000;
}
#title h1 {
margin : 0;
padding : 10px;
font-size : 150%;
text-transform : uppercase;
letter-spacing : 5px;
background : inherit;
color : #cf1520;
}
			/*BANNER*/
#header {
background : 
width : 770px;
height : 200px;
margin : 0 0 0 5px;
padding : 0 0 0 0;
}
			/*TOP NAVIGATION*/
.container {
width : 770px;
height : 35px;
margin : 20px 0 10px 5px;
}
#navCircle {
margin : 0;
padding : 0 0 20px 20px;
border-bottom : 1px solid #cf1520;
}
#navCircle li {
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
}
#navCircle a:link, #navCircle a:visited {
float : left;
font-size : 1.3em;
padding : 0 20px 15px 20px;
text-decoration : none;
background : inherit;
color : #004990;
}
#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
background-color : inherit;
color : #cf1520;
background : url(images/arrowdar.jpg) no-repeat bottom center;
}

			/*MAIN CONTENT*/
#content {
width : 745px;
float : left;
margin-top : 0;
margin-left : 11px;
padding : 5px;
}
#contentprogram {
width : 710px;
float : left;
margin-top : 0;
margin-left : 11px;
padding : 20px;

}
#content p {
padding : 0 20px;
}

			/*FOOTER*/
#footer {
margin : 50px 0 0 0;
padding : 5px;
font : 100% "Trebuchet MS", verdana, arial, sans-serif;
background : #1f8eac;
color : #000;
text-align : left;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #fff;
}
#footer a:hover {
background : inherit;
color : #fff;
text-decoration : none;
}

			/*TYPOGRAPHY*/
h2 {
margin : 20px;
font-size : 140%;
text-transform : uppercase;
letter-spacing : 5px;
background : inherit;
color : #1f8eac;
}
h3 {
margin : 20px;
font-size : 120%;
letter-spacing : 5px;
background : inherit;
color : #1f8eac;
}
h6 {
	margin : 0px;
	font-size : 80%;
	background : inherit;
	color : #666;
}
blockquote {
font-style : italic;
color : #ccc;
text-align : center;
}
			/*LINKS*/
a img {
border : none;
}
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #004990;
}
a:hover {
text-decoration : underline;
background : inherit;
color : #000;
}
ul.side {
list-style-type : square;
padding : 0;
margin : 0;
background : inherit;
color : #1f8eac;
}
.side li {
padding-left : 0.2em;
margin-left : 1em;
}
			/*CLASSES*/
.news {
font-size : 90%;
background : inherit;
color : #000;
}
.imgleft {
float : left;
border : 1px solid #345411;
padding : 5px;
margin-right : 15px;
}
.imgright {
float : right;
border : 1px solid #345411;
padding : 5px;
margin-left : 15px;
}
.imgcenter {
float : center;
border : 1px solid #345411;
padding : 5px;
margin-left : 15px;
}

img.scaled {
  width: 50%;
}
