a:link, a:visited {
	color: #cd8b4f;  /* Light orange */
	text-decoration: underline;
	}

a:hover {
	color: #dfe0ff;  /* Light blue */
	text-decoration: underline;
	}

body {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
	color: #cccccc;  /* Light gray */
	line-height: 20px;
	background: #07125d;   /* Blue */
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	margin: 10px 0px 10px 0px;
	}

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	}

h1 {
	letter-spacing: 4px;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	color: #cd8b4f;  /* Light orange */
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	}
	
h2 {
	text-align: left;
	font-style: italic;
	font-weight: normal;
	color: #cd8b4f;  /* Light orange */
	}
	
  
ul {
	list-style-image: url("images/bullet_orange.png");
	}

hr {
	border: 0px;
	color: #9acd64;  /* Light green */
	background-color: #9acd64;  /* Light green */
	width: 100%;
	height: 1px;
	margin: 10px 0px 10px 0px;
	}





/* BEGIN HEADER NAVIGATION */

.header {
	width: 800px;
	font-size: 12px;
	color: #d9ddd8;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background: #000000;  /* Black */
	}

.header a:link, .header a:visited {
	letter-spacing: 2px;
	color: #cd8b4f;  /* Light orange */
	text-decoration: none;
	margin: 0px 7px 0px 7px;
	padding: 0px 10px 0px 10px;
	}

.header a:hover {
	letter-spacing: 2px;
	color: #dfe0ff;  /* Light blue */
	text-decoration: none;
	margin: 0px 7px 0px 7px;
	padding: 0px 10px 0px 10px;
	}

/* END HEADER NAVIGATION */





/* BEGIN SIDENAV */

.sidenav {
	width: 175px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 15px;
	text-align: left;
	margin: 0px 0px 10px 10px;
	padding: 0px 10px 0px 10px;
	border-bottom: solid 2px #000000;   /* Black */
	border-left: solid 2px #000000;   /* Black */
	}

.sidenav a:link, .sidenav a:visited {
	text-align: left;
	color:#cd8b4f;  /* Light orange */
	text-decoration: none;
	display: block;
	padding: 10px 5px 10px 0px;
	}

.sidenav a:hover {
	text-align: left;
	color: #dfe0ff;  /* Light blue */
	text-decoration: none;
	display: block;
	border-bottom: #cccccc 0px solid;  /* Dark green */
	}



td.sidenav h1 {
	font-family: georgia, palatino, times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;  /* Black */
	letter-spacing: 2px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	}

.sidenav_dropdown_L1 {
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 15px;
	}

.sidenav_dropdown_L1 a:link, .sidenav_dropdown_L1 a:visited {
	text-align: left;
	color: #dfe0ff;  /* Light blue */
	text-decoration: none;
	display: block;
	padding: 10px 5px 10px 0px;
	}

.sidenav_dropdown_L1 a:hover {
	text-align: left;
	color:#cd8b4f;  /* Light orange */
	text-decoration: none;
	display: block;
	border-bottom: #cccccc 0px solid;  /* Dark green */
	}

.sidenav_dropdown_L2 {
	font-size: 9px;
	font-weight: bold;
	line-height: 15px;
	}

.sidenav_dropdown_L2 a:link, .sidenav_dropdown_L2 a:visited {
	text-align: left;
	color: #000000;  /* Black */
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 10px;
	border-bottom: #00580a 1px solid;  /* Dark green */
	border-left: #00580a 10px solid;  /* Dark green */
	background-color: #ffffff;  /* White */
	background-image: url("http://www2.sbc.edu/global/images_global/bg_dropdown_2_global.gif");
	background-repeat: repeat-y;
	}

.sidenav_dropdown_L2 a:hover {
	text-align: left;
	color: #000000;  /* Black */
	text-decoration:none;
	background-color: #ffffff;  /* White */
	background-image: url("http://www2.sbc.edu/global/images_global/bg_dropdown_2_over_global.gif");
	background-repeat: repeat-y;
	background-position: top right;
	}

.sidenav_location {
	background-image: url("http://www2.sbc.edu/global/images_global/bg_global.gif");
	background-repeat: repeat-x;
	text-align: center;
	padding: 10px;
	} 

/* END SIDENAV */





/* BEGIN CONTENT */

table.content {
	background: #060f4b;   /* Dark blue */
	border-right: solid 1px #000000;  /* Black */
	border-bottom: solid 1px #000000;  /* Black */
	border-left: solid 1px #000000;  /* Black */
	}

td.content {
	text-align: left;
	padding: 20px 20px 20px 20px;
	border-top: solid 0px #00580a;  /* Dark green */
	border-right: solid 0px #00580a;  /* Dark green */
	border-bottom: solid 0px #00580a;  /* Dark green */
	}

.photo_center {
	background: #cccccc;   /* Light gray */
	font-size: 10px;
	color: #000000;   /* Black */
	text-align: center;
	padding: 7px 7px 7px 7px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #969696;   /* Medium gray */
	display: block;
	width: 252px;
	}

.photo_center a:link, .photo_center a:visited {
	color: #b45600;  /* Dark orange */
	text-decoration: underline;
	}	

.photo_center a:hover {
	color: #cd8b4f;  /* Light orange */
	text-decoration: underline;
	}

.photo_right {
	background: #cccccc;   /* Light gray */
	font-size: 10px;
	color: #000000;   /* Black */
	text-align: center;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 10px 10px;
	border: solid 2px #969696;   /* Medium gray */
	float: right;
	width: 252px;
	}

.photo_right_contact {
	background: #cccccc;   /* Light gray */
	font-size: 10px;
	text-align: center;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 10px 10px;
	border: solid 2px #969696;   /* Medium gray */
	float: right;
	width: 202px;
	}


table.simple_table {
	font-size: 11px;
	letter-spacing: 1px;
	color: #333333;   /* Dark gray */
	line-height: 20px;
	text-align: center;
	border-top: solid 1px #333333;   /* Dark gray */
	border-left: solid 1px #333333;   /* Dark gray */
	}

td.simple_table {
	border-right: solid 1px #333333;   /* Dark gray */
	border-bottom: solid 1px #333333;   /* Dark gray */
	padding: 5px;
	} 

/* END CONTENT */





/* BEGIN FOOTER NAVIGATION */

table.footer {
	font-size: 12px;
	color: #d9ddd8;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}

td.footer a:link, td.footer a:visited {
	letter-spacing: 2px;
	color: #cd8b4f;  /* Light orange */
	text-decoration: none;
	}

td.footer a:hover {
	letter-spacing: 2px;
	color: #dfe0ff;  /* Light blue */
	text-decoration: none;
	}

/* END FOOTER NAVIGATION */