body {
	background-color: #CAD0AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-style: italic;
	color: #993366;
	font-size: x-large;
	font-family: "Monotype Corsiva", "Script MT Bold", "Harlow Solid Italic";
}
h3 {
	font-family: "Monotype Corsiva", "Script MT Bold", "Harlow Solid Italic";
	color: #993366;
	font-size: large;
}

#content {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;	
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #BEA0BE;
}
.buttonselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #A0AB6B;
}
#pagecontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.menu {
	
}
.bl { background: url(../../images/bl.gif) 0 100% no-repeat; 
} 
.br { background: url(../../images/br.gif) 100% 100% no-repeat;
} 
.tl { background: url(../../images/tl.gif) 0 0 no-repeat; 
}
.tr { background: url(../../images/tr.gif) 100% 0 no-repeat;
} 





a {
	font-weight: bold;
}
a:link {
	color: #A03A86;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A03A86;
}
a:hover {
	text-decoration: underline;
	color: #A0AB6B;
}
a:active {
	text-decoration: none;
	color: #A03A86;
}
body,td,th {
	font-size: small;
}

.question {
	font-weight: bold;
	color: #993366;

}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.script {
	font-family: "Monotype Corsiva", "Script MT Bold", "Harlow Solid Italic";
}
.border {
	border: 1px solid #024f68;
}

.small {
	font-size: small;
}

.frame {
	z-index: 1;
	position: relative;
	top: -355px;
}
.picture {
	z-index: 0;
	position: static;
}


.buttons {
	color: #A03A86
}
.buttons a:link, .buttons a:visited {
	color: #A03A86;
	text-decoration: none;
}
.buttons a:hover {
	color: #A0AB6B;
	text-decoration: none;
}
.alignright {
	text-align: right;
	float: left;
	width: 200px;
}
.alignleft {
	text-align: left;
	float: right;
	width: 300px;
}
.tablerow {
	width: 500px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.floatleft {
	float: left;
	width: 23%;
	text-align: right;
}
.bullet{
	list-style-position: outside;
	list-style-image: url(../../images/flower_bullet.gif);
}
.clearboth{
	clear: both;
}