html,body {
	
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: center;
	background-color: #aaaaaa;
}
* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: middle;
	border: none;
}

td {
	font-size: 10px;
}

th {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #F15D22;
}

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

em {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding-left: 10px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
#header {
	height: 155px;
	width: 100%;
	min-width: 910px;
}
/***** Top of Header *****/
#clemson {
	font-family: Arial;
	font-size: 13pt;
	color: #fff;
	position: absolute;
	line-height: 25px;
	top: 70px;
	left: 70px;
	z-index: 2;
}
#logo_left {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 403px;
	height: 140px;
	background-image: url("bvlogo2009.jpg");
}
#logo_right {
	position: absolute;
	top: 0px;
	left: 428px;
	width: 121px;
	height: 69px;
	background-image: url("BV_logo_right.jpg");
}
#dotorg {
	font-family: Arial;
	font-size: 13pt;
	color: #fff;
	position: absolute;
	line-height: 25px;
	top: 95px;
	left: 260px;
}
#dotorg a {
	color: #fff;
	text-decoration: none;
}
#menu_top {
	top: 0px;
	z-index: 2;
	height: 105px;
	background-color: #000000;
}
#account {
	float: right;
	clear: both;
	margin-right: 40px;
	margin-top: 18px;
	text-align: right;
	height: 52px;
	width: 500px;
}
#account a {
	margin: 0 5px;	
}
#welcome {
	color: #F15D22;
	margin-right: 20px;
}
/* Root Menu */
#menu_top #root_menu {
	width: 500px;
	float:right;
	clear: right;
    background:#000000;
    font-size:12pt;
    line-height:normal;
	margin-top: 5px;
	margin-right: 25px;
	list-style:none;
	height: 30px;
	line-height: 30px;
}
#menu_top #root_menu li {
    display:inline;
    margin:0;
    padding:0;
}
#menu_top #root_menu a {
    float:left;
    background:url("tabs/tableft3.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#menu_top #root_menu a span {
    float:left;
    display:block;
    background:url("tabs/tabright3.gif") no-repeat right top;
    padding:0px 15px 0px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu_top #root_menu a span {float:none;}
/* End IE5-Mac hack */
#menu_top #root_menu a:hover span {
    color:#FFF;
}
#menu_top #root_menu a:hover {
    background-position:0% -42px;
}
#menu_top #root_menu a:hover span {
	background-position:100% -42px;
}
#menu_top #root_menu .current a {
	background: url("tabs/tableft4.gif") no-repeat left top;
}
#menu_top #root_menu .current a span {
	background: url("tabs/tabright4.gif") no-repeat right top;
	color: #330066;
}
/* End of Root menu */
/******* Sub Menus ********/
#menu_bottom {
	height: 40px;
	background-color: #1B314D; /*#1B314D;*/
	}
#menu_bottom ul {
	float: right;
	list-style: none;
	margin-right: 47px;
	line-height: 35px;
	height: 35px;
}
#menu_bottom ul li {
	float: left;
	font-size: 120%;
	padding: 0 2.5px;
	height: 35px;
}
#menu_bottom ul li a {
	text-decoration: none;
	height: 32px;
	color: #330066;
}
#menu_bottom ul li a:hover {
	border-bottom: 2px solid #306;
	padding-bottom: 6px;
}
#menu_bottom ul li a:active {
	text-decoration: none;
}
.sub_menu {
	display: none;
}
/* End of sub menus */
#path {
	float: left;
}
#message {
	margin: 1em 30%;
	color: #FF0000;	
}
#msg {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#wrapper {
	min-width: 765px;
	margin: 15px auto;
}

#footer {
	height: 40px;
	line-height: 40px;
	clear: both;
	text-align: left;
	width: 75%;
	margin: 0 auto;
	color: #000000;
	font-size: 9pt;
}
#footer span {
	float: right;
}
#footer a {
	color: #000000;
	font-size: 9pt;
}

#navigation {
	float: left;
	clear: left;
	margin-top: 15px;
	margin-left: 20px;
	width: 125px;
	background-color: #FFFFFF;
	padding-bottom:15px;
	text-align: left;
}

#frontpage {
	heigh:700px;
	position: relative;
	margin: 0 auto 0px auto;
	text-align: center;
}

#title {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1B314D;
	height: 1.5em;
	text-align: center;
	width:100%;
}

#content {
	text-align: center;
	width: 800px;
	font-size: 12px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#content_text {
	padding-left: 5px;
	padding-right: 7px;
}
#content h4 {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#page {
	width: 640px;
	font-size: 12px;
	margin: 25px auto;
	background-color: #FFFFFF;
}

.main {
	float: left;
	padding: 3px;
}

#details {
	text-align: left;
	width: 305px;
	float: left;
	margin-left: 10px;
}

#media {
	text-align: left;
	width: 305px;
	float: left;
	margin-left: 10px;
}

#notes {
	width: 620px;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

#about_sg {
	width: 620px;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

#form {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 15px 10px 20px 10px;
}

#submit {
	float:left;
	clear:left;
	width:100%;
	padding: 15px 5px 5px 5px;
}

#calendar {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#table {
	margin: 0px auto 0px auto;
	border: 1px solid #dedede;
}
#content #table {
	border: 0px;
}
#content #table table {
	margin: 0 auto;
}

.quote {
	width: 200px;
	float: right;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #999999;
	font-weight:bold;
	line-height:140%;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
}
dl {
	padding: 10px 15px 20px 15px;
}
dt {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	color: #F15D22;
}
dd {
	padding: 5px 15px 0 15px;
}

p.pray_p {
	margin-top: 10px;
	padding: 5px;
}


.nav_link a {
	float: left;
	padding:.75em .25em .25em .25em;
	color: #EEEEEE;
}

.nav_link a:hover{
	background-color: #5F3787;
	font-weight: normal;
	cursor: pointer;
}

/* BUTTONS */
.buttons a,.buttons button {
	display: block;
	float: left;
	margin: 7px;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}

.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button [type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

* :first-child+html button [type] {
	padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img,.buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

/* STANDARD */
button:hover,.buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

.buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* POSITIVE */
button.positive,.buttons a.positive {
	color: #529214;
}

.buttons a.positive:hover,button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* NEGATIVE */
.buttons a.negative,button.negative {
	color: #d12f19;
}

.buttons a.negative:hover,button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

/* LOGIN POP UP*/
#overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #111111;
	z-index: 90;
}

#box {
	position: absolute;
	top: 30px;
	right: 30px;
	margin-top: -50px; /*set to a negative number 1/2 of your height*/
	margin-left: -156px; /*set to a negative number 1/2 of your width*/
 	color: #EEEEEE;
	padding: 10px;
	border: none;
	z-index: 91;
}
#box table tr td {
	padding: 0 5px;
}