* {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 0.7em;
	color: #582700;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;;
	color: #C3A204;
}

h2 {
	margin-bottom: 15px;
	font-size: 2.4em;
	font-weight:normal;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 2em;
	border-bottom: 1px solid #F4F4F4;
}

p, ol, ul, blockquote {
	line-height: 1.6em;
}

ul {
	list-style: none;
}

a {
	color: #C3A204;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/*form*/

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-size:.9em;
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/* Header */

#header {
	width: 702px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: right;
	height: 95px;
	width: 225px;
	padding: 0 0 0 0;
	background: url(images/BS_logo.gif) no-repeat;
}

#logo * {
	text-decoration: none;
}

.hide {
	display:none;
	}
	
#logo .description {
	font-size: 1.2em;
	text-align: left;
	display:none;
	}

/* Menu */

#menu {
	float: left;
	height: 20px;
	padding: 75px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 15px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 0.9em;
	color: #C3A204;
}

#menu a:hover {
	color: #582700;
}

#menu .first a {
	color: #582700;
	border: none;
}

/* Splash */

#splash {
	width: 702px;
	height: 200px;
	margin: 0 auto;
	border: none;
}

/* Content */


#content {
	width: 702px;
	margin: 0 auto;
	padding: none;
}

#content ul {
	margin-bottom: 1.5em;
	padding-left: 1.8em;
	list-style:lower-roman;
}

#mainBody {
	width: 478px;
	float: left;
	margin: 0 auto;
}

#mainBody .quote {
	color: #C3A204;
	font-weight:normal;
}

#splitright {
	padding: 0;
	margin:0;
	width: 238px;
	float: left;
	overflow: hidden;
}

#splitright p {
	margin-left: 0;
	margin-right: 22px;
	text-align:left;
}

#splitleft {
	padding: 0;
	margin:0;
	width: 238px;
	float: left;
	overflow: hidden;
}

#splitleft p {
	margin-left: 0;
	margin-right: 22px;
	text-align: left;
}
	
#widecontent {
	margin:0;
}

#widecontent p {
	padding-right: 22px;
	text-align:left;
}

#ConTitle {
	width:478px;
	margin:0;
	padding-bottom:10px;
}

#ConTitle h1 {
	font-size:2em;
	font-weight:normal;
}

#ConTitle .digit {
	font-size:18px;
	font-weight:normal;
}

#ConTitle .img {
	border: none;
}

/*#content {
	width: 702px;
	margin: 0 auto;
	padding: none;
}

#content .quote {
	color: #C3A204;
	font-weight:bold;
}

#colOne {
	float: left;
	width: 477px;
}

#colTwo {
	float: left;
	width: 477px;
}

#colWide {
	float: left;
	width: 477px;
}

#colSide {
	float: right;
	width: 185px;
	padding: 5px 0 0 0;
}*/

/* Footer */

#footer {
	clear: both;
	text-align: left;
	padding: 5px 0 0 0;
	margin: 0;
	line-height: 1.2em;
}

#footer p {
	width:702px;
	font-size:0.9em;
	color:#999999;
}

#footer a {
	color:#777777;
}

/* Side bar */

#rightCol {
	float: right;
	width: 224px;
	padding: 0;
}

#know {
	background: url(images/sidebar_bg.gif) no-repeat bottom;
	padding-bottom:10px;
	}
	
#know h2 {
	background: url(images/sideBarHeader.gif) no-repeat;
	color: #FFF;
	padding: 6px 0 4px 15px;
	font-size:1.3em;
	font-weight:normal;
	margin: 0;
}
	
#know p {
	padding:0 15px 0 15px;
	font-size:0.9em;
	font-weight:normal;
	}
	
#news {
	margin: 0 auto;
	}
	
#news p {
	padding:0 15px 0 15px;
	font-size:0.9em;
	font-weight:normal;
}
	
#news a {
	color: #582700;
	text-decoration:none;
	}
	
#news a:hover {
	color: #C3A204;
	text-decoration:none;
	}
	
#news .date {
	font-size:1.2em;
	font-weight:normal;
	line-height:0.1em;
	margin-bottom:10px;
}

#news .title2 {
	font-size:1.6em;
	font-weight:normal;
	line-height:0.5em;
	margin-bottom:10px;
}

#news .title {
	font-size:1.6em;
	font-weight:normal;
	line-height:0.5em;
	color: #C3A204;
}
	
#news h2 {
	background: url(images/sideBarHeader.gif) no-repeat;
	color: #FFF;
	padding: 6px 0 4px 15px;
	font-size:1.3em;
	font-weight:normal;
	margin: 0;
}

#news .right_articles {
	background: url(images/sidebar_sm.gif) no-repeat bottom;
	padding: 8px;	
	margin:0;
}

#news .right_articles .digit {
	font-size:2em;
	font-weight:normal;
	margin-bottom:-10px;
}

#news .SELright_articles {
	background: url(images/sidebar_bg.gif) no-repeat bottom;
	padding: 8px;	
	margin: 0;
}

#news .SELright_articles .digit {
	font-size:2em;
	font-weight:normal;
	margin-bottom:-10px;
	padding-top:58px;
}

#news .image {
	float: right;
	margin: 0 18px 0 0;
}

#news .profile_image {
	float: left;
	margin: 0 18px 0 0;
}

/* downloads */

#downloads {
	float:left;
	margin: 0 20px 0 0;
	width:150px;
	}
	
#downloads h3 {
	color: #582700;
	font-size:1em;
	font-weight:bold;
	padding: 0  0 0 5px;
}

/*#downloads a:hover {
	color: #C3A204;
	text-decoration:none;
}

#downloads a {
	color: #582700;
}*/

#downloads img {
	margin:none;
}

/* download button */
#downloads a.downloadbutton { display:block; float:left; font-size:9px; text-decoration:none; cursor:pointer; }
#downloads a.downloadbutton:hover { text-decoration:none; }
#downloads a.downloadbutton b { display:block; float:left; padding:2px 0 1px; width:70px; text-indent:-9999px; font-weight:normal; font-style:normal; background:url(images/btn_download_bgleft.gif) no-repeat 0 center; }
#downloads a.downloadbutton i { display:block; float:left; padding:1px 10px 2px 4px; color:#6a6a6a; font-weight:normal; font-style:normal; text-align:center; background:url(images/btn_download_bgright.gif) no-repeat 100% center; _zoom:1; }

#links {
	padding-top:200px;
}