body{
	margin-top:0;
	margin-bottom:5;
	margin-right:0;
	margin-left:0;
	font-family:"Trebuchet MS", sans-serif;
	font-size:10.0pt;
	text-align: center;
	line-height: 1.2em;
	background-color: rgb(252,252,184)
	}

#maincontainer{
	width: 750px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	text-align: left; /*Set left align on container*/
	margin-bottom: 0px;
	padding-bottom: 0px
	min-height: 100%;
	background: url("../assets/middle.png") 0 0 repeat-y;
	}

#contentwrapper{
	margin-left: 0px; 
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	background: url("../assets/middle.png") 0 0 repeat-y;
	}

#header{
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:0;
	width: 750%;
	height: 170px;
	background: url("../assets/header.png") 0 0 no-repeat;
	}

#leftcolumn{
	float: left;
	width: 232px; /*Width of left column*/
	margin-left: -750px; /*Set left margin to -(MainContainerWidth)*/
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:0;
	min-height: 100%;
	background: url("../assets/navback.png") 0 0 repeat-y;
	text-align: center;
	}


#navbase{
	clear: left;
	float: left;
	width: 232px; /*Width of left column*/
	margin-left: -750px; /*Set left margin to -(MainContainerWidth)*/
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:0;
	height: 55px;
	background: url("../assets/navbase.png") 0 0 no-repeat;
	}

#contentcolumn{
	margin-left: 232px; /*Set left margin to LeftColumnWidth*/
	text-align: justify;
	width: 490px;
	}


#footer{
	clear: both;
	width: 750px; /*Width of footer*/
	height: 75px;
	margin: 0 auto; /*Center footer on page*/
	text-align: left; /*Set left align on footer*/
	background: url("../assets/footer.png") 0 0 no-repeat;
	}


b	{
	font-size: 110%;
	}


em	{
	color: red;
	}

a 	{
	font-size:10.0pt;
	}

a:hover {
	color: #336699;
	}

a:active {
	color:#666;
	}


#globalrail{
	position: absolute;
	clear: both;
	margin-top: 30px;
	margin-left: 28px;
	font-size: 10px;
	line-height: 1.5em;
	color: #336699;
	z-index: 1;
	}

#version{
	position: absolute;
	clear: both;
	margin-top: 50px;
	margin-left:50px;
	font-size: 12px;
	line-height: 1.5em;
	color: #336699;
	}

#footernavigation{
	position: absolute;
	clear: both;
	margin-top: 25px;
	margin-left:225px;
	font-size: 12px;
	line-height: 1.5em;
	color: #336699;	
	}

#tab1{
	position: absolute;
	clear: both;
	margin-top: 101px;
	margin-left: 250px;
	line-height: 0.8em;
	text-align: center;
	width: 111px;
	padding:7px 0px 7px 0px;
	}

#tab2{
	position: absolute;
	clear: left;
	margin-top: 101px;
	margin-left: 363px;
	line-height: 0.8em;
	text-align: center;
	width: 111px;
	padding:7px 0px 7px 0px;
	}

#tab3{
	position: absolute;
	clear: left;
	margin-top: 101px;
	margin-left: 476px;
	line-height: 0.8em;
	text-align: center;
	width: 111px;
	padding:7px 0px 7px 0px;
	}

#tab4{
	position: absolute;
	clear: left;
	margin-top: 101px;
	margin-left: 589px;
	line-height: 0.8em;
	text-align: center;
	width: 111px;
	padding:7px 0px 7px 0px;
	}

.tabselected {
	color:#333;
	background: url("../assets/tabtop.png") 0 0 no-repeat;
	}

.tabunselected { 
	color:#666;
	background: url("../assets/tabtop.png") 0 0 no-repeat;
	background-position: 0 -24.6px;
	}

.tabblank {
	color:#999;
	background: url("../assets/tabtop.png") 0 0 no-repeat;
	background-position: 0 -49.3px;
	}
.tabnone {
	color:#999;
	background: url("../assets/tabtop.png") 0 0 no-repeat;
	background-position: 0 -74px;
	}

#breadcrumb{
	clear: left;
	position: absolute; 
	margin-top: 135px;
	margin-left: 240px;
	}

#breadcrumb a{
	background: transparent url(../assets/breadcrumb2.png) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: #336699;
	}

#breadcrumb a:visited, .breadcrumb a:active{
	color: #336699;
	}

#breadcrumb a:hover{
	text-decoration: underline;
	}

.rollover {
	text-align: center;
	width: 232px;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	}

.rollover a {
	font-size:10.0pt;
	text-decoration:none;
	color:#fff;
	position: relative;  
	margin: 0 auto;
	display:block;
	width: 190px;
	padding:7px 0px 7px 0px;
	background: url("../assets/tabside.png") 0 0 no-repeat;
	}

.rollover a:hover { 
	background-position: 0 -60px;
	}

.rollover a:active {
	background-position: 0 -30px;
	}

