/* ################# structure ##################### */

body {
	margin: 0;
	padding: 5%;
	background:#929292;
	/*xtext-align:center;*/
	min-width: 800px;
	max-width: 800px;
	width: 800px;
	/*height: 100%;	*/
	/*text-align: center;*/
	
}

* { /*universal selector - all elements no margin, no padding*/
	margin:0;
	padding:0;
	
}

#outerwrapper {
	margin:0px;
	width: 800px;
	background:#ffffff;
	z-index:0;
	float: left;

}

#header{
	float: left;
}

#headerImage{
	margin: 0px; 
	float: right; 
	vertical-align: bottom; 
	padding-top: 32px; 
	padding-bottom: 0px; 
	padding-right: 0px;
}

/* ################# tooltip ##################### */
a.tip {
    position:relative; /*this is the key*/
    xz-index:24;
	xbackground-color:#ff0;
    color:#000;
    text-decoration:none;
	margin:0px;
	padding:0px;
	}

a.tip:hover {
	z-index:25;
	background-color:#fff;
	}

a.tip span {
	display: none;
	}

a.tip:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	font: 10px Geneva, Tahoma, Arial, Helvetica, sans-serif;
    xtop:2em;
	xleft:2em;
	width:250px;
	padding:6px;
    border:1px dashed #000;
    background-color:#eee;
	color:#000;
    text-align: left;
	}

/* ################# general ##################### */

a {
	color: #33ADDB;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin:0px; 
	padding: 3px 0px 6px 10px; 
	xfont: 120% Trebuchet MS, Arial, Geneva, Helvetica, Sans-Serif;
	font: 22px Palatino Linotype, Georgia, MS Serif;
	font-weight: normal;
	color:#61213e; 
/*	text-transform: lowercase;*/
	xbackground-color: inherit;
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}

h3 {
	margin:0px; 
	padding:0px; 
	font:14px Palatino Linotype, Georgia, MS Serif;
	font-weight: bold;
	color: #666666; 
	/*text-transform: uppercase;*/
	xbackground-color: inherit;
}

h3 span#byline {
	font:10px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:italic;
}

#info h2 {
	margin: 0px; 
	padding-top:20px;
	padding-bottom:9px; 
	xfont:14px Arial, Sans-Serif;
	xfont-weight: bold;
	xcolor: #61213e; 
	/*text-transform: uppercase;*/
	xbackground-color: inherit;
}

#info h2#nobotpad {
	margin: 0px; 
	padding-top:20px;
	padding-bottom:0px; 
	xfont:14px Arial, Sans-Serif;
	xfont-weight: bold;
	xcolor: #61213e; 
	/*text-transform: uppercase;*/
	xbackground-color: inherit;
}

h3 {
	margin:0px; 
	padding:10px; 
	font:14px Palatino Linotype, Georgia, MS Serif;
	font-weight: bold;
	color: #666666; 
	/*text-transform: uppercase;*/
	xbackground-color: inherit;
}

h3#teal {
	margin:5px; 
	padding-top:15px;
	padding-bottom:0px; 
	xfont:14px Palatino Linotype, Sans-Serif;
	xfont-weight: bold;
	xcolor: #FFFFFF; 
	/*text-transform: uppercase;*/
	xbackground-color: inherit;
}

h4 {
	margin:0px; 
	padding:20px 15px 10px 10px; 
	font:18px Palatino Linotype, Georgia, MS Serif;
	font-weight: bold;
	color: #666666; 
	/*text-transform: uppercase;*/
	xbackground-color: inherit;
}

h4 span#byline {
	font:12px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:italic;
}

p {
	padding:6px;
	margin:0px;
	font: 12px Geneva, Tahoma, Arial, Helvetica, sans-serif;
/*	letter-spacing:1px;*/
/*	line-height: 20px; */
	color: #000; 
}

/*p strong {
	letter-spacing:0px;
}*/

p em {
	letter-spacing:0px;
}

