body {
	background-position:top right;
	background-image: url(../img/back.png);
	background-repeat: repeat-x;
/*	background-color: #ede902;
	background-image: url(img/bkg.png) repeat-y;
*/	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
margin:0;
padding:10px;
}
#top,#bottom,#left,#right {
position:fixed;
background:black;
}
#top,#bottom {
left:0;
width:100%;
height:10px;
}
#top {
top:0;
}
#bottom {
bottom:0;
}
#left,#right {
top:0;
height:100%;
width:10px;
}
#left {
left:0;
}
#right {
right:0;
}

p.blocktext {
	width: 950px;
	margin-left: auto;
    margin-right: auto;
    /*width: 6em;*/
	vertical-align:middle;
}

p.header {
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	vertical-align:middle;
	text-align:center;
	font-size:1.2em;
	font-family: "Segoe UI", "Trebuchet MS", Candara, Verdana, sans-serif;
}
.location a {
/*	width: 800px;
	margin-left: auto;
    margin-right: auto;
	vertical-align:middle;*/
	text-align:center;
	font-size:1.3em;
	text-decoration:none;
	letter-spacing:3px;
	color:#000;;
	font-family: "Segoe UI", "Trebuchet MS", Candara, Verdana, sans-serif;
}
.location {
/*	width: 800px;
	margin-left: auto;
    margin-right: auto;
	vertical-align:middle;*/
	text-align:center;
	font-size:1.3em;
	text-decoration:none;
	letter-spacing:3px;
	color:#000;;
	font-family: "Segoe UI", "Trebuchet MS", Candara, Verdana, sans-serif;
}


#invertedtabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #8b0000 url(img/color_tabs_left2.png) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(img/color_tabs_right2.png) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #d50509;
}

#invertedtabs a:hover span{
background-color: #d50509;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #d50509;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8b0000;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	border: solid 1px #7C7A7A;
	color: #36648B;
	background-color: #E7E7E7;
}
.alt{
	background-color:#FFC;
}


