body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	/*font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font: normal 12px "Helvetica", "Tahoma", "Verdana", sans-serif;*/
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.2em;
	background-color: #FFFFFF;
	background-image: url(../images/home_bg.gif);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	color:#F27642;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color:#FF3333;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 913px;
	height: 342px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	color:#000000;
	background-image: url(../../../SimplyMango/images/home_hd.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
	
	#header h1 {
	float: left;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 3px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	line-height: 8px;
	}
	
	#header h2 {
	float: left;
	font-size: 1em;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
	}
h3 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F27642;
}


#mainimg {
	width: 913px;
	height: 278px;
	margin: 0 auto;
	background-image: none;
	background-repeat: no-repeat;
}
/* Menu */

#menu {
	width: 913px;
	height: 47px;
	margin: 0 auto;
	background: url(../images/nav_bar.jpg) no-repeat;
}

	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu li {
		display: inline;
	}
	
	#menu a {
		display: block;
		float: left;
		height: 34px;
		padding: 13px 12px 0 12px;
		text-decoration:none;
		text-transform:uppercase;
		font-size:14px;
		font-weight:bold;
		color: #FFFFFF;
	}
	
	#menu a:hover, #menu .active a {
		/*background: url(../images/img3.gif);*/
		color:#F27642;
	}

/* Content */
#buttonbar{
	margin: 0 auto;
	width: 913 px;
	height: 45 px;
}
#pagecontent{
	width: 893px;
	min-height:350px;
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#content {
	width: 913px;
	height: 215px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#colOne {
	float: left;
	width: 315px;
	height:170px;
	background:url(../images/bottom_left.jpg) no-repeat;
}
	#colOne p{
		padding: 0 15px 0 85px;
	}
	#colOne h3{
		font-size:18px;			
		padding: 20px 5px 5px 85px;
	}
#colTwo {
	float:left;
	width: 306px;
	height: 170px;
	background: url(../images/bottom_middle.jpg) no-repeat;
	padding: 0;
}	
	#colTwo p{
		padding: 0 15px 0 75px;
	}
	#colTwo h3{
		font-size:18px;			
		padding: 20px 5px 5px 75px;
	}
#colThree {
	float: right;
	width: 292px;
	height: 170px;
	background:url(../images/bottom_right.jpg) no-repeat;
	padding: 0;
}
	#colThree p{
		padding: 0 15px 0 85px;
	}
	#colThree h3{
		font-size:18px;			
		padding: 20px 5px 5px 85px;
	}
/*Login Form*/
label
{
	width: 6em;
	float: left;
	text-align: left;
	margin-right: 1em;
	font-weight: bold;
	display: block
}

.submit
{
	margin-left: 5em;
}


/* Footer */

#footer {
	width: 913px;
	margin: 0 auto;
	padding: 10px 0;
	/*background: url(/images/ftr.jpg) repeat-x;*/
	font-size: smaller;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}

	#footer * {
		color: #666666;
	}
h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	bottom: 3px;
	line-height: 0px;
	word-spacing: 0em;
	letter-spacing: 0em;
	vertical-align: 0%;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	font-style: normal;
}
.answerbox {
	background-color: #FEEFE9;
	padding: 3px;
	border: 1px dotted #F27642;
	margin-left: 20px;
}

