body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #EEE;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,p {
	padding: 0 10px;
}
h1 {
	color: #00F;
	font-size: 20px;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 10px;
}
h2 {
	color: #00F;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #00F;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
p {
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: justify;
	padding: 0 10px;
}
a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #F60
}
li {
	list-style-type: square;
	text-indent: -10px;
	margin-right: 20px;
}


img.floatright {
	float: right;
	margin-left: 20px;
}
div.clearfloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
div#header {
	background: url(images/headerbg.png) repeat-x top right;
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
}
div#banner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	position: relative;
}
div#topmenu {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 640px;
	position: absolute; 
	bottom: 10px;
	right: 10px;
}
#topmenu a {
	color: #CFF;
	text-decoration: none;
	padding-left: 16px;
	background: url(images/arrowb.png) no-repeat 0 50%;
}
#topmenu a:hover {
	color: #FFF;
	padding-left: 16px;
	background: url(images/arroww.png) no-repeat 0 50%;
}
.topmenulevel {
	font-size: 10px;
	text-transform: uppercase;
}
div#pagecontainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
div#footer {
	background: url(images/footerbg.png) repeat-x top right;
	width: 100%;
	height: 100px;
}
div#footerimg {
	background: url(images/footer.png) no-repeat;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}
div#footertext {
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 780px;
	height: 80px;
}
div#footertext a {
	color: #FFF;
	text-decoration: underline;
}
div#footertext a:hover {
	color: #FFF;
	text-decoration: none;
}
span#copyright {
	font-size: 10px;
}
div.sidebart {
	background: url(images/sidebart.png) no-repeat;
	height: 12px;
	margin-bottom: -12px;
}
div.sidebarm {
	background: url(images/sidebarm.png) repeat-y;
}
div.sidebarb {
	background: url(images/sidebarb.png) no-repeat;
	height: 12px;
	margin-top: -12px;
	margin-bottom: 20px;
}
div.contentt {
	background: url(images/contentt.png) no-repeat;
	height: 12px;
	margin: 0 0 -12px;
}
div.contenth {
	background: url(images/contenth.png) no-repeat;
	margin: 0 0 -20px;
	padding: 0;
}
div.contentm {
	background: url(images/contentm.png) repeat-y;
}
div.contentmh {
	background: url(images/contentm.png) repeat-y;
	padding-top: 1px;
}
div.contentb {
	background: url(images/contentb.png) no-repeat;
	height: 12px;
	margin-top: -12px;
	margin-bottom: 20px;
}
p.heading {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
	text-align: left;
}
p.novspace {
	width: 160px; 
	/* margin: 0 -20px 0 20px;*/
	text-align: left; 
	/* text-indent: -20px;*/
}
a.sidelink {
	background: url(images/arrowd.png) no-repeat;
	font-weight: bold;
	padding-left: 20px;
}
a.sidelink:hover {
	background: url(images/arrowo.png) no-repeat;
	color: #F60;
	text-decoration: none;
}

.quote {
	margin: 30px;
	padding: 10px;
	border: 1px solid #06F;
	background-color: #EFF;
	color: #03F;
}
.quote:hover {
	background-color: #CFF;	
}
.sidequoteblue {
	text-align: center;
	margin: 15px;
	padding: 10px;
	border: 1px solid #06F;
	background-color: #EFF;
	color: #06F;
}
.sidequoteblue:hover {
	background-color: #CFF;	
}
.sidequoteorange {
	text-align: center;
	margin: 15px;
	padding: 10px;
	border: 1px solid #F60;
	background-color: #FEC;
	color: #F60;
}
.sidequoteorange:hover {
	background-color: #FD9;	
}
.large {
	font-size: 20px;
}
