hr{
	width : 90%;
	color : #B48360;
	height : 2px;
	margin: 2px;
	align: center;
}

/* a {color: #695228; } */
/* a:hover {color: #B48360; font-weight:normal;} */

a {color: #7083A2; }
a:hover {color: #695228; font-weight:normal;}

#container{
	margin-left : auto;
	margin-right : auto;
	width : 1000px;
}
#content{
	width : 100%;
	padding-left : 1%;
	padding-right : 1%;
	background : url('../images/background/gator-bg.jpg') repeat-y;
}
#footer{
	width : 100%;
	height : 36px;
	background : url('../images/background/gator-footer.jpg') no-repeat;
}
#header h1{
	display : none;
}
#header{
	width : 100%;
	height : 180px;
	background : url('../images/background/gator-header.jpg') no-repeat;
}
#buttons a{
	margin: 6px;
	text-align: center;
}

img.wb{
	border-style: solid;
	border-color: #7083A2;
	border-width:2px;
}

object.wb{
	border-style: solid;
	border-color: #7083A2;
	border-width:2px;
}


body{
	/* This is required for IE to show centered 'div' elements. needs to overwrite to align"left in each div */
	text-align : center;
	margin : 0;
	padding : 0;
	font-family : georgia, times, serif;
	font-size : 15px;
	color : #B49E77;
	background-color : #1A312E;
}
p{
	text-align : left;
	font-family : georgia, times, serif;
	font-style : normal;
	font-weight : 100;
	font-size : 11pt;
	margin : 6px 16px 6px 16px;
	color: #B49E77;
}
div{
	margin : 0;
	padding : 0;
}
h1{
	text-align : center;
    font-size : 20pt;
    font-weight : 100;
    color : #B49077;
}
h2{
	margin : 20px 16px 6px 16px;
	text-align : left;
	font-size : 16pt;
	font-weight : 100;
	color: #5E77A2;
}

h3{
	margin : 6px 6px 6px 6px;
	text-align : left;
	font-size : 13pt;
	font-weight : 100;
	color: #5E77A2;
}
h4{
	margin : 6px 6px 6px 6px;
	text-align : left;
	font-size : 13pt;
	font-weight : 100;
	color: #B49E77;
}


h6{
	font-family : Tahoma, Arial Narrow, Arial;
	font-style : normal;
	font-weight : 300;
	font-size : 9pt;
	margin : 6px 16px 6px 16px;
	color : #B49077;
}
/* h6 a {color: #B49660; } */
h6 a:hover {
	color: #B48360;font-weight:normal;
}

.large_list {
	font-family : georgia, times, serif;
	margin : 6px 6px 6px 0px;
	text-align : left;
	font-size : 13pt;
	font-weight : 300;
	color: #5E77A2;
}

.invisible {
	visibility: hidden
}

/* bullets: */

ul {
	list-style-type: none;
	padding-left: 10;
	margin-left: 10;
}
	
li {
	background: url('../images/bullets/bullet02_blue.png') no-repeat left center;
	padding-left: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.form_field {
	background-color : #B48360;
}