@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0 48px 0 8px;
	background-color: #ffffff;
}

a:link {
	color: #333399;
}

a:hover {
	color: #0033FF;
	text-decoration: underline;
}

#header {
	width: 100%;
	height: 100px;
	position: relative;
	background-color: #ffffff;
}

#fossca {
	width: 640px;
	height: 100px;
	position: absolute;
	left: 50%;
	background-image: url(../images/index_logo_fossca.gif);
	background-repeat: no-repeat;
	background-position: center right;
	margin: 0 20px 0 -300px;
}

#foss {
	width: 640px;
	height: 100px;
	position: absolute;
	left: 50%;
	background-image: url(../images/index_logo_foss.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0 20px 0 -300px;
}

#headerTitle {
	width: 640px;
	height: 100px;
	position: absolute;
	left: 50%;
	background-image: url(../images/index_fosswebca.png);
	background-repeat: no-repeat;
	background-position: 50% 30px;
	margin: 0 20px 0 -300px;
	cursor: pointer;
}

#headerTitle h1 {
	display: none;
}

h1#pageTitle {
	font-size: 1.5em;
	margin-left: 16px;
	display: inline;
}

#contentBox {
	position: relative;
}

#content {
	padding: 16px;
	min-height: 250px;
}

/* Cells */

.cellBorder {
	background-color: #99cccc;
	background-repeat: no-repeat;
}

.cellBorder#cellTL {
	width: 104px;
	height: 60px;
	background-image: url(../images/corner10px_green_tl.gif);
	background-position: top left;
}

.cellBorder#cellTR {
	width: 40px;
	height: 60px;
	background-image: url(../images/corner10px_green_tr.gif);
	background-position: top right;
}

.cellBorder#cellBR {
	width: 40px;
	height: 100px;
	background-image: url(../images/corner10px_green_br.gif);
	background-position: bottom right;
}

.cellBorder#cellBL {
	width: 104px;
	height: 100px;
	background-image: url(../images/corner10px_green_bl.gif);
	background-position: bottom left;
}

.cellDiv {
	width: 100%;
	height: 100%;
}

#cellAA {
	width: 40px;
	background-image: url(../images/table_decorationAA.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#cellAB {
	background-image: url(../images/table_decorationAB.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#cellBA {
	background-image: url(../images/table_decorationBA.gif);
	background-position: top right;
}

#cellBB {
	background-image: url(../images/table_decorationBB.gif);
	background-position: top right;
}

#cellBottom {
	height: 10px;
	width: 100%;
	position: relative;
}

#cellBC {
	height: 100px;
	position: relative;
}

/* Corners */

.cornerBar {
	width: 100%;
	height: 16px;
	background-repeat: no-repeat;
}

.cornerBar#whiteTL {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/corner10px_white_tl.gif);
	background-position: top left;
}

.cornerBar#whiteTR {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/corner10px_white_tr.gif);
	background-position: top right;
}

.cornerBar#whiteBR {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/corner10px_white_br.gif);
	background-position: bottom right;
}

.cornerBar#whiteBL {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/corner10px_white_bl.gif);
	background-position: bottom left;
}

/* Footer Styles */

#footer {
	width: 512px;
	height: 56px;
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -256px;
	background-color: #ffffff;
}

#footerMain {
	width: 100%; /* 100% of footer container */
	height: 100%; /* 100% of footer container */
	font-size: 0.8em;
	text-align: center;
	padding-top: 0.8em;
}

/* Boilerplate Styles */

#boilerplate {
	width: 680px;
	position: absolute;
	left: 50%;
	font-size: 0.8em;
	margin-left: -340px;
}
	
img#exlink {
	padding: 0 4px 0 4px;
}