/*****************************************/
/* General Styles                        */
/*****************************************/
html, body{
	background-color: #ffffff;
	font-family: Arial,sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

a{
	color: #069;
	text-decoration: none;
}

a:hover{
	color:#f60;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #115;
	margin-bottom: 0; /* lessen whitespace between headings and other elements */
	padding: 0;
}

table{
	border-collapse: collapse;
}

ul {
	list-style-type : none;
}

img {
	border: 0;
}

img.subpagevertical {
float: left;
padding-right: 15px;
border: 0px;
}


/***********************************************/
/* Content Div                                 */
/***********************************************/

#content{
	border-top:  #1f60a9 solid 1px;
	margin-left: 155px;
	padding-left: 1.5em;
	padding-right: 2em;
	padding-top: 2ex;  
}

#content p, #content ul, #content ol, #content dl, #content address {
	margin-top: .3ex; /* lessen white space between headings and tbese specific elements */
}

#content li {
	margin-bottom: .75ex;
}

#content table {
	border-bottom: 2px solid #468;
	border-left: 2px solid #bde;
	border-right: 2px solid #468;
	border-top: 2px solid #bde;
	margin-top: 2ex;
}

#content th {
	background-color: #1f60a9;
	color: #eee;
	font-size: .75em;
	padding-bottom: .5ex;
	padding-top: .25ex;
}

#content td {
	border-bottom: 1px solid #dde;
	font-size: .8em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .75ex;
	vertical-align: top;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 2ex;
} 


/***********************************************/
/* Header Divs                                 */
/***********************************************/

#header {
/*	background-image: url(/template/images/styles/bsugate.jpg);
	height: 70px; */ 
	margin-left: 155px;
	padding-bottom: 1.5ex;
	padding-right: 1em;
	text-align: right;
}

#topnav {
	font-family: verdana, sans-serif; 
	font-size: .75em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: .05em;
	margin-right: 2em;
	padding-bottom: 1ex;
	padding-top: 3ex; 
	width: auto;  
}


/***********************************************/
/* Left menu Divs                              */
/***********************************************/
#bsulogo {
	border-right: #1f60a9 solid 9px;
	margin: 0;
	padding: 0;
}	

#leftbox {
	float: left;
	width: auto;
}

#leftnav {
	background-color: #0b1966;
	border-right: #1f60a9 solid 9px;
	margin-top: -3ex; 
	width: 155px; 
	font-weight: bold;
}

/* This starhtml hack is needed to prevent whitespace from showing beneath the logo when the user sets the font size to Largest in IE6 */
*html #leftnav {
	margin-top: -1ex; 
}

#leftnav a{
	color: #ffffff;
	font-size: 0.8em;
	padding-right: .5em;
	text-align: left;
	text-decoration: none; 
}

#leftnav a:hover{
	color:#f60;
	text-decoration: none;
}

#leftnav ul {
	padding-bottom: 1ex;
	padding-top: 2ex;
}

#leftnav li{
	list-style-image: url(/images/styles/orangediamond.jpg);
	margin-bottom: 1.5ex;
	margin-left: -.5em;
	margin-right: .25em;
}
	

#fade {
	margin-top: -2ex;/*makes top touch bottom of leftnav*/
}

/***********************************************/
/* Rightbox Divs                                */
/***********************************************/

#rightbox {
	
	border-bottom: 2px solid #049;
	border-left: 2px solid #6bf;
	border-right: 2px solid #049;
	border-top: 2px solid #6bf;
	color: #000;
	margin-bottom: 3ex;
	margin-left: 1em;
	padding: .5em;
	float: right;
	font-size: .9em;
	width:200px;
}

#rightbox h3, #rightbox h4, #rightbox h5, #rightbox h6 {
	color: #feb;
	margin-bottom: 0;
}

#rightbox p {
	margin-top: .25ex;
}

/***********************************************/
/* Footer Div                                  */
/***********************************************/
#footer {
	border-top: #1f60a9 solid 1px;
	clear: both;
	font-family: verdana, sans-serif;
	font-size: .8em;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 9ex;
	padding: .5em;
	text-align: center;
}

/***********************************************/
/* Specialty Styles                            */
/***********************************************/


img#contactmap {
	float: none;
}