#info p {
	padding:11px 11px 0px 11px;
	margin:0px;
}


#info ol {
	margin-left:27px;
}

#info ol li {
	padding: 0px 2px 0px 1px;
	margin:0px;
	font: 12px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	line-height: 20px; 
	color: #333; 
}

#info ul {
	margin-left:27px;
}

#info ul li {
	padding: 0px 2px 0px 1px;
	margin:0px;
	font: 12px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	/*letter-spacing:1px;*/
	/*line-height: 20px; */
	color: #333; 
}

p.leftype {
	padding-bottom:5px;
	margin:0px;
	font:10px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	line-height:12px; 
	word-spacing:-1px;
	color:#333;
	xwidth:350px;
}

ul#left {
	margin-left:12px;
	margin-top:5px;
}

ul#left li {
	padding: 0px 2px 3px 1px;
	margin-left:10px;
	font: 9px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	xletter-spacing:1px;
	line-height: 12px; 
	color: #333; 
}


/* ################# logo/header ##################### */

.header { 
	height:93px; 
	width:700px;
	margin:0px; 
	padding:8px 0px 0px 0px;
	xcolor: #808080;
	xborder: 1px solid #1A83AC;
	background-color:#ffffff;
}

.logocontainer {
/*	position: absolute;*/
        float:left;
	padding:0px 0px 0px 10px; /*top,right,bottom,left*/
	background-color:#ffffff;
	z-index:20;
}

/* ################# top navigation ##################### */

#navArea {
	float: right;
	/*xbackground:url(../images/nav.jpg) top repeat-x #4F9EC9;
	xborder:1px solid #336699;
	padding:0px 0px 0px 0px;
	xbackground-color:#13918E;
	background:#ffffff;
	margin:0px;
	xwidth:696px;
	text-align:center;
	display:block;
	xposition:relative;
	z-index:5;*/
	height:19px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-bottom:3px solid #929292;
	border-top:2px solid #929292;
}

#navArea #nav {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	xborder-right:0px solid #fff;
	/*float:left;*/
}

/* ################# billboard ##################### */

#billboard { 
	width:700px;
	height:211px; 
	margin:0px; 
	padding:0px; 
	color:#808080;
	xborder-bottom:1px dotted #336699;
	display:block;
	background-color:#ffffff;
	position:relative;/*everything inside is relative to this box*/
}

#bbImg { 
	width:356px;
	height:211px;
	margin:0px; 
	padding:0px;
	/*position: absolute;
	left:0px;
	top:0px
	xpadding-top:1px;
	xborder-top:4px solid #386750;
	color:#ffffff;
	xborder:1px solid #1A83AC;
	float:left;
	xborder-right:4px solid #386750;*/
}

#fourMains { 
	width: 342px;
	height: 211px;
	margin: 0px;
	padding:0px;
	background-color: #ffffff;
	xborder: 1px solid #1A83AC;
	float:right;
	display:block;
	position: absolute;
	left:357px;
	top:0px
}
/* ################# basic form ##################### */

form {
	padding:0px;
	xborder:1px solid #000;
	margin:0px;
}

label {
	display:block;
	font:13px Arial, Sans-Serif;
	font-weight: bold;
	color:#333;
	margin:2px;
}

input {
	width:150px;
	padding:2px;
	margin-bottom:16px;
	border:1px dotted #ccc;
	xborder-bottom:1px dotted #ccc;
	font:70% Verdana;
	color:#999;
}

input.submit {
	width:25px;
	padding:2px;
	margin-top:2px;
	border-left:1px solid #666;
	border-right:1px solid #999;
	border-bottom:2px solid #666;
	font:70% Verdana;
	color:#fff;
	background-color:bba;
}


textarea {
	width:400px;
	padding:4px 4px 14px 4px;
	xmargin-top:16px;
	font:70% Verdana;
	border:1px dotted #ccc;
	height:200px;
	display:block;
	color:#333;
}

