html,body {
	margin: 0px auto;
	padding: 0px;
	font-family: Tahoma, Arial, Courier, "Courier New", sans-serif, serif;
	text-align: center;
	font-size: medium;
	font-weight: lighter;
	color: #0033CC;
	height: 100.1%;
}
body 
{
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	background-color: #17aace;
}
#container {
	text-align: left;
	color: #12A8CD;
	margin: 0 auto;
	background-color:#fff;
	margin:0 auto;
	min-height: 450px;
}
h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.hidden {
	display: none;
}
a {
	color: #12A8CD;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #010066;
	background-color: transparent;
	text-decoration: underline;
}
#header {
	height: 120px;
}
#headercontent {
	width: 1000px;
	margin:0 auto;
}
#menu {
	display: inline;
	text-align: left;
	float: left;
	margin-top: 100px;
}
.menu {
	display: inline;
	margin: 0px 1em;
	padding: 0px;
	list-style-type: none;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
#leftcolumn {
	padding: 1ex;
	float: right;
}
#centrecolumn {
	text-align: left;
	padding: 1ex;
	/*width: 55%; commented for 2 columns*/
}
#content {
	clear: both;
	margin: 0 auto;
	width:950px
}
#rightcolumn {
	float: right;
	width: 20%;
	padding: 1ex;
	background-color:#fff;
}
.menutitle {
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12pt;
	height: 20px;
	background-color: #20ADD0;
	text-transform: capitalize;
}
.menubody {
	background-color: #FFFFFF;
	color: #12A8CD;
	font-size: 12pt;
	text-align: left;
	padding: 0ex 1ex 0.5ex;
}
#menucontainer {
	border-right-width: 3px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	color: #12A8CD;
	background-color: #FFFFFF;
}
.menuspan {

	display: inline;
	text-align: left;
	float: left;
	margin-top: 100px;
}
#footer {
	background-image: url(../images/headerbgreverse.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 120px;
}
.menubody p {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.clear {
	clear: both;
	content: " ";
}
