html, body {
height: 100%;
}

/* Hack for IE, Reset to 100% height */
* html #Content #Text{
height: 100%;
}
/* End IE Hack */


body {
margin: 0;
padding: 0;
text-align: center;
background-color: #fbe3c9;

}

.topbg{
background-image:url(top_background.jpg);
background-position: top center;
background-repeat: repeat-x;
}

#Content_alt {
margin: 0 auto;
text-align: left;
width: 1000px;
min-height: 100%;
height: auto;

background-image:url(background_alt.jpg);
background-position: top center;
background-repeat: no-repeat;

border: #fbe3c9 solid 1px; 
position: relative;
}

#Content {
margin: 0 auto;
text-align: left;
width: 1000px;
min-height: 100%;
height: auto;

background-image:url(background.jpg);
background-position: top center;
background-repeat: no-repeat;

border: #fbe3c9 solid 1px; 
position: relative;
}


#Text {
text-align: left;
width: 642px;
min-height: 100%;
height: auto;

margin-top: 250px;
margin-left: 96px;
margin-bottom: 30px;

background-image:url(text_body.gif);
background-position: top center;
background-repeat: repeat-y;

}


#Text_title {
text-align: left;
width: 617px;
height: 50px;
background-image:url(Text_title.gif);
background-position: top center;
background-repeat: no-repeat;

font-family: Georgia, "Times New Roman", Times, serif;
font-size: 35px;
color: #663333;

padding-top: 10px;
padding-left: 25px;
margin: 0px;
}

#Text_body {
padding-left: 25px;
padding-right: 25px;
text-align: left;
width: 592px;
height: auto;
background-image:url(text_body.gif);
background-position: top center;
background-repeat: repeat-y;
margin: 0px;

font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 1.5em;
color: #663333;

}



#Text_bottom {
text-align: left;
width: 642px;
height: 50px;
background-image:url(Text_bottom.gif);
background-position: bottom center;
background-repeat: no-repeat;

margin: 0px;
}


#rightcolumn {
float:right;
text-align: left;
width: 250px;
height: 600px;

margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}


#rightcol_button {
	float:left;
	text-align: left;
	width: 27px;
	height: 300px;
	margin-top: 0px;
/*border: #003366 solid thin; */
}


.menu1{margin-top:40px;}
.menu2{margin-top:63px;}
.menu3{margin-top:88px;}
.menu4{margin-top:113px;}
.menu5{margin-top:136px;}
.menu6{margin-top:159px;}
.menu7{margin-top:182px;}
.menu8{margin-top:205px;}
.menu9{margin-top:235px;}



#rightcol_menu {
padding-left: 10px;
float:left;
text-align: left;
width: 150px;
height: 25px;
font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #93278F;
line-height: 19pt;
text-decoration:none;
margin-top: 0px;
}


#rightcol_quote{
float:left;
text-align: left;
width: 120px;
height: auto;
font-size: 11px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #999966;
line-height: 14pt;
margin-top: 200px;
margin-left: 0px;
}

#footer {
text-align: left;
width: 823px;
height: 50px;

margin-top: 10px;
margin-left: 96px;
margin-bottom: 30px;

font-size: 9px;
font-family: Verdana, Georgia, "Times New Roman", Times, serif;
color: #998675;
line-height: 19pt;

}


a {
color: #93278F;
text-decoration: none;
}

a:hover {
color: #93278F;
text-decoration: underline;
}



a.menu{
font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #663333;
line-height: 19pt;
text-decoration:none;
}



a:visited.menu{
font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #663333;
line-height: 19pt;
text-decoration:none;
}

a:hover.menu{
font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #663333;
line-height: 19pt;
text-decoration:underline;
}

a:active.menu{
font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #663333;
line-height: 19pt;
text-decoration:none;
}









/*html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
text-align: center;
background-color: #fbe3c9;
}

.topbg{
background-image:url(top_background.jpg);
background-position: top center;
background-repeat: repeat-x;
}

#Content {
margin: 0 auto;
text-align: left;
width: 750px;
min-height: 100%;
height: auto;
}

 Hack for IE, Reset to 100% height
* html #Content {
height: 100%;
}
 End IE Hack */