/* ################# in the editor #####################*/
body#editor textarea {
	width:650px;
	padding:20px 4px 10px 4px;
	xmargin-top:16px;
	font:70% Verdana;
	border:1px dotted #ccc;
	height:200px;
	display:block;
	color:#333;
}

body#editor .rdo {
	width:15px;
	padding:2px;
	margin:0px;
	xborder:1px solid #bba;
	font:70% Verdana;
	color:#999;
	display:inline;
	xfloat:left;
}

body#editor .rdo input#rev {
	margin:1px;
	xfloat:left;
	xx:0;
	width:15px;
	margin:0px 20px 0px 0px;
	padding:2px;
}

body#editor div {
	margin:6px;
}

body#editor input {
	width:360px;
	padding:2px;
	margin-bottom:16px;
	border:1px dotted #ccc;
	xborder-bottom:1px dotted #ccc;
	font:70% Verdana;
	color:#333;
}

#partners {
	padding:10px 10px 20px 10px;
	border-bottom:1px solid #bba;
	xmargin-bottom:25px;
	xmargin-top:5px;
	xbackground-color:bba;
	
}


/* ################# nlSignUpBox with form #####################*/

#nlSignUpBox {
	padding: 0px; 
	margin: 0px;
	float:right;
	xdisplay:block;
	width:220px;
	xheight:100px;
}

#nlSignUpBox input#newsInput {
	width:160px;
	height:18px;
	padding:0px;
	margin:0px;
	border:1px solid #333;
	font:70% Verdana;
	color:#999;
	float:left;
}

#nlSignUpBox #newsGo {
	float:left; 
	width:20px;
	height:20px;
	font:8px sans-serif;
	font-weight:bold;
	text-align:center;
	padding:1px;
	margin:0px 0px 0px 3px;
	border:1px solid #333;
	color:#000;
	xbackground-color:333;
}

#nlSignUpBox label {
	font: 9px Geneva, Tahoma, Arial, Helvetica, sans-serif;
}


/* ################# whyBlock ##################### */
#whyBlock {
	width:205px;
	xheight:165px;
	float:left;
	margin:0px;
	padding:16px 0px 8px 0px;
	background-color:#FAF3E9;
	display:block;
	border-bottom: 1px solid #fff;
	xoverflow:scroll;
}

#whyBlock ul#leftQuotes {
	margin-left:12px;
	margin-top:5px;
	list-style:none;
	display:block;
}

#whyBlock ul#leftQuotes li {
	padding: 13px 2px 13px 1px;
	xmargin: 0px 2px 6px 1px;
	font: 9px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	xletter-spacing:1px;
	line-height: 12px; 
	color: #333;
	xlist-style:none; 
	xfont-style:italic;
	border-bottom: 1px solid #fff;
}

#whyBlock h3 {
	margin:0px; 
	padding:5px; 
	font:14px Palatino Linotype, Georgia, MS Serif;
	font-weight: bold;
	color: #666666; 
	/*text-transform: uppercase;*/
	xbackground-color: inherit;
}

/* whyBlock form - left side  */


#whyBlock form {
	padding:2px;
	xborder:1px solid #f6f6f6;
}

#whyBlock label {
	display:block;
	font:11px Arial, Sans-Serif;
	font-weight: bold;
	color:#333;
	margin:2px;

}

#whyBlock input {
	width:150px;
	padding:2px;
	margin-bottom:16px;
	border:1px solid #ccc;
	xborder-bottom:1px dotted #ccc;
	font:70% Verdana;
	color:#999;
}

#whyBlock submit {
	/*width:150px;*/
	width:20px;
	padding:2px;
	margin-top:2px;
	border-left:1px solid #666;
	border-right:1px solid #999;
	border-bottom:2px solid #000;
	font:70% Verdana;
	color:#fff;
	background-color:bba;
	float: right;
}
/* #################  ##################### */


