html 
{
	overflow: -moz-scrollbars-vertical !important;
	min-height: 100%;
	margin-bottom: 2px;
}

body 
{
	background-image:url('../images/test.jpg');	
	background-repeat: repeat;
}

#main
{
	width: 95%; 	
	margin-left: auto;
	margin-right:auto;	
	border-style: solid;
	border-width: 2px;	
	border-bottom: none;
	border-color: #818181;	
	background-color: #ffffff;
}

#header
{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right:auto;
	background-color: #ffffff;
}

#nav
{
	width: 100%;	
	height: 35px;
	margin-left: auto;
	margin-right:auto;
	background-color: #7479B9;	
}

#text 
{
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	background-color: #ffffff;
	
	
}

#footer
{
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	background-color: #7479B9;
	height: 45px;
	border-style: solid;
	border-width: 2px;	
	border-top: none;
	border-left: none;
	border-right: none;
	border-color: #818181;	
}

#textHolder
{	
	width:58%; 
	float:left;
	text-align:center;
	background-image:url('../images/butterflies.png');	
}

#imgHolder
{	
	width:40%; 
	float:right;
	text-align: center;
}

#textHolderH
{	
	width:50%; 
	float:right;
	text-align:center;
	border-style: solid;
	border-width: 2px;	
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-color: #818181;
		
}

#imgHolderH
{	
	width:48%; 
	float:left;
	text-align: center;
	background-image:url('../images/butterflies.png');
}

#textHolder2
{	
	width:68%; 
	float:left;
	text-align:center;
	background-image:url('../images/butterflies.png');	
	border-style: solid;
	border-width: 2px;	
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-color: #818181;	
}

#imgHolder2
{	
	width:30%; 
	float:left;
	text-align: center;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////*/

h3 {
font-family:Monotype Corsiva;
font-size:20px;
color:#000000;
text-align:left;
padding-left:10px;

}

p.text {
font-family:Verdana;
font-size:12px;
color:#000000;
text-align:left;
padding-left:10px;
line-height: 0.5cm; 
}

ol {
font-family:Verdana;
font-size:12px;
color:#000000;
text-align:left;
padding-left:20px;
line-height: 0.5cm; 
}

p.header {
font-family:Monotype Corsiva;
font-size:24px;
color:#000000;
text-align:left;
padding-left:10px;
line-height: 0.7cm; 
text-align:center; 
font-weight:bold;
}


ul {
font-family:Verdana;
font-size:12px;
color:#000000;
text-align:left;
padding-left:20px;
line-height: 0.5cm; 
}



p.copyright{
font-family:Verdana;
font-size:10px;
color:#ffffff;
text-align:center;
font-weight: bold;
line-height: 20px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////*/

a.copyright, a:active.copyright, a:visited.copyright, a:link.copyright {
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
	
}
a:hover.copyright {
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#B7A5CD;
	text-decoration:underline;
	font-weight:bold;
	
}

a.text, a:active.text, a:visited.text, a:link.text {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	
}
a:hover.text {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#5b2e8d;
	text-decoration:underline;
	font-weight:bold;
	
}

/*//////////////////////////////////////////////////////////////////////////////////////////////*/

/*This script is taken from: http://www.positioniseverything.net/easyclearing.html
To deal with the box model in Mozilla */
.clearfix:after {
    content: "."; 
	height: 0; 
    display: block;     
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*This script is taken from: http://www.positioniseverything.net/easyclearing.html
To deal with the box model in Mozilla */
#clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #clearfix {height: 1%;}
/* End hide from IE-mac */


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

div#navcontainer
{
	background: #7479B9;
	text-align: center;
	width: 100%;	
}

div#navcontainer, div#tertiary
{
	overflow: hidden;
	margin: 0 0 0;
	text-align: center;
	width: 100%;
}

ul#navlist
{
	display: block;
	padding: 0;
	margin: 0;	
	text-align: center;
	width: 100%;
}

ul#navlist li
{
	display: block;
	float: left;
	text-align:center;
}

ul#navlist li a
{
	display: block;
	float: left;
	padding: 8px 8px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 7.9pt;
	color: #ffffff;
	background: #7479B9;	
	white-space: nowrap;
	font-weight: bold;
	
}

ul#navlist li a:hover
{
	background: #BDBDDF;
	color: #000000;	
}

ul#navlist li a.active
{
	background-color: #7479B9;
	color: #ffffff;
	font-weight: bold;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	
