*, html {
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #008CFF url(images/bg.jpg) top left repeat-x;
	color: #000000;
	line-height: 18px;
}

h3 {
	margin: 30px 0 0 0;
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

a {
	color: #008CFF;
	text-decoration: underline;
}

a:hover {
	color: #008CFF;
	text-decoration: none;
}

#wrapper {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(images/shark.gif) top left no-repeat;
}

#header {
	padding: 0px;
	margin: 20px 0 0 0;
	height: 150px;
}

#ticker {
	background: #008CFF;
	height: 22px;
	margin: 0;
	padding: 0;
	line-height: 22px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#ticker p {
	margin: 0;
	padding: 0;
}

#content {
	background: #67BAFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

#leftcolumnmenu {
	width: 125px;
	float: left;
	}

#leftcolumnmenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#leftcolumnmenu li {
	display: inline;
	/* for IE5 and IE6 */
}
	
#leftcolumnmenu a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 10px;
	width: 129px;
	background-color: #67BAFF;
}	
	
#leftcolumnmenu li a:link, #menu li a:visited {
	color: #000000;
	text-decoration: none;
}

#leftcolumnmenu li a.green:hover {
	background: #97E06E;
}

#leftcolumnmenu li a#activegreen {
	background: #97E06E;
}

#leftcolumnmenu li a.pink:hover {
	background: #FEA899;
}

#leftcolumnmenu li a#activepink {
	background: #FEA899;
}

#leftcolumnmenu li a.yellow:hover {
	background: #FFE458;
}

#leftcolumnmenu li a#activeyellow {
	background: #FFE458;
}

#leftcolumnmenu li a.orange:hover {
	background: #FDA355;
}

#leftcolumnmenu li a#activeorange {
	background: #FDA355;
}

#rightcolumn {
	width: 561px;
	background: #FFFFFF url(images/design.gif) top left repeat-x;
	margin: 0px;
	padding: 20px;
	float: right;
}

#rightcolumn ul {
	margin: 0px; 
	padding: 0px; 
	list-style: none
}

#rightcolumn li {
	margin: 10px 0;
}

#rightcolumn li.point-green {
	background: url(images/point-green.gif) left 5px no-repeat;
	padding: 0px 0px 0px 11px;
}

#rightcolumn li.point-pink {
	background: url(images/point-pink.gif) left 5px no-repeat;
	padding: 0px 0px 0px 11px;
}

#rightcolumn li.point-yellow {
	background: url(images/point-yellow.gif) left 5px no-repeat;
	padding: 0px 0px 0px 11px;
}

#rightcolumn li.point-orange {
	background: url(images/point-orange.gif) left 5px no-repeat;
	padding: 0px 0px 0px 11px;
}

#footer {
	background: #008CFF;
	height: 80px;
	clear: both;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.imgtoprightindex {
	margin: 30px 0 50px 20px;
	float: right;
}

.imgtopright {
	margin: 10px 0 20px 20px;
	float: right;
}

.infoboxright {
	padding: 10px;
	width: 140px;
	background: #FFE458;
	float: right;
	margin: 0 0 0 20px;
}