p.list {
	padding:3px 3px 0px 3px;
	margin:0px;
	font: 12px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight: bold;
	border-bottom:1px solid #e3e3e3; 
	color: #666; 
}

/* ################# main content ##################### */

#mainInfo { 
	min-height:305px; 
	width:700px;
	margin:0px; 
	padding:0px;
	color:#333;
	xborder:1px solid #386750;
	display:block;
	xbackground-color:#ffffff;
	xposition:relative;/*everything inside is relative to this box*/
}

#info { 
	xheight:285px; 
	/*width:517px;*/
	width: 590px;
	margin:0px; 
	/*padding:0px 0px 10px 0px;*/
	padding: 0px;
	color:#333;
	xborder:1px solid #386750;
	background-color:#ffffff;
	display:inline;
	xposition:relative;
	float:left;
	z-index:1;
}
/* ################# coaches ##################### */
#coaches {
	margin:0px;
	height:80px;
	padding:9px 4px 22px 40px;
	border-bottom: 1px solid #f3f3f3;
	display:block;
}

#coaches p {
	position:relative;
}

#coaches h4 {
	font:18px Palatino Linotype, Georgia, MS Serif;
	font-weight: bold;
	color: #666666;
	line-height:1px;
	xmargin-bottom:-10px;
	xpadding-top:10px;
	xposition:absolute;
}

#coaches .imageBoxR {
	float:right;
	padding:9px 80px 0px 0px; 
	xwidth:80px;
	margin:0px; 
	display:block;
	xposition:absolute;
	xborder: 1px solid #f3f3f3;
	}

/* ################# sampleArticle ##################### */

#sampleArticle {
	margin:0px;
	padding:20px 0px 20px 0px;
	border-bottom: 1px solid #f3f3f3;
}

#sampleArticle h3 {
	margin:0px;
	padding:0px 0px 0px 10px;
}

/* ################# article content ##################### */
#article { 
	xheight:285px; 
	width:517px;
	margin:0px; 
	padding:0px 0px 30px 0px;
	color:#333;
	xborder:1px solid #386750;
	background-color:#ffffff;
	display:inline;
	xposition:relative;
	float:right;
	z-index:1;
}

#article p {
	padding:11px 11px 0px 11px;
	font: 11px Palatino Linotype, Georgia, MS Serif;
	color: #333;
}

#article ul {
	margin-left:27px;
	margin-top:11px;
}

#article ul li {
	padding: 1px 2px 5px 1px;
	margin:0px;
	font: 11px Palatino Linotype, Georgia, MS Serif;
	letter-spacing:1px;
	xline-height: 20px; 
	color: #333; 
}

#article ol {
	margin-left:27px;
	margin-top:11px;
}

#article ol li {
	padding: 1px 2px 5px 1px;
	margin:0px;
	font: 11px Palatino Linotype, Georgia, MS Serif;
	letter-spacing:1px;
	xline-height: 20px; 
	color: #333; 
}


/* ################# 77777 ##################### */

a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
	color: #000080;
	xborder: 1px solid #E0922F;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}



.subheader_left {
	xline-height: 28px;
	xwidth: 170px;
	xbackground: #33ADDB url(hmleftbg2.gif) repeat-x;
	xborder-bottom: 1px solid #fff;
	xcolor: #FFFFFF;
	xpadding: 2px 0px 1px 4px;
	xfloat:left;
	display:block;
}


#leftBlock {
	width:176px;
	float:left;
	padding:0px;
	background-color:#DECBB0;
	margin-bottom:1px;
	display:block;
}

#leftBlock:hover{
	background-color:#BC8049;
}

#leftBlock img {
	float:center;
	display:block;
}

