@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-right:24px;
}

.welcomeWhite{
	font-family:inherit;
	font-size:120%;
	color:#FFFFFF;
	font-weight:bold
}

.welcomeColored{
	font-family:inherit;
	font-size:120%;
	color:#ff6600;
	font-weight:bold
}

.content{
font-family:inherit;
font-size:100%;
font-style:normal;
font-weight:400;
line-height:1em;
}

.wcontent{
	font-family:inherit;
	font-size:100%;
	color:#FFFFFF;
	padding-right:5px
}

.subLinks{
	font-family:inherit;
	font-size:14px;
	color:#FFFFFF
}

.subLinksOver{
	font-family:inherit;
	font-size:105%;
	color:#ff6600
}

.subLinksSelected{
	font-family:inherit;
	font-size:100%;
	color:#ff6600;
	background-color:#f4f4f4;
	padding:3px 10px 3px 3px;
	margin-right:20px;
}

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

a:link, a:visited {
	font-family:inherit;
	font-size:100%;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer
}

a:hover {
	font-family:inherit;
	font-size:100%;
	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:inherit;
	font-size:14px;
	color:#000000
}

.copyright{
	font-family:inherit;
	font-size:13px;
	color:#ffffff;
}
