/* helenmoss.co.uk Style Sheet */

body{
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	background: white;
	
}

#header{
	font-family: verdana;
	font-size: 14px;
	text-align: left;
	text-colour: black;
	padding: 0px;
	border: 0px;
	height: 200px;
}


/* menu */
.solidblockmenu {
	height:60px;
}

.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	background: white;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: black;
	padding: 5px 11px;
	width: 109px;
	text-decoration: none;
	border: 1px solid #00CED1;
	border-top: 0px none;
	border-bottom: 0px none;
}

.solidblockmenu li a:visited{
	color: black;
}

.solidblockmenu li a:hover {
	color: red;
	background: transparent;
}

.solidblockmenu li a.current{
	color: black;
	background: transparent;
}

.tabcontainer{
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

.tabcontent{
	display:none;
	font: bold 13px Arial;
}

/* End of menu */

#main{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#main h1{
	font: bold 20px Arial;
	color: black;
}

#main h2{
	font: bold italic 13px Arial;
	color: black;
	
}

#main h3{
	font: bold 14px Arial;
	color: black;
	text-align: left;	
}

#main h4{
	font: 12px Arial;
	color: black;
	text-align: center;
}

#main h5{
	font: bold italic 12px Arial;
	color: green;
	text-align: left;
	line-height: 0%
}


#main p{
	font: 12px Arial;
	color: black;
	text-align: left;
	line-height: 200%
}


#main table{
	font: 12px Arial;
	color: black;
	line-height: 200%
}

#main ul{
	font: 12px Arial;
	color: black;
	text-align: left;
	line-height: 200%
}

a{
	color: black;
	text-decoration: underline;
}

a:visited{
	color: #00CED1;
}

a:hover{
	color: red;
}

#footer {
	font: italic 12px Arial;
	color: black;
	text-align: center;
}