#factsBox {
	float: right;
	padding:15px 0px 5px 12px; /* t,r,b,l */
	width:160px;
	xclear:right;
	xvoice-family: "\"}\"";
	xvoice-family: inherit;
	xwidth: 125px;
	xborder-left:1px solid #e3e3e3;
	xborder-right:1px solid #bba;
	xborder-bottom:1px solid #bba;
	margin:0px 0px 5px 12px; /* t,r,b,l */
	background-color:#f3f3f3;
	background:url(images/shadowL.gif) repeat-y top left;
	display:block;
	z-index:2;
	}
	
#factsBox ul { 
	list-style-type: none; 
	margin-left: 5px;
	xmargin-right: 5px;
	margin-bottom: 15px;
	}
	
#factsBox ul li { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:9px;
	line-height:13px;
	/*padding: 1px 1px 5px 7px;*/ 
	margin: 8px 0px 0px 0px;
	}
	
#factsBox h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
	border-bottom:1px solid #e3e3e3;
	
	}

/* ################# box for images and captions ##################### */

#imageBoxR {
	float: right;
	padding:9px; /* t,r,b,l */
	width:180px;
	xclear:right;
	xvoice-family: "\"}\"";
	xvoice-family: inherit;
	xborder-left:1px solid #e3e3e3;
	xborder:1px solid #bba;
	xborder-bottom:1px solid #bba;
	margin:0px 0px 9px 15px; /* t,r,b,l */
	xbackground-color:#f3f3f3;
	xbackground:url(images/shadowL.gif) repeat-y top left;
	display:block;
	xz-index:2;
	}

#imageBoxR img {
	padding:0px; /* t,r,b,l */
	margin-bottom:5px;
	xborder:1px solid #bba;
	float:center;
	display:block;
	}
	
#imageBoxR p {
	padding:1px; /* t,r,b,l */
	font: 9px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
	
#imageBoxL {
	float: left;
	padding:9px; /* t,r,b,l */
	width:180px;
	xclear:right;
	xvoice-family: "\"}\"";
	xvoice-family: inherit;
	xborder-left:1px solid #e3e3e3;
	xborder:1px solid #bba;
	xborder-bottom:1px solid #bba;
	margin:0px 15px 9px 0px; /* t,r,b,l */
	xbackground-color:#f3f3f3;
	xbackground:url(images/shadowL.gif) repeat-y top left;
	display:block;
	xz-index:2;
	}

#imageBoxL img {
	padding:0px; /* t,r,b,l */
	margin-bottom:5px;
	xborder:1px solid #bba;
	float:center;
	display:block;
	}
	
#imageBoxL p {
	padding:1px; /* t,r,b,l */
	font: 9px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	

	
	/* ################# misc ##################### */

#teaserBoxArea {
	margin:0px auto; 
	width: 520px;
	xheight:500px; 
	padding:0px 0px 0px 6px;
	xbackground: #000;
	xborder:1px solid #C190BC;
	background-color:#ffffff;
	xbackground:url(images/shadBG.png) repeat-y top;
	position:relative;
	display:block;
	xtext-align:right;
	float:right;
	xclear:both; 
}

#teaser_left {
	float:left;
	width:220px;
	height:160px;
	padding:10px;
	margin-right:6px;
	background:#f7f7f7 url(images/corner.gif) no-repeat bottom right;
	color:#626262;
	xborder:1px dashed #e3e3e3;
	xposition:relative;
	display:inline;
	xoverflow:scroll;
}

#teaser_left p {
	padding:0px;
	margin:0px;
	font:11px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	line-height:14px; 
	color:#7e7e7e; 
}

#teaser_left span {
	float:right;
	padding-top:3px; 
}

#teaser_right {
	float:left;
	width:220px;
	height:160px;
	padding:13px;
	margin-right:2px;
	background:#f7f7f7 url(images/corner.gif) no-repeat bottom right;
	color:#626262;
	xborder:1px dashed #e3e3e3;
	xposition:relative;
	display:inline;
	overflow:scroll;
}

#teaser_right p {
	padding:0px;
	margin:0px;
	font:11px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	line-height:14px; 
	color:#7e7e7e; 
}

