/*

Current School Colors:
#FF5A08 - darker color
#FF8A38 - lighter color

To change colors, search and replace above hex codes

*/

body {
background-image: url(images/background1.jpg);
font-family: verdana, arial, 'times new roman';
font-size: 0.8em;
margin: 20px;
}

.background {
width: 800px;
margin-left: 50px;
background-repeat: repeat-y;
padding: 0px 0px 0px 5px;
background-image: url(../winners/content.png);
}

.header {
width: 792px;
height: 174px;
padding: 0px;
margin: 0;
background-color: #003366;
color: inherit;
background-repeat: no-repeat;
background-position: 20px 20px;
}

.header h1.title {
color: white;
background-color: transparent;
font-family: verdana;
font-style: italic;
font-weight: bold;
width: 792px;
margin: 0px;
font-size: 3em;
padding: 5px;
}

.topFill1 {
	background-color: white;
}

.top-menu2 {
background-image: url(images/toolbar1.jpg);
color: inherit;
width: 792px;
height: 26px;
}

.top-menu {
background-image: url(images/toolbar2.jpg);
color: inherit;
width: 792px;
height: 26px;
}

.top-menu a {
color: white;
background-color: inherit;
text-transform: uppercase;
font-size: 12px;
display: block;
float: right;
text-decoration: none;
font-weight: bold;
padding: 3px 5px 4px 5px;
}

.top-menu a:hover {
color: white;
background-image: url(images/purpleFill3.jpg);
background-repeat: repeat-x;
}

.top-menu a.current {
color: #303030;
background-color: #d0d0d0;
}





.subtop-menu {
background-image: url(images/toolbar2.jpg);
color: inherit;
width: 792px;
height: 26px;
background-repeat: repeat-x;
}

.subtop-menu a {
color: white;
background-color: inherit;
text-transform: uppercase;
font-size: 9px;
height: 26px;
display: block;
float: left;
text-decoration: none;
font-weight: bold;
padding: 3px 5px 4px 5px;
}

.subtop-menu a:hover {
color: white;
background-image: url(images/purpleFill3.jpg);
background-repeat: repeat-x;
height: 26px;
}

.titleCase2 {font-size: 14px; font-weight: bolder}
.titleCase1 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #003399; font-size: 24px; font-weight: bolder}
.titleCase3 {color: purple;}

.subtop-menu a.current {
color: #303030;
background-color: #d0d0d0;
}

.side-menu {
float: left;
width: 150px;
color: inherit;
background-image: url(images/sideMenuColor5.jpg);
padding-top: 10px;
padding-bottom: 30px;
}


.side-menu a {
display: block;
text-decoration: none;
font-size: 12px;
background-color: inherit;
color: white;
font-weight: bold;
padding: 2px;
font-family: verdana;
}

.side-menu a:hover {
color: white;
background-image: url(images/purpleFill5.jpg);
background-repeat: repeat-y;
font-weight: bolder;
}

.side-menu a.current {
color: white;
background-image: url(images/blackmarble.jpg);
}

.inside-menu {
float: left;
width: 150px;
color: inherit;
padding-top: 10px;
padding-bottom: 30px;
}

.inside-menu a {
display: block;
text-decoration: none;
font-size: 12px;
background-color: inherit;
color: #303030;
font-weight: bold;
padding: 2px;
font-family: verdana;
}

.inside-menu a:hover {
color: #404040;
background-color: #fd8c76;
}

.inside-menu a.current {
color: #404040;
background-color: #b0b0b0;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

.sublink {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}



.content {
float: left;
width: 600px;
padding: 10px;
}

.middlecontent {
float: left;
width: 500px;
padding: 5px;
background-color: white;
}

#rightcontent {
vertical-align:top;
float: right;
width: 250px;
padding: 5px;
}
.footer {
clear: left;
padding: 5px; 
background-image: url(images/grayFoot3.jpg);
background-repeat: repeat-x;
color: white;
width: 782px;
height: 25px;
text-align: center;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #0033ff;
	line-height: 13px;
}
.fix {
clear: left;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: #FF8000;
}

.floatright {float: right; margin: 0px 5px 0px 5px;}

