﻿/* CSS style */
#container{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: italic;
}
#masthead {
	font-size: x-small;
	color: #660066;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
}
#pagetitle {
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	color: #660066;
	padding-top: 20px;
	text-align: center;
}
#pagecontent {
}
#bottomnav1 {
	font-size: small;
	font-weight: bold;
}
#bottomnav2 {
	font-size: small;
	font-weight: bold;
}

#truefooter {
	font-size: small;
}
a:active {
	text-decoration: underline;
	color: #CC00FF;
}
a:link {
	color: #3A3C92;
	text-decoration: underline;
}
a:visited {
	color: #7030A0;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #CC00FF;
}
.aligncenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.bluebold {
	color: #0000FF;
	font-weight: bold;
}
.blueboldlitalicXXL {
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
	font-size: xx-large;
}
.bottomnavlinks {
	margin-top: 30px;
	padding-left: 5px;
}
.bottomnavlinks2 {
	padding-left: 5px;
}
.XXSmall {
	font-size: xx-small;
}
.Xlargefont {
	font-size: x-large;
}
.XlargeBoldfont {
	font-size: x-large;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
.largebold {
	font-size: large;
	font-weight: bold;
}
.extralinespace {
	line-height: 150%;
}
.noborder {
	border-width: 0px;
}
.purple {
	color: #660066;
}
.twocolumns {
	float: left;
	width: 50%;
}
.roundedcorners {
	border-style: dotted;
	border-width: thin;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 25px 25px 25px 25px / 25px 25px 25px 25px;
	border-radius: 25px;
	border-radius: 25px 25px / 25px;
	background-color: #99FFCC;
}
.roundedcolumns {
	border: 3px solid #7C4370;
	width: 65%;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 25px 25px 25px 25px / 25px 25px 25px 25px;
	border-radius: 25px;
	border-radius: 25px 25px / 25px;
	background-color: #FFFFCC;
}
.roundedtopcorners{
	border: 3px solid #FFFFFF;
	padding: 10px 10px 10px 25px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 25px 25px 0px 0px / 25px 25px 0px 0px;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	background-image: url('../TEST/images/misc/lavendar2.png');
}
.straight_top_small_rounded_bottom{
	padding: 10px 10px 10px 25px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
	background-color: #EA95FF;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.small_rounded_top_small_rounded_bottom{
	padding: 10px 10px 10px 25px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	background-color: #EA95FF;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.squarelayer1 {
	padding: 10px 10px 10px 25px;
	margin-right: auto;
	margin-left: auto;
	font-size: medium;
	font-style: italic;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	background-image: url('../TEST/images/misc/purple2.png');
}
.straight_top_rounded_bottom{
	padding: 10px 10px 10px 25px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0px 0px 25px 25px / 0px 0px 25px 25px;
	font-size: medium;
	font-style: italic;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	background-image: url('../TEST/images/misc/purple2.png');
}

.yahoo {
	font-weight: bold;
	font-size: small;
	margin-bottom: 5px;
	text-align: center;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.italicsmall {
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
.title {
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #660066;
}

