/* jazzysax Thomas Filser     */
/* http://www.jazzysax.de           */

/* designed by Florian Malecki */
/* http://www.fMalecki.de       */


/* main body */
body {
	margin: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
a {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* header bar */
#topNav {
	font-family: trebuchet MS, verdana, arial;
	font-size: 11px;
	color: #EEEEEE;
	padding: 15px 5px 5px 10px;
	background-color: #6C94E1;
	border-bottom: 1px solid #CCC;
}
#topNav a {
	color: #EEEEEE;
	text-decoration: none;
}
#topNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#logo {
	background-color: #4C7DDA;
	height: 100px;
}


/* navigation bar */
#nav {
	font-family: trebuchet MS, verdana, arial;
	font-size: 11px;
	color: #999;
	background-color: #727171;
	border-top: 1px solid #999;
}
#nav a {
	color: #003399;
	text-decoration: none;
}
#nav a:hover {
	color: #798073;
	text-decoration: underline;
}
#subnav {
	font-family: trebuchet MS, verdana, arial;
	font-size: 11px;
	color: #FFF;
	background-color: #999;
}
#subnav a {
	color: #FFF;
	text-decoration: none;
}
#subnav a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* body text styles */
#content {
	margin-left: 100px;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 600px;
	
	font-family: trebuchet MS, verdana, arial;
	font-size: 12px;
	line-height: 16px;
}
#head {
	/* font-family: trebuchet MS, verdana, arial;
	font-size: 18px; */
	font-family: trebuchet MS, verdana, arial;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #4C7DDA;
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 10px 10px 20px;
}
.subHead {
	font-size: 14px;
	font-weight: bold;
	color: #4E7DD1;
}
.tdHead {
	font-size: 14px;
	font-weight: bold;
	color: #4E7DD1;
}
.tdSubHead {
	font-size: 12px;
	font-weight: bold;
	color: #CC6633;
}
blockquote {
	font-family: trebuchet MS, verdana, arial;
	font-size: 11px;
}
.photo {
	margin: 0px 0px 10px 10px;
}
.line {
	border-top: 1px dashed #CCC;
	text-align: right;
	padding: 4px 4px 4px 4px;
}

/* SiteMap styles */
#sitemap {
	font-family: trebuchet MS, verdana, arial;
	font-size: 11px;
	line-height: 14px;
}
#sitemap a {
	color: #003399;
	text-decoration: underline;
}
#sitemap a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#sitemap a:visited {
	color: #003399;
	text-decoration: underline;
}


/* footer */
#copyright {
	font-family: trebuchet MS, verdana, arial;
	font-size: 10px;
	background-color: #999;
	color: #FFF;
	padding: 6px 15px 6px 15px;
}
#copyright a {
	color: #FFF;
}
