@charset "utf-8";

/* PAGE DEFAULTS: */
/* -------------- */

body  
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

/* FUNCTIONAL ELEMENTS */
/* ------------------- */

/* CONTAINER */
.fcsoi #container 
{ 
	width: 46em;  
	background: #FFFFFF;
	background-image:url(images/background.gif);
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 

/* HEADER */
.fcsoi #header 
{
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #57D557;
	background-image:url(images/header.png);
	text-align:center;
	height:140px;
} 
.fcsoi #header h1 
{
	margin: 0; 
	padding: 10px 0;
	font-size:18px;
}
.fcsoi #header h2 
{
	margin: 0; 
	padding: 10px 0;
	font-size:16px;
}
.fcsoi #header h3 
{
	margin: 0; 
	padding: 10px 0;
	font-size:14px;
}

/* SIDEBAR */
.fcsoi #sidebar 
{
	float: left; 
	width: 12em; 
	background: #EBEBEB; 
	padding: 15px 0; 
}
.fcsoi #sidebar h3, .fcsoi #sidebar p 
{
	margin-left: 10px;
	margin-right: 10px;
}
.fcsoi #sidebar ul a
{
	text-decoration:none;
	color:#000000;
}
.fcsoi #sidebar ul a:hover
{
	text-decoration:none;
	color:#090;
}
.fcsoi #sidebar ul a li
{
	list-style-image:url(images/bullet.png);
	font-size:90%;
	line-height:25px;
	vertical-align:middle;
}

/* MAIN CONTENT */
.fcsoi #mainContent 
{
	margin: 0 1.5em 0 13em;
}

.fcsoi #mainContent input, .fcsoi #mainContent select, .fcsoi #mainContent option, .fcsoi #mainContent textarea
{
	background-color:#57D557;
	color:#000;
}
.fcsoi #mainContent input.nogreen
{
	background:none;
	background-color:none;
}

.fcsoi #mainContent h1
{
	font-size:20px;
	text-align:center;
}

.fcsoi #mainContent table.scheduleCalendar
{
}

.bold
{
	font-weight:bold;
}

.green
{
	color:#090;
}

.red
{
	color:#F00;
}

.fcsoi #mainContent p
{
	
}

/* FOOTER */
.fcsoi #footer 
{ 
	padding: 0 10px; 
	background:#DDDDDD;
	text-align:center;
	font-size:80%;
} 
.fcsoi #footer p 
{
	margin: 0;
	padding: 10px 0; 
}
.fcsoi #footer a
{
	text-decoration:none;
	color:#000000;
}
.fcsoi #footer a:hover
{
	text-decoration:none;
	color:#090;
}

/* REUSABLE ELEMENTS: */
/* ------------------ */

.fltrt 
{ 
	float: right;
	margin-left: 8px;
}
.fltlft 
{ 
	float: left;
	margin-right: 8px;
}
.clearfloat 
{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
