﻿body{
margin-top:10px;
background-color:#1d2228;
font-family:tahoma,verdana,arial,helvetica,sans-serif;
font-size:medium;
color:#757474;
background-image:url('/images/body_bg.png');
background-position:center;
}
h1, h2, h3 {
	font-size:125%;	
}
.ms-main {
	background-color:#FFFFFF;
	width:900px;
	text-align:left;
	min-height:540px;
}
.topmenu {
	background-color: #1d2228;
	width: 100%;
	height: 102px;
	background-image: url(/images/topmenu_bg.png);
	background-repeat: repeat-x;
}
.ms-topnav{
border-bottom:none;
/* background-image:url("/_layouts/images/topnavunselected.gif"); */
background-repeat:repeat-x;
font-family:Tahoma;
font-size:8pt;
color:#FFFFFF;
}
.ms-topnav a{
color:#FFFFFF;
display:block;
white-space:nowrap;
padding:1px 8px 0px 8px;
height:20px;
}
.ms-topnavselected{
color:#FF9100;
/* background:url("/_layouts/images/topnavselected.gif"); */
background-repeat:repeat-x;
font-weight:bold;
border-bottom-width:0px;
}
.ms-topnavselected a{
color:#FF9100;
}
.ms-topNavHover{
/* background-image:url("/_layouts/images/topnavhover.gif"); */
background-color:#ffe6a0;
border-bottom-width:0px;
color:#FFFFFF;
}
.ms-topNavHover a{
color:#000000;
}
.ms-pageTitle {
	font-family:tahoma;
	font-size:x-large;
	font-weight:bold;
	color:#404040;
}
.ms-WPBody {
	padding:5px 15px 10px 17px;
}

UL LI 
{
	LIST-STYLE-IMAGE: url(/images/icon_tick.jpg)
	}
#content {
	width:900px;
	overflow:hidden;
}

#address 
{
	font-family:tahoma;
	font-size:x-small;
	text-align:center;
	}
#address A
{
	color:#757474;
}
#bottom 
{
	height:150px;
	padding-top:25px;
	background-image:url(/images/bottomTopBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
#bottomShadow 
{
	width:900px;
	height:50px;
	background-image:url(/images/master_bottom.jpg);
	}
.divFlap 
{
	background-image:url(/images/divFlap.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}