html, body
{
	background: #FFF;
	margin: 0;
	padding: 0;
	height: 100%;
}
@font-face
{
	font-family: "LSU";
	src: url("res/lsu.eot");
	src: url("res/lsu.ttf") format('truetype'); 
}
@font-face
{
	font-family: "Cali";
	src: url("res/cali.eot");
	src: url("res/cali.ttf") format('truetype');
}
img
{
	border: 0;
}

.site-font
{
	/*inheritors should specify size or overrides*/
	font-family: Cali, Calibri, Gisha, Sans-Serif;
	color: #023352;
}
.title-font 
{
	/*inheritors should specify size or overrides*/
	font-family: Lsu, "Lucida Sans Unicode", Gisha, Sans-Serif;
	color: #023352;
}

.row
{
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 1000px;
	padding: 0 10px 0 10px;
	text-align: left;
	overflow: visible;
}
#container 
{
	min-height: 100%;
	position: relative;
}

div.header-wrapper 
{
	width: 100%;
	padding-top: 10px;
	text-align: center;
}
div.content-wrapper
{
	width: 100%;
	padding-bottom: 60px;
}

div.footer-wrapper
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	text-align:center;
}

div.content-block
{
	display: inline-block;
	padding: 20px;
	margin: 20px;
	overflow: visible;
	clear: both;
	min-height: 500px;
}

div.content-separator
{
	border-left: 1px solid #023352;
	display: inline-block;
	min-width: 1px;
	min-height: 10px;
	position: relative;
}
span 
{
	font-size: 12pt;
}

span.footer-text
{
	text-align: center;
	font-size: 10pt;
	color: #023352;
	display: block;
}

span.header-main
{
	font-size: 24pt;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #023352;
}

span.collection-text
{
	display:block;
	width: 275px;
	border-bottom: 1px solid #023352;
	margin-bottom: 5px;
	text-align: left;
}

div.collection-item 
{
	width: 275px;
}

ul.collection 
{
	width: 275px;
}

ul.collection > li 
{
	width: 48px;
	padding: 0px;
	text-decoration: none;
}

ul.flow
{
	margin: 0;
	padding: 2px 0px 2px 0px;
	display: block;
	text-decoration: none;
}

ul.flow > li
{
	display: inline-block;
	vertical-align: top;
}

ul.navigation
{
	text-align: center;
	margin: 0 auto;
	padding: 0;
}


.highlighted 
{
	color: #710722;
}

.spaced 
{
	padding: 5px 10px 5px 10px;
}

ul.navigation > li
{
	margin: 5px;
}

a, a:link, a:visited
{
	text-decoration: none;
	color: #023352;
}

ul.navigation > li > a, ul.navigation > li > a:visited, ul.navigation > li > a:link
{
	text-decoration: none;
	font-size: 14pt;
}

ul.navigation > li > a:hover
{
	text-decoration: underline;
}

ul.navigation > li > a:active, ul.navigation > li > a.selected
{
	color: #710722;
	border-bottom: 1px solid #023352;
}
.borderseparator
{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}

.contentPaneImg
{
	display: inline-block;
	width: 480px;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center
}

.contentPaneText
{
	display: inline-block;
	width: 480px;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
}
div.event 
{
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-top: 20px;
	text-align: left;
	padding: 10px;
	min-height: 50px;
}

div.event-date 
{
	width: 120px;
}

div.event-pic 
{
	width: 50px;
}

div.event-text
{
	width: 780px;
	border-left: 1px solid #023352;	
}

div.event-clearer 
{
	width: 1000px;
	clear: both;
	border-top: 1px solid #023352;
}


table.content
{
	width: 1000px;
}
table.content > tbody > tr > td
{
	padding: 10px;
}

table.cellular 
{
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
}
tr.header > td 
{
	background-color: #00BFFF;
	font-weight: bold;
	
}

table.cellular > tbody > tr > td
{	
	border: 1px solid black;
	padding: 8px;
}

select, option, input[type=text], input[type=password], textarea, input[type=file]
{
	background-color: #F0FFFF;
	margin: 2px;
	padding: 2px;
	width: 400px;
}

.adminBox
{
	margin: 0 auto;
	display: table;
	border-collapse: collapse;
	width: 920px;
}

.left 
{
	text-align: left;
}
.adminHalfBox 
{
	width: 50%;
	display: table-cell;
}
.adminHalfBox 
{
	width: 50%;
	display: table-cell;
	padding: 5px;
	
}
.adminFullBox 
{
	width: 100%;
	display: table-cell;
	padding-left: 5px;
}
.adminBoxRow 
{
	display: table-row;
	padding: 5px;
}

.boxBorder 
{
	border-right: 1px solid #000;
	
}
div.success
{
	color: #3c763d;
	background-color: #dff0d8;
	border: 3px solid #d6e9c6;
	margin: 5px;
	padding: 15px;
	display: block;
	width: 100%;
	min-height: 1px;
	border-radius: 4px;
}

div.error {
	color: #a94442;
	background-color: #f2dede;
	border: 3px solid #ebccd1;
	margin: 5px;
	padding: 15px;
	display: block;
	width: 100%;
	min-height: 1px;
	border-radius: 4px;
}

div.warning {
	color: #a94442;
	background-color: #f2dede;
	border: 3px solid #ebccd1;
	margin: 5px;
	padding: 15px;
	display: block;
	width: 100%;
	min-height: 1px;
	border-radius: 4px;
}