@charset "utf-8";
/* CSS Document */
body{
background-color:#f4f4f4;
margin:0px
}

.header{
	background-color:#ff6600
}

.headerBG{
	background:transparent url(../images/header.png) no-repeat top right;
}

#menu {
	margin-left:15px;
}

.welcomeWhite{
	font-family:"Trebuchet MS";
	font-size:17px;
	color:#FFFFFF;
	font-weight:bold
}

.welcomeColored{
	font-family:"Trebuchet MS";
	font-size:17px;
	color:#ff6600;
	font-weight:bold
}

.content{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000
}

.wcontent{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF
}

.subLinks{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF
}

.subLinksOver{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#ff6600
}

.subLinksSelected{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#ff6600;
	background-color:#f4f4f4;
	padding:2px 2px 2px 10px;
	margin-left:20px;
}

.subBG{
	background: transparent url(../images/bg.png) no-repeat center left
}

a:link, a:visited {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer
}

a:hover {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#ff6600;
	text-decoration:none;
	cursor:pointer
}

h1{font-size:21px;margin-bottom:10px}
h2{font-size:16px;margin-bottom:10px}
h3{font-size:14px;margin-bottom:10px}

.infosub{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000
}

.copyright{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#ffffff;
}
