@charset "utf-8";
/* CSS Document */

body {
	background-color: #B492CB;
	padding: 0px;
	margin: 0px;
}

/* controls text hyperlinks*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #6D428A;
	text-decoration: underline;
}

/* controls the top navigation menu */
#topnav {
	text-align: center;
	color: #693F87;
	text-decoration: none;
	padding-top: 0.55em;
	padding-right: 0em;
	padding-bottom: 0.55em;
	padding-left: 0em;
	background-color: #B492CB;
	background-image: url(images/bg_top.png);
	background-repeat: no-repeat;
	background-position: center 0em;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnav a {
	text-decoration: none;
	text-align: center;
	margin: 0px;
	color: #180E5E;
	white-space: pre;
	padding-top: 0.8em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 0em;
	word-spacing: 0em;
}
#topnav a:hover {
	text-decoration: none;
	color: #FCFAC7;
	background-color: #6D428A;
}
#topnav a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #180E5E;
}

/* controls sidemenus*/
#sidemenu {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C6ABD8;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
}
#sidemenu p {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.75em;
	font-style: normal;
	line-height: 2em;
	font-weight: 800;
	font-variant: normal;
	color: #FCFAC7;
	text-align: left;
	margin: 0px;
	background-color: #170E5D;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	letter-spacing: 0.1em;
}
#sidemenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 0em;
	display: block;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1.6em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1.75em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9E6FBB;
	background-color: #AD88C6;
}
#sidemenu a:hover {
	background-color: #6D428A;
	color: #FCFAC7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F3977;
}
#sidemenu a:active {
	background-color: #AD88C6;
	color: #533269;
}

/* controls main text contents*/
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #170E5D;
	text-decoration: none;
	margin: 0px;
	padding: 0.75em;
	font-size: 0.7em;
	line-height: 2.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	color: #6D428A;
	text-align: right;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0em;
	line-height: 2.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6D428A;
	letter-spacing: 0.05em;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	color: #000000;
	text-align: left;
	text-decoration: underline;
	padding: 0em;
	line-height: 1.8em;
	margin: 0em;
}
#main p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	white-space: normal;
}
#main ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #170E5D;
	text-decoration: none;
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* controls footer attributes*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D6C2E2;
	text-decoration: none;
	text-align: center;
	background-image: url(images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center -1em;
	padding-top: 0.5em;
	padding-right: 1.25em;
	padding-bottom: 4.5em;
	padding-left: 1.25em;
	margin: 0px;
	line-height: 1.6em;
}
#footer a {
	color: #D6C2E2;
	text-decoration: underline;
}


/* controls the borders */
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F0EAF4;
	border-left-color: #F0EAF4;
}
.topbottombdr {
	border-top-width: 0.5em;
	border-bottom-width: 0.5em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6D428A;
	border-bottom-color: #6D428A;
	background-color: #170E5D;
}
#bgmiddle {
	background-image: url(images/bg_middle.png);
	background-repeat: repeat-y;
	background-position: center 0em;
}
