/* 
bright green 009966
purple 4E368A
purple 40 percent 9980CC
purple 40 percent AE99D7
purple 30 percent C2B3E1

/*Below is a list of headings used in this doc

/* global.css - shared rules
----------------------------------------------- */
/* top nav bar - shared rules
----------------------------------------------- */
/* footer bar - shared rules
----------------------------------------------- */
/* index page layout
----------------------------------------------- */
/* generic page layout
----------------------------------------------- */
/* links page layout
----------------------------------------------- */
/* contact page layout
----------------------------------------------- */


/* global.css
----------------------------------------------- */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight:normal;
	text-align:left;
	color:#FFFFFF;
	background-color: #4E368A;
	background-image: url(../images/backround.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #C2B3E1;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#container {
	width: 980px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
}

.bottomspace {
	width: 910px;
	height: 20px;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.subscript {
	font-size: 0.8em;

}

H1 {
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
	line-height: 135%;
	font-weight:normal;
}

H2 {
	padding: 0px;
	margin: 0px;
	font-size: 1.8em;
	line-height: 158%;
	font-weight:normal;
}

H3 {
	padding: 0px;
	margin: 0px;
	font-size: 1.17em;
	line-height: 135%;
	font-weight:normal;
}

.lightpurple {
	color: #C2B3E1;

}

.brightgreen {
	color: #009966;

}

.smalltext {
	font-size: 0.85em;
}

/* top nav bar
----------------------------------------------- */
#toppanel {
	width: 960px;
	height: 95px;
	padding-top: 27px;
	margin: 0px auto 0px auto;
	position: relative;
	clear: both;
}

#toplogo {
	width: 219px;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
}

#mainmenu {
	width: 741px;
	padding-top: 20px;
	margin: 0px;
	position: relative;
	float: right;
}

.menuitem1 {
	padding: 0px;
	margin: 0px;
	position: relative;
	float: right;
	vertical-align: middle;
}

.menuitem {
	padding: 8px 0px 0px 57px;
	margin: 0px;
	position: relative;
	float: right;
	vertical-align: middle;
}

.navimg {
	padding-top: 0px;
	float: left;
	vertical-align: middle;
}

#toprule {
	width: 960px;
	height: 22px;
	margin: 0px auto 0px auto;
	position: relative;
	clear: both;
	background-image: url(../images/960rule.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/* footer bar
----------------------------------------------- */

#bottomrule {
	width: 960px;
	height: 10px;
	margin: 14px auto 0px auto;
	position: relative;
	clear: both;
	background-image: url(../images/960rule.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/* index page layout
----------------------------------------------- */

.indexmain {
	width: 960px;
	padding: 0px;
	margin: -7px auto 0px auto;
	position: relative;
	clear: both;
}

.indexbottom {
	width: 960px;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
	clear: both;
}

.indexmap {
	width: 722px;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
}

.phone {
	padding: 0px;
	margin: 0px;
	position: relative;
	float: right;
	font-size: 1.17em;
	color: #AE99D7;
	text-align: right;
}

.copyright {
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 145%;
}

a.site:link {
	color: #9980CC;
	text-decoration: none;
}
a.site:visited {
	text-decoration: none;
	color: #9980CC;
}
a.site:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.site:active {
	text-decoration: none;
	color: #9980CC;
}

/* generic page layout
----------------------------------------------- */

.content {
	width: 960px;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
	clear: both;
}

.leftmenu {
	width: 165px;
	padding-top: 5px;
	margin: 0px;
	position: relative;
	float: left;
}

.leftmenuitem {
	width: 155px;
	padding-bottom: 7px;
	margin: 0px;
	position: relative;
	float: left;
	font-size: 0.95em;
}

.maintext {
	width: 658px;
	padding-bottom: 25px;
	margin: 0px;
	position: relative;
	float: left;
	font-size: 1em;
	line-height: 135%;
}

/* links page layout
----------------------------------------------- */

.linkimg {
	width: 190px;
	height: 190px;
	padding: 0px;
	margin-top: 20px;
	position: relative;
	float: left;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/190circle.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.linkimgpad1 {
	padding-top: 35px;
}

/* contact page layout
----------------------------------------------- */

.contactmain {
	padding: 5px 0px 15px 0px;
	margin: 0px;
	position: relative;
	float: left;
	clear: both;
}

.contactleft {
	width: 51px;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
	color: #AE99D7;
}

.contactright {
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
}

.contactother {
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
	clear: both;
}

