body {
	background-image: url(../images/WhiteBkgWGradEdge.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	height: 100%;
	background-color: #326562;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5 { 
	font-family:Arial, Helvetica, sans-serif;
}

.MainLayer {
	background-image: url(../images/WhiteBkgWGradEdge.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 836px;
	height: 100%;
}
.SmallText {
	font-size: 10px;
}
img {
	margin: 0px;
	padding: 0px;
}
.SideMenu {
	background-color: #3b3328;
	background-image: url(../images/BrownMenuBkg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	width: 155px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	clear: none;
	float: left;
	color: #FFFFFF; 
	font-weight:bold;
	padding: 0px 0px 100px 0px;
}
.SideMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-left:12px;
}
.SideMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-left:12px;
}
.SideMenu a:hover {
	color: #66FFFF;
	text-decoration: none;
	background-image: url(../images/CircleBulletHollow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:12px;
}

.TopMenu {
	background-color: #3b3328;
	background-image: url(../images/BrownMenuBkg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	width: 155px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	clear: none;
	float: left;
	color: #FFFFFF; 
	font-weight:bold;
	padding: 0px 0px 100px 0px;
}
.TopMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-left:12px;
}
.TopMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-left:12px;
}
.TopMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/CircleBulletHollow.png);
	background-repeat: no-repeat;
	background-position: left; 
	padding-left:12px;
}


#facebook a:hover {
	background-image: none;
}

.ContentContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/ContentAreaBkg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	width: 800px; 
	height:100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.PhotoFrame {
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-image: url(../images/FlowerBullet.png);
	list-style-position: inside;
}
.ProblemBullet {
	list-style-image: url(../images/ProblemBullet.png);
	list-style-position: inside;
}
.NormalLi {
	list-style-type:disc; 
	list-style-image:none;
}a:link {
	color: #003366;
}
a:hover {
	color: #0099CC;
}
a:visited {
	color: #006699;
}

.brownSubText {
	color: #3b3328;
	font-size:11px;
}
