﻿html{
	height: 100%;
}

body{
	/*background: white url('images/siteBg.png') repeat-y center top;*/
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

hr{
	height: 5px;
	background-image:url('images/hr.png');
	width: 300px;
	border: none;
}

.style1 {
	font-size: large;
}

.bodyContainer{
	width: 960px;
	margin: auto;
	height: 100%;
	position: relative;
}

.listItem{
	margin-bottom: 5px;
}

#menuHandle0, #menuContent0{
	background-color: #FEDD14;
	color: black;
}

#menuHandle1, #menuContent1{
	background-color: #00ADEF;
}

#menuContent1 img{
	
}

#menuHandle2, #menuContent2{
	background-color: #8BC43F;
}

#menuHandle3, #menuContent3{
	background-color: #F05B95;
}

#menuHandle4, #menuContent4{
	background-color: #E01B22;
}

#menuHandle5, #menuContent5{
	background-color: #22409A;
}

.tip{
	border: solid 1px white;
	padding: 5px;
	margin-top: 5px;
}

