
.masterBody{
	background:white;
	}
body {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 0.8em;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #F00;
}
h1{
	font-size:150%;
	color:maroon;
}
h2{
	font-size:140%;
	color:maroon;
}
h3{
	font-size:130%;
	color:maroon;
}
.container{
	width:90%;
	position:relative;
	margin:10px auto;
	min-height:600px;
}
.header{
	width:89%;
	height:124px;
	border:1px solid #B5BECC;
	margin:0px auto;
	background:url(Interface/HeadeBG.png) no-repeat 200px 0px white;
	border-top:1px solid black;
	border-right:1px solid black;
	border-left:1px solid black;
}
.headerMenu{
	width:160Px;
	height:78px;
	margin-left:110px;
	margin-top:5px;
}
a.headerMenuLink{
	color:#526177;
	text-decoration:none;
	font-weight:bold;
	padding-left:13px;
	background:url(Interface/BulletBG.png) no-repeat 0px 3px;
	/*border:1px solid red;*/
	width:130px;
	display:block;
	margin:0px 0px -9px 0px;
	position:relative;
}
a.headerMenuLink:hover{
	color:orange;
	text-decoration:underline;
	background:url(Interface/BulletBG.png) no-repeat 0px -11px;
	/*border:1px solid red;
	background:yellow;*/
}
.logo{
	width:123px;
	height:141px;
	position:absolute;
	left:0px;
	top:7px;
}
.oneStop{
	position:absolute;
	width:250px;
	height:68px;
	top:30px;
	right:0px;
}
.menu{
	height:19px;
	background:#EDEFF2;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-top:20px;
	padding-left:100px;
	padding-top:1px;
}
a.menuSub{
	text-decoration:none;
}
.blackBar{
	width:89%;
	height:15px;
	background:black;
	margin:0px auto;
	border:1px solid black;
}
.flash{
	margin:2px auto;
	width:89%;
	border:1px solid #B5BECC;
	text-align:center;
	background: url(Interface/BgFlash.png) center;
}
.flashBorder{
	border-right:1px solid #B5BECC;
	border-left:1px solid #B5BECC;
	width:790px;
	max-height:300px;
	margin:0px auto;
	background:white;
}
.contentContainer{
	width:89%;
	background:#EDEFF2;
	border:1px solid black;
	min-height:480px;
	margin:0px auto;
	padding-bottom:20px;
}
.contentContainerInside{
	 width:99%;
	 margin:0px auto;
}
.addthis_button{
	float:left;
	margin:0px 0px 0px 15px;
}
.newsTickerContainer{
	width:150px;
	height:450px;
	background:white;
	border:1px solid #B5BECC;
	margin:5px 0px 5px 5px;
	float:left;
	clear:both;
}
.newsTicker{
	width:140px;
	margin:5px auto;
}
.newsHeader{
	width:148;
	height:20px;
	background:#5D6B7F;
	font-size:130%;
	font-weight:bold;
	color:white;
}
.content{
	/*width:610px;*/
	margin-left:165px;
	margin-top:5px;
	min-height:420px;
}

.anchor{
	/*width:615px;*/
	height:155px;
	background:white;
	border:1px solid #B5BECC;
	padding-top:5px;
	text-align:center;
	margin-top:10px;
}
input{
	width:150px;
	border:1px solid black;
}
textarea{
	width:150px;
	border:1px solid black;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 100%;
}
select{
	width:150px;
	border:1px solid black;
}