body{
	font-family:verdana, arial, tahoma, sans-serif;
	color:#333;
	font-size:80%;
	abackground-color:#99ccff;
}

.warn{
	border:1px solid #CCCC00;
	background-color:#EEFE75;
	padding:.25em 1em;
}

h1{
	font-size:200%;
}

a{
	text-decoration:none;
	color:#00f;
}

a:hover{
	text-decoration:underline;
}

.top_logo{
	text-align:center;
	padding-bottom:1em;
}

dt{ 
	font-weight:bold;
}

dd{
	margin-bottom:.75em;
}



img{
	border:0;
}

#body_content{
	width:96%;
	margin-left:2%;
	padding-top:.5em;
}

#footer{
	font-size:80%;
	text-align:center;
	margin-top:8em;
}

.tactic{
	margin-left:3em;
}
.clearer{
	clear:both;
	height:1px;
	font-size:1%;
}
.space{
	height:2em;
}
.halfspace{
	height:1em;
}

.highlight{
	background-color:gold;
}

.minilink{
	font-size:80%;
	font-weight:normal;
}

table .sep{
	border-bottom-color: black;
}

table .rsep{
	border-right-color: black;
}

.medal-img-1{
	position:relative;
	height:0;
}
.medal-img-2{
	position:absolute;
	bottom:-90;
	left:50;
	width:100%;
}

table {
  margin: 1em 1em 1em 0em;
  background: #f9f9f9;
  abackground: #6666ff;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table th, table td {
  border: 1px #aaa solid;
  padding: 0.2em 0.8em;
	font-size:80%;
}

table th {
  background: #f2f2f2;
  text-align: center;
}

table caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

table code {
  background-color: transparent;
}
ul{
	line-height:1.4em;
}

table.customizations td{
	text-align:center;
}


/* tag line section above the left side bar and main page sections - NBstrat */
#mainpage_tagline{
	width: 96%;
	margin-left: 2%;
	padding-top: .5em;
}

/* left side bar for news box items  - NBstrat */
#sidebar{
	float: left;
	width: 258px; 
	margin: 0;
	padding: 0;
}
#sidebar-content{
	margin: 0;
	xxpadding: 0.5em 1em;
}

#main_col{
	margin-left: 270px;
}

/*News Box - NBstrat*/
.NewsBox{
	width: 258px; 
	background-image: url(/images/newsbox_top.png);
	background-repeat: no-repeat;
	padding-top: 5px; 
	float: left;
	margin-top: 10px;
	xxmargin-left: 5px;
	xxmargin-right: 5px;
}
#NewsBox_Title{
	background-image: url(/images/newsbox_title.png);
	width: 258px;
	height: 54px;
	xxmargin-left: 5px;
}

#TipBox_Title{
	background-image: url(/images/newsbox_title.png);
	width: 258px;
	height: 54px;
	margin-top: .5em;
}


.NewsBoxTopContent{
	background-image: url(/images/newsbox_top_sides.png);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
.NewsBoxTagLine{
	color: #000;
	font-weight: bold;
	font-family: Arial;
	padding-top: 0px;
	text-align: center;
	margin: 5px;
}
.NewsBoxMessage{
	font-family: Verdana;
	font-size: 95%;
	font-weight: normal;
	color: #000;
	xxpadding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	text-align: left;
}
.NewsBoxBottomContent{
	background-image: url(/images/newsbox_bottom_sides.png);
	background-repeat: repeat-y;
	width: 258px;
	padding-top: 5px;
}
.NewsBoxDivider{
	background-image: url(/images/newsbox_div.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 7px;
}
.NewsBoxFooter{
	background-image: url(/images/newsbox_bottom.png);
	background-repeat: no-repeat;
	height: 26px;
	padding-right: 5px;
	font-style: italic;
	font-size: 75%;
}
