body {
background-color: #D6F0F8;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}


a:link {
font-weight: normal;
color: #006699;
text-decoration: underline;
}
a:visited {
font-weight: normal;
color: #3399CC;
text-decoration: underline;
}
a:hover {
font-weight: normal;
color: #3399CC;
text-decoration: none;
}
a:active {
font-weight: normal;
color: #006699;
text-decoration: none;
}


.headline {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #0066A0;
font-weight: 900;
}

.headline2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #0066A0;
font-weight: 900;
}

.subheadline {
font-size: 15px;
color: #000000;
font-weight: 900;

}

.micro {
font-size: 10px;
}

.notation {
font-size:12px;
color: #FF9900;
}

.note {
font-size:10px;
color: #993300;
}

.notebox {
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	border: solid #C2C2AD 1px
}


#bodycontent {
margin:0px 10px 10px 10px;
padding: 5px 5px 5px 5px;
background-color: #E5E5CD;
border-left: solid #C2C2AD 1px;
border-bottom: solid #C2C2AD 1px;
border-right: solid #C2C2AD 1px;
}

#homecontent {
	height: 345px;
	padding: 10px;
}

#homeimage {
	height: 145px;
	width:145px;
	margin:0px 0px 0px 5px;
	float: right;
	background-image: url(../images/home_ladyslipper.jpg);
}

#mission {
padding: 50px 30px 10px 20px;
background-color: #E5E5CD;
background-image: url(../images/missionbg.gif);
height: 165px;
color: #333333;
line-height: 18px;
}


#frame {
width:800px;
margin-right:auto;
margin-left:auto;
padding:0px;
text-align:left;
background-image: url(../images/background.gif);
}

#topshadow {
background-image: url(../images/topshadow.gif);
height: 20px;
}

#leftshadow {
width:20px;
padding:0px;
float:left;
}

#contentleft {
width:330px;
height:650px;
padding:0px;
float:left;
}

#contentcenter {
width:430px;
padding:0px;
float:left;
}

#rightshadow {
width:20px;
padding:0px;
float:left;
}

#bottomshadow {
background:#fff;
background-image: url(../images/bottomshadow.gif);
height: 20px;
}

#windowcontent {
width:430px;
margin-right:auto;
margin-left:auto;
color: #999999;
}

#bottommenu {
width:800px;
margin-right:auto;
margin-left:auto;
font-size:11px;
text-align: center;
padding-bottom: 10px;
color: #999999;
}



h1 {
font-size:130%;
font-weight: 900;
margin: 20px 0px 10px 0px;

}

h2 {
font-size:120%;
font-weight: 900;
margin: 20px 0px 10px 0px;
}

h3 {
font-size:110%;
font-weight: 900;
margin: 20px 0px 10px 0px;
}

h4 {
font-size:100%;
font-weight: 900;
margin: 20px 0px 10px 0px;
}


#menu {
margin:0px 20px 10px 50px;
font-size:12px;
line-height: 18px;
height:190px;
}

#menu a{
line-height: 18px;
color: #006699;
font-weight: bold;
text-decoration: none;
}

#menu a:hover{
line-height: 18px;
color: #3399CC;
font-weight: bold;
text-decoration: underline;
}

#menucolumn {
	margin:10px 20px 0px 50px;
	padding:10px 10px 10px 10px;
	font-size:12px;
	line-height: 18px;
	background-image: url(../images/columnbg.gif);
	background-repeat: repeat-x;
	height: 220px;
}

