/* Copyright Efflinch Dot Com - EDC Global content formatting */

/* Main elements*/

body {
	color: #450A42;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
h1, h2, h3, p {
	margin-bottom: 0.7em;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 105%;
}
h3 {
	font-size: 100%;
}

#container {
}
#outer {
	background-image: url(../images/_bck_border_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	padding-right: 8px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #730E6D;
	padding-bottom: 10px;
	background-color: #FDFAF7;
}
/* Header Elements*/
#header {
	font-family: "Calisto MT", "Times New Roman";
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #730E6D;
	text-align: left;

}
#header #hdrleft {
	width: 425px;
	height: 104px;
	background-image: url(../images/_bck_hdr_left.jpg);
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header #hdrright {
	text-align: center;
	width: 188px;
	height: 99px;
	background-image: url(../images/_bck_hdr_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	float: right;
	padding-left: 110px;
	color: #720F6C;
	padding-top: 5px;
}
#header #hdrright p {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #380736;
}
#header #hdrright .super {
	font-variant: normal;
	vertical-align: super;
	font-size: 10px;
}

#header #hdrmid {
	margin-left: 365px;
	text-align: center;
	background-image: url(../images/_bck_hdr_mid.jpg);
	background-repeat: repeat-x;
	height: 104px;
	margin-right: 280px;
	background-position: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
}
#topmenu {
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B015A9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #846300;
	background-color: #720F6C;
}
#topmenu ul {
	padding-top: 3px;
	float: right;
	width: 600px;
}
#topmenu ul li {
	float: left;
	padding-left: 5px;
	display: list-item;
	list-style-type: none;
}
#topmenu ul li a:link, #topmenu ul li a:active, #topmenu ul li a:visited {
	color: #FCF5EB;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-left: 12px;
	margin-right: 3px;
	padding-right: 5px;
	font-size: 13px;
}
#topmenu ul li a:hover, #topmenu ul li a:focus{
	color: #F8C87C;
}
#pagetitle {
	width: 205px;
	float: left;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	height: 25px;
	text-align: left;
	background-color: #720F6C;
	clear: left;
	margin: 0px;
}
#pagetitle h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #FCF5EB;
}
#maincols {
	background-color: #FDFAF7;
	padding-top: 10px;
	width: 100%;
}

#maincols ul {
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
}
#maincols  li {
	font-weight: normal;
	margin-bottom: 5px;
}
#leftcol {

}
#rightcol {

}
#midcol {
	min-height: 370px;
}

#midcol p {
	text-align: justify;
}
#bigright {
	padding-right: 25px;
}
#bigright p {
	text-align: justify;
}
#midcol a:link, #midcol a:active, #midcol a:visited {
	color: #B41BAC;
	font-style: italic;
}
#midcol a:hover {
	color: #CC9900;
}

/* Footer Elements*/

#footer {
	font-size: 9px;
	background-image: url(../images/_bck_footer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	height: 31px;
	padding: 0px;
}
#footer #ftr_left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #730E6D;
	height: 18px;
	width: 250px;
	margin-bottom: 8px;
	float: left;
	text-align: left;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #730E6D;
	padding-top: 5px;
}
#footer #ftr_mid {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #730E6D;
	margin-right: 255px;
	margin-left: 255px;
	padding-top: 5px;
}
#footer #ftr_right {
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 8px;
	padding-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #730E6D;
	padding-top: 5px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #3E2834;
	text-decoration: none;
}
#footer a:hover {
	color: #6B1039;
}

/* Boxes and other sub divs */ 
 
/* Height hacks - Hidden from IE5-mac \*/
* html .boxbody {
	height: 1%;
}
/* End height hacks */ 
#maincols hr {
	color: #91158A;
}
.instruct {
	font-size: 80%;
	font-style: italic;
}
