body {
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 auto 0 auto;
	padding: 0 auto 0;
	background:#BC1E1C url('images/adminbg.gif') top left repeat-x;
	background-attachment: fixed;
	text-align: center;
}
td, th {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font:normal 18px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #CC3333;
}

h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #CC3333;
	margin: 0;
}

h3 {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 13px;
	color: #CC3333;
	margin: 0;
}

.title {
	font-weight: bold;
	color: #CC3333;
}
a, a:active, a:visited {
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
.gyro {
	font-family: Times New Roman, Times, serif;
}

/*  LAYOUT ELEMENTS  */
#container {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 640px;
	background-color: #FFEFC7;
	text-align: left;
}

#header {
	padding: 0;
	margin: 0;
	width:100%;
	height: 129px;
}

#logo {
	padding: 0;
	margin: 0;
	width: 250px;
	height: 129px;
	background: transparent url('images/header.png') top left no-repeat;
	float: left;	
}

/*  TOP NAV MENU  */
#nav {
	padding: 0;
	margin: 0;
	width: 386px;
	float: left;
}

.navmenu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 200px;
}

.navmenu li a, .navmenu li a:visited, .navmenu li a:active {
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #000000;
	display: block;
	width: auto;
	padding: 0;
	padding-left: 10px;
	text-decoration: none;
}


* html .navmenu li a,* html .navmenu li a:visited,* html .navmenu li a:active {
	width: 200px;
	text-decoration:none;
}

.navmenu li a:hover {
	color: #CC3333;
	background: transparent url('images/redarrow.gif') center left no-repeat;
	text-decoration:none;
}

#sidebar {
	padding: 20px 20px 10px 20px;
	margin: 0;
	width: 210px;
	float: left;
}

.boxtop {
	width: 210px;
	height: 9px;
	margin: 0;
	padding: 0;
	background: transparent url('images/boxtop.png') top left no-repeat;
}

.box {
	width: 210px;
	margin:0 0 10px 0;
	background: transparent url('images/boxbg.png') top left repeat-y;
}

.boxcontent {
	padding: 0 5px 0 5px;
	margin: 0;
}

.boxbottom {
	width: 210px;
	height: 9px;
	background: transparent url('images/boxbottom.png') bottom left no-repeat;
}

#content {
	padding: 20px 10px 10px 0;
	margin: 0;
	width: 376px;
	float: left;
}

#footer {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 100%;
	clear: both;
	text-align: center;
	border-top:1px solid #CC3333;
}

#copyright {
	padding: 5px 0 0 0;
	color: #999999;
}



/*  Section Blocks  */
.sectionblock {
	width: 350px;
	margin: 10px 0 10px 0;
	padding: 0;
}
.sectionblock p {
	padding: 0 0 0 10px;
	margin: 5px 0 10px 0;
}
.sectionhead {
	width: 100%;
	border-bottom:1px solid #CC3333;
	padding: 0 0 2px 0;
	margin: 5px 0 5px 0;
}
.sectionname {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #CC3333;
}
.sectiontitle {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.traintitle {
	font-weight: bold;
	color: #FFEFC7;
}

/* FIND US PAGE tabs */
.shadetabs{
padding: 3px 0;
margin: 0 0 24px 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
float: left;
margin: 0;
}

.shadetabs li a, .shadetabs li a:visited{
text-decoration: none;
padding: 3px 0 2px 0;
margin-right: 2px;
width:100px;
color: #ffffff;
background: transparent url('images/findusnavover.gif') top center no-repeat;
display: block;
text-align: center;
cursor: pointer;
}

.shadetabs li a:hover{
text-decoration: none;
background: transparent url('images/findusnavover.gif') top center no-repeat;
color: #ffffff;
}

.shadetabs li.selected{
position: relative;
top: 0;
}

.shadetabs li.selected a{ /*selected main tab style */
background: transparent url('images/findusnavon.gif') top center no-repeat;
color: #ffffff;
cursor: default;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
background: transparent url('images/findusnavon.gif') top center no-repeat;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 300px;
margin-bottom: 1em;
padding: 0;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}