html, head, body  {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #81B7ED;
	color: #1960A7;
	font-family: arial;
	font-size: 10pt;
}

#speciallists > ul > li  {
    margin-bottom: 10px;
}


#headingbar {
	background-color: #C8E0F7;
	text-align: center;
	height: 120px;
}

#headingbar > div {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	position: relative;
	height: 120px;
}

#headingbar > div > div {
	height: 120px;
	position: absolute;
	right: 0px;
	width: 630px;
	background-image: url(/images/slides.jpg);
	background-repeat: repeat-x;
}

#headingbar > div > a, #headingbar > div > a:hover {
	display: block;
	width: 265px;
	font-size: 9pt;
	height: 120px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;	
	text-decoration: none;
	color: #1960A7;
}

#headingbar > div > a > h1 {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: arial;
	text-align: left;
	padding-top: 95px;
	padding-left: 10px;
}

#headingbar > div > a > h1 > span {
	display: none;
}

#menubar {	
	background-color: #B1D3F4;
	text-align: center;
	height: 40px;
	background-image: url(/images/menubar.gif);
	background-repeat: repeat-x;
	box-shadow: 0px 0px 10px #000000;
	position: relative;
	z-index: 5;
}

#imagedot {
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 20px;
	background-color: #FF0000;
	border-radius: 10px;
	box-shadow: 0px 0px 6px #404040;
}

#menubar > ul {
	width: 900px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	line-height: 40px;
	position: relative;
}

#menubar > ul > li {
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	float: left;
    font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 18px;
	background-image: url(/images/seperator.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

#menubar > ul > li > a {
	color: #2875EA;
	font-size: 11pt;
	text-decoration: none;
}

#menubar > ul > li > a:hover {
	color: #1960A7;
	border-bottom: 2px solid #C5323B;
}

#maincontent {
	background-color: #E3EFFB;
	text-align: center;
	background-image: url(/images/mainbg.jpg);
	background-repeat: repeat-x;
}

#maincontent > div {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 10px;
	text-align: left;
}

#microphonediv {
	background-image: url(/images/microphone.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 190px;
}

#maincontent > div h2 {
	font-size: 16pt;
	margin: 0px;
	padding: 0px;
	line-height: 20pt;
}

#maincontent > div h3 {
	font-size: 12pt;
	line-height: 18pt;
	margin: 0px;
	padding: 0px;
}

#maincontent > div a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #D4929D;
}

#ad {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#maincontent > div a:hover {
	color: #2A75EA;
	text-decoration: none;
	border-bottom: 2px solid #C5323B;
}

#maincontent > div  img {
	max-width: 500px;
	height: auto;
	box-shadow: 0px 0px 10px #505050;
	margin: 10px;	
	vertical-align: middle;
}

#mainfooter {
	border-top: 1px solid #4897E6;
	text-align: center;
}

#mainfooter > div {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 10px;
	color: #2D67A2;
	text-align: left;
}

#mainfooter > div > a {
	color: #1F466D;
	text-decoration: none;
}

#mainfooter > div > a:hover {
	color: #2A75EA;
	text-decoration: none;
	border-bottom: 2px solid #C5323B;
}