body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	text-align:left;
	position:relative;
}
#topBackground {
	background-image:url(images/background_top.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
#bottomBackground {
	background-image: url(images/background_bottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#menu1Back {
	background-image:url(images/menu1_back.jpg);
	background-repeat:repeat-x;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#CCCCCC;
}

/* Menu Styles  */
a.menu1_home{
    display: block;
    height: 42px;
    background: url("images/menu1_home.jpg") 0 0 no-repeat;
    text-decoration: none;
	width:67px;
	z-index:100;
	overflow:none;
}
a.menu1_home:hover {
	background-position: 0px -42px;
	z-index:100;
	overflow:none;
}

a.menu1_about{
    display: block;
    height: 42px;
    background: url("images/menu1_about.jpg") 0 0 no-repeat;
    text-decoration: none;
	width:93px;
	z-index:100;
	overflow:none;
}
a.menu1_about:hover {
	background-position: 0px -42px;
	z-index:100;
	overflow:none;
}
a.menu1_success{
    display: block;
    height: 42px;
    background: url("images/menu1_success.jpg") 0 0 no-repeat;
    text-decoration: none;
	width:151px;
	z-index:100;
	overflow:none;
}
a.menu1_success:hover {
	background-position: 0px -42px;
	z-index:100;
	overflow:none;
}

a.menu1_health{
    display: block;
    height: 42px;
    background: url("images/menu1_health.jpg") 0 0 no-repeat;
    text-decoration: none;
	width:165px;
	z-index:100;
	overflow:none;
}
a.menu1_health:hover {
	background-position: 0px -42px;
	z-index:100;
	overflow:none;
}

a.menu1_contact{
    display: block;
    height: 42px;
    background: url("images/menu1_contact.jpg") 0 0 no-repeat;
    text-decoration: none;
	width:91px;
	z-index:100;
	overflow:none;
}
a.menu1_contact:hover {
	background-position: 0px -42px;
	z-index:100;
	overflow:none;
}

a.menu2bootcamp{
    display: block;
    height: 77px;
    background: url("images/menu2_bootcamp.jpg") 0 0 no-repeat;
    text-decoration: none;
	width:252px;
	z-index:100;
	overflow:none;
}
a.menu2bootcamp:hover {
	background-position: 0px -77px;
	z-index:100;
	overflow:none;
}
a.menu2personal{
    display: block;
    height: 77px;
    background: url("images/menu2_personal.jpg") 0 0 no-repeat;
    text-decoration: none;
	width:252px;
	z-index:100;
	overflow:none;
}
a.menu2personal:hover {
	background-position: 0px -77px;
	z-index:100;
	overflow:none;
}
a.menu2corporate{
    display: block;
    height: 77px;
    background: url("images/menu2_corporate.jpg") 0 0 no-repeat;
    text-decoration: none;
	width:252px;
	z-index:100;
	overflow:none;
}
a.menu2corporate:hover {
	background-position: 0px -77px;
	z-index:100;
	overflow:none;
}
.bodyText {
	font-family:verdana;
	font-size:14px;
	font-style:none;
	line-height: 18px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
}
a.bodyText:link, a.bodyText:visited {
	font-family:verdana;
	font-size:14px;
	font-style:none;
	line-height: 18px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	text-decoration:underline;
}
a.bodyText:hover {
	font-family:verdana;
	font-size:14px;
	font-style:none;
	line-height: 18px;
	font-weight:normal;
	text-decoration:none;
	color:#58a459;
	text-decoration:underline;
}


.highlighBodyText {
	font-family:verdana;
	font-size:14px;
	font-style:none;
	line-height: 18px;
	text-decoration:none;
	color:#9ce39c;
	text-align:left;
}
a.highlighBodyText:link, a.highlighBodyText:visited {
	font-family:verdana;
	font-size:14px;
	font-style:none;
	line-height: 18px;
	font-weight:normal;
	text-decoration:none;
	color:#9ce39c;
	text-align:left;
}
a.highlighBodyText:hover {
	font-family:verdana;
	font-size:14px;
	font-style:none;
	line-height: 18px;
	font-weight:normal;
	text-decoration:underline;
	color:#ffffff;
	text-align:left;
}

.footerText {
	font-family:verdana;
	font-size:11px;
	font-style:none;
	line-height: 14px;
	font-weight:normal;
	text-decoration:none;
	color:#58a459;
}
a.footerText:link, a.footerText:visited {
	font-family:verdana;
	font-size:11px;
	font-style:none;
	line-height: 14px;
	font-weight:normal;
	text-decoration:none;
	color:#58a459;
}
a.footerText:hover {
	font-family:verdana;
	font-size:11px;
	font-style:none;
	line-height: 14px;
	font-weight:normal;
	text-decoration:underline;
	color:#ffffff;
}
.textboxPrompt {
	color: #999999;
}
.links {
	color: #FFF;
	text-decoration: none;
}
