<!--

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/gatorbg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a{
	text-decoration: none;
	color: #001d59;
}

a:hover{
	text-decoration: underline;
}

p{
	margin-top: 8px;
}

hr{
	background-color: #ff7800;
	color: #ff7800;
	margin: 0px;
	border: 0;
	height: 2px;
}

div.main{
	width: 100%;
	background-image: url(../images/nav_fill.png);
	background-repeat: repeat-x;
}

div.nav_container{
	width: 85%;
	min-width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
}

div.nav{
	height: 48px;
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
}

div.nav a{
	display: block;
	height: 100%;
	width: 100%;
}

div.nav a:hover{
	background-position: 0 -48px;
}

div.nav a#active{
	background-position: 0 -48px;
}

div.nav_seperator{
	width: 1px;
	height: 48px;
	background-image: url(../images/nav_sep.png);
	background-repeat: no-repeat;
	float: left;
}

div.nav#home{
	width: 59px;
	height: 48px;
	float: left;
}

div.nav#home a{
	background-image: url(../images/nav_home.png);
	background-repeat: no-repeat;
}

div.nav#societies{
	width: 81px;
	height: 48px;
	float: left;
}

div.nav#societies a{
	background-image: url(../images/nav_societies.png);
	background-repeat: no-repeat;
}

div.nav#calendar{
	width: 83px;
	height: 48px;
	float: left;
}

div.nav#calendar a{
	background-image: url(../images/nav_calendar.png);
	background-repeat: no-repeat;
}

div.nav#events{
	width: 64px;
	height: 48px;
	float: left;
}

div.nav#events a{
	background-image: url(../images/nav_events.png);
	background-repeat: no-repeat;
}

div.nav#documents{
	width: 98px;
	height: 48px;
	float: left;
}

div.nav#documents a{
	background-image: url(../images/nav_documents.png);
	background-repeat: no-repeat;
}

div.nav#officers{
	width: 74px;
	height: 48px;
	float: left;
}

div.nav#officers a{
	background-image: url(../images/nav_officers.png);
	background-repeat: no-repeat;
}

div.nav#sponsor{
	width: 81px;
	height: 48px;
	float: left;
}

div.nav#sponsor a{
	background-image: url(../images/nav_sponsor.png);
	background-repeat: no-repeat;
}

div.nav#forum{
	width: 63px;
	height: 48px;
	background-image: url(../images/nav_forum.png);
	background-repeat: no-repeat;
	float: left;
}

div.nav#forum a{
	background-image: url(../images/nav_forum.png);
	background-repeat: no-repeat;
}

div.nav#photo_gallery{
	width: 115px;
	height: 48px;
	float: left;
}

div.nav#photo_gallery a{
	background-image: url(../images/nav_photos.png);
	background-repeat: no-repeat;
}

div.nav#links{
	width: 54px;
	height: 48px;
	float: left;
}

div.nav#links a{
	background-image: url(../images/nav_links.png);
	background-repeat: no-repeat;
}

div.nav#bec{
	width: 116px;
	height: 48px;
	background-image: url(../images/nav_bec.png);
	background-repeat: no-repeat;
	float: left;
}

/*Begin Banner Style*/
div.banner_container{
	width: 75%;
	min-width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	background-image: url(../images/banner_fill.png);
}

div.banner_logo{
	width: 900px;
	height: 150px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
}
div.banner{
	margin: 0px;
	padding: 8px;
}

div.banner h3{
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #ff7800;
}

/*Begin Body Style*/
div.body_container{
	width: 75%;
	min-width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	background-image: url(../images/content_fill.png);
}

div.body{
	padding: 8px;
}

div.sidebar_container{
	width: 230px;
	margin-right: 8px;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
	float: left;
}

div.sidebar{
	font-size: 12px;
	margin-bottom: 8px;
	padding: 8px;
	color: #ffffff;
	background-color: #00397f;
}

div.sidebar h3{
	color: #ff7800;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

div.sidebar a{
	color: #ff7800;
	font-weight: bold;
}

div.content h3{
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #00397f;
}

div.content h1{ /*Announcement Title*/
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #00397f; /*#001d59;*/
}

div.content h2{ /*Announcement Date*/
	margin: 0px;
	color: #00397f;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

div.content_container{
	margin-left: 238px;
}

div.content{
	color: #00397f;
	font-size: 14px;
}

/*Begin Footer Style*/
div.footer{
	width: 75%;
	min-width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0px;
	padding-top: 8px;
	color: #ffffff;
	font-size: 11px;
	clear: left;
}

div.footer a{
	color: #ff7800;
}

div.footer img{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 5px;
}

div.adminPanel{
	text-align: right;
}

-->