body {
	margin: 0;
	padding: 0;
	text-align: center; 
	background-color: gray;
	color: #ffff96;
	font-family: arial;
}

h1,h2,h3 {
	color: #000099;
}
			
#wrapper {
	text-align: left;
	width: 770px; /* Max width for no scrollbar on an 800x600 screen */
	margin: 10px auto 0 auto;
	position: relative;
}
			
#header-left {
	width: 214px; 
	height: 100px; 
	color: #fcb300;
	background-color: #000099;
	font-family: verdana;
	font-size: 20pt;
	font-weight: bold;
	padding-left: 25px;
}
			
#header-right {
	width: 556px; 
	height: 100px; 
	background-color: #000099; 
	position: relative; 
	top: -100px; 
	left: 214px;
}
			
#header-right-image {
	font-size: 36px;
	font-weight: bold;
	background-image: url('pics/SOC_Division_2010_banner.jpg');
	background-repeat: no-repeat;
	width: 556px;
	height: 65px;
}
			
#header-right-caption {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 556px;
	height: 35px;
	color: #fcb300;
}
			
#navbar {
	position: absolute;
	left: 0px;
	top: 100px;
	font-size: 11px;
	text-align: center;
	width: 770px;
	height: 15px;
	background-color: #170e53;
}
			
#content-wrapper {
	background-color: #000035;
	width: 770px;
	position: absolute;
	left: 0px;
	top: 115px;
	font-size: 12pt;
}
			
#content-inner {
	background-color: #ffffee;
	color: black;
	border-style: solid;
	border-color: #000035;
	border-width: 20px 20px 20px 20px;
	padding: 15px 15px 15px 15px;
	font-family: Trebuchet,tahoma,"sans serif";
	font-size: 12pt;
}

.special-event {
	font-weight: bold;
	font-size: 125%;
	border-bottom-color: black;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-style: hidden;
	padding-bottom: 5px;
	padding-top: 5px;
}

.special-event-headline {
	text-align:center; 
	color:red; 
	font-weight:400%;
	font-size:200%;
}

.notice {
	color: white; 
	background-color: #cc0000; 
	border-color: black; 
	text-align: center;
	font-size: 150%;
	border-width: 5px;
	border-color: black;
	border-style: solid;
	margin: 20px;
}
			
a.button:link {
	left-margin:10px; 
	color: orange; 
	font-family:tahoma,arial,"sans serif"; 
	font-size: 105%; 
	font-weight:900; 
	text-decoration:none;
}
		
a.button:visited {
	left-margin:10px; 
	color: orange; 
	font-family:tahoma,arial,"sans serif"; 
	font-weight:900; 
	font-size: 105%; 
	text-decoration:none;
}
			
a.button:hover {
	left-margin:10px; 
	color: red; 
	font-size: 105%; 
	text-decoration: underline;
}
		
a:link {
	/*color: #668fff; */
	left-margin:10px;
}
			
a:visited {
	/*color: #CCCCFF;*/
	color: purple;
}
			