/*
FILE NAME: scn.css
WRITTEN BY: Patricia Silva and Alicia Briggs
WHEN: April 19, 2010
         
PURPOSE: The purpose of this page was to create a simple design for our client. When we meet with them
they said that they wanted a design that wasn't cluttered and that was easy to navigate. We used the 
gold and blue color theme of the club's logo as our main color scheme.
*/

body {
font-family: sans-serif;
}

h1 {
color: #F0A804;
text-align: center;
font-family: sans-serif;
}

h2, h3{
color: #0079C2;
}

#banner {
position: relative;
top: -147px;

}


.container {
position: absolute;
top: 170px;

bottom: 5px;
margin-left: 240px;
}

.content {
width: 734px;
text-align: justify;
}       

#navbar {
float: left;
width: 190px;
position: absolute;
top: 170px;
background-color: #0060C2;
}

#navbar ul {
font-size: 13pt;
font-family: sans-serif;
list-style-type: none;
color: #F0A804;
margin-left: 18px;
margin-top: 60px;
padding:0px;
line-height: 25px;
}

#navbar a {
text-decoration: none;
}

#navbar a:link {
color: #F0A804;
}

#navbar a:visited {
color: #F0A804;
}

#navbar ul a:hover {
color: #0060C2;
background-color:#F0A804; 
}



table {
	width: 70%;
	position: absolute;
	top:715px;
	left: -13px;
}

#congrats {
font-family: "Monotype Corsiva", serif;
font-size: 15pt;
color: #0020C2;
}

#award {
	position: absolute;
	top: 664px;
	font-family: "Rockwell", sans-serif;
	font-size: 19pt;
	left: -10px;
}

#awardspic {
position: absolute;
top: 450px;
}

.TabbedPanelsContent {
position: absolute;
left: 40px;
top: 70px;
width: 690px;
overflow: hidden;
}

#tab1arrows {
position: absolute;
top: 223px;
left: 150px;
width: 450px;
}

#date {
position: absolute;
top: 190px;
left: 30px;
z-index: 1;
color: #F0A804;
font-weight: bold;
}