#teaser_right a {
	padding:0px;
	margin:0px;
	font:11px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	line-height:14px; 
	color: #33ADDB; 
}

#teaser_right a:hover {
	color: #575757;
	xbackground-color: inherit;
}

#rtImg { 
	xwidth: 217px;
	xheight: 285px;
	margin: 0px; 
	padding-top:0px;
	padding-bottom:1px;
	padding-left:1px;
	xborder: 1px solid #1A83AC;
	xfloat:right;
	xdisplay:block;
}

#rtImg img { 
	margin:0px; 
	padding:0px;
	border:0px;
	display:block;
}

.tagline {
	float: right;
	padding: 2px 5px 0 0;
}

.subheader {
	xclear: both;
	height: 15px;
	margin: 0px 0 5px 0;
	xborder: 1px solid #1A83AC;	
}

.subheader_left a {
	xtext-decoration: underline;
	xfont: 80% Geneva, Tahoma, Arial, Helvetica, sans-serif;
	xfont-weight: bold;
	xbackground-color: inherit;
}
.subheader_left a:hover {
	text-decoration: none;	
	xborder-top: 1px solid #1A83AC;
	xcolor: #FFFFFF;
}

.subheader_right {
	xbackground: #F6F6F6 url(hmrightbg.gif) repeat-x;
	background-color: #ffffff;
	xline-height: 28px;
	float: right;
	width: 574px;
	text-align: right;
	
}

.subheader_right a {
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;
	color: #666666;
	background: inherit;
	font-weight: normal;
	font: 68% Geneva, Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	text-decoration: none;
}

.subheader_right a:hover {
	background: #E0922F url(hmleftbg2.gif) repeat-x;	
	xborder-top: 1px solid #1A83AC;
	color: #FFFFFF;
}

.left {
	float: left;
	padding: 5px 0px 0px 5px;
	width: 185px;
	xborder: 1px solid #1A83AC;
}

.right {
	float: right;
	width: 575px;
	margin: 0px; 
	padding: 0px 0 0 3px;
	color: #000;
	background-color: #FFFFFF; 
	xborder: 1px solid #e6e6e6;
}


.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}

/****************** Left Navigation ************/

#leftNav {
	padding: 0px; 
	margin: 0px; 
	clear: left; 
	border-top: 2px solid #929292; 
	float: left; 
	width: 205px; 
	/*height: 140px;*/ 
	/*background: #0000ff;*/
}

#greenButton{
	height: 35px; 
	width: 205px; 
	background: #a3b873; 
	color: #ffffff; 
	vertical-align: middle;
}

#orangeButton{
	height: 35px; 
	width: 205px; 
	background: #ca9b53;
	color: #ffffff; 
	vertical-align: middle;
}

#tealButton{
	height: 35px; 
	width: 205px; 
	background: #4f6f7c; 
	color: #ffffff; 
	vertical-align: middle;
}

#maroonButton{
	height: 35px; 
	width: 205px; 
	background: #61213e; 
	color: #ffffff; 
	vertical-align: middle;
	text-decoration: none;
}

#maroonButton a{
    text-decoration: none;
}

/****************** Misc **********************/
#mainContent{
	clear:right;
        float: right;
	width: 590px;

}

.footer { 
	width:800px;
	height:52px;
	display:block;
	position:relative;
	bottom:-11px;
	clear:both; 
	color:#ffffff; 
	margin:0px;
	padding-bottom:15px;
	padding-top:5px; 
	xborder:1px solid #e6e6e6; 
	text-align:center;  
	line-height:11px;
	z-index:3;
	font: 12px Geneva, Tahoma, Arial, Helvetica, sans-serif;
}

.footer a { 
	text-decoration: underline; 
	color:#ffffff; 
}

.footer p { 
	text-decoration:none; 
	color:#ffffff; 
}

.blockImg{
	display:block;
	margin: 0px;
	padding: 0px;
}