﻿body 
{
	/* starting pink FF8FA9 - all colors will be based off this */
	padding:0px;
	margin:0px;
	height:100%;
	background-color:#FF8FA9;
	background-attachment:fixed;
	background-image:url('../graphics/mainBG.jpg');
	color:#ffffff;
	text-align:center;
	font-family: "Times New Roman", Garamond, Sans-Serif;
}

p { margin-top:0px; padding-top:0px; }

h1, h2
{ 
	padding-top:0px; 
	margin-top:0px; 
	margin-left:5px; 
	margin-bottom:0px;
	text-align:left;
}
h1 
{
	font-size:3em; 
	padding-top:30px; 
}

h2 { font-size:2em; }

h3
{
	margin-bottom:0px;
	padding-bottom:0px;
}

h1, h2
{ 
	font-family: "Edwardian Script ITC", "Lucida Calligraphy", "CommercialScript BT", Georgia, "Times New Roman", Sans-Serif; 
}

img { border:solid 1px #B30059; }

li
{ /*list-style-image:url('../graphics/butterflyBullet.gif');*/ }

dt { margin-bottom:1em; }
dd { margin-bottom:1em; }

a { color:#B30059; }
a:visited { color:#800080; }
a:hover { text-decoration:none; }

address { font-style:normal; }

#shell
{
	padding:0px;
	margin-top:2%;
	margin-right:2%;
	margin-left:2%;
	margin-bottom:1%;
	position:relative;
	display:block;	
	width:96%;
	height:87%;
	min-height:500px;
	max-height:100%;
	background-color:#FFF5F7;
	background-repeat:no-repeat;
	background-position: right bottom;
	/*background-attachment:fixed;*/
	background-image:url('../graphics/butterflyBG.gif');
	border:solid 1px #B30059;
	color:#764274;
	text-align:left;
}

#header
{
	height:175px;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url('../graphics/headerBG.jpg');
}

/************* NAVIGATION **********************/
#nav
{
	list-style-type:none;
	padding:0px;
	margin:0px 0px 10px 0px;
	width:100%;
	background-color:#FFA8BD;
	float:left;
}

#nav li
{
	display:inline;
	padding:0px;
	margin:0px;
	border:0px;
	float:left;
}

#nav li a
{
	margin:0px 1px 0px 0px;
	padding:0px 3px 0px 3px;
	height:1.5em;
	background-color:#FFC2D0;
	background-position:center center;
	background-image:url('../graphics/mainBG.jpg');
	border-top:solid 3px #FFA8BD;
	border-bottom:solid 3px #B30059;
	border-right:solid 1px #B30059;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#nav li a.activePage
{
	background-color:#FFF5F7;
	background-image:none;
	border-top:solid 3px #FFDBE2;
	border-bottom:solid 3px #FFF5F7;
	border-right:solid 1px #FFA8BD;
	color:#764274;
}

#nav li a:hover
{
	border-right:solid 1px #B30059;
	border-top:solid 3px #B30059;
	border-bottom:solid 3px #B30059;
	background-color:#B30059;
	background-image:none;
	color:#ffffff;
}
/************* END NAVIGATION *******************/

#footer
{
	clear:both;
	width:96%;
	padding-bottom:1em;
}
#footer a
{
	color:#ffffff;
}

#content
{
	clear:both;
	margin-left:5px; 
	margin-right:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	
}

ul.noBulletList
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.noBulletList li
{
	padding-bottom:0.5em;
	margin-bottom:0.5em;
}

.bigText
{
	font-size:larger;
}

