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

body {
	text-align: center;
	background-attachment: fixed; 
	background-image: url(/images/page_bg.jpg);
	/*	scrollbar-face-color : #9A404F; 
	scrollbar-highlight-color : #FFEAB5; 
	scrollbar-3dlight-color : #9A404F; 
	scrollbar-shadow-color : #FFEAB5; 
	scrollbar-darkshadow-color : #9A404F;
	scrollbar-track-color : #9A404F; 
	scrollbar-arrow-color : #FFEAB5; */
}

p 			{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #FFEAB5; }
em 			{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; font-weight: normal; color: #FFEAB5; }
a:link 		{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #FFEAB5; text-decoration: underline; }
a:hover 		{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #FFCC99; text-decoration: underline; }
a:active 		{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #FFEAB5; text-decoration: underline; }
a:visited 		{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #FFEAB5; text-decoration: underline; }
a:visited:hover	{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #FFCC99; text-decoration: underline; }
h1 			{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13pt; font-style: normal; font-weight: bold; color: #FFEAB5; }
h2 			{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; color: #FFEAB5; }
h3 			{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; font-weight: bold; color: #FFEAB5; }
td, th, tr, li {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #FFEAB5; }
hr {  
	width: 400px;
	color: #FFEAB5;
	background-color: #FFEAB5;
	text-align: center;
	height: 2px;
	
}
.littletext { 
	text-align: center;
	margin: 0 0 15px 0;
	clear: both;
	padding: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-size: 7pt; 
	color: #FFEAB5;
} 
.littletext p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-size: 7pt; 
	color: #FFEAB5;
} 
.signature {
	text-align: center;
	margin: 0 0 15px 0;
	clear: both;
	padding: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-size: 10pt; 
	color: #FFEAB5;
}
#pagewrapper {
	width: 760px;
	padding: 0px;
	margin: 10px auto 10px auto;
	text-align: center;
	background-color: #9A404F;
	border: 1px dashed #FFEAB5;
}
#topwrapper {
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #C36877;
}
#topcontent {
	width: 760px;
	clear: both;
	margin: 0;
	padding: 10px 0px 0 0px;
	background-color: #C36877;
	overflow: hidden;

}
#banner {
	width: 550px;
	text-align: center;
	float: left;
	background-color: #C36877;	
}
#logo {
	float: left;
	padding-left: 10px;
}
#wrapper {
	min-height: 430px;
	clear: both;
	padding: 0px;
	margin: 0;
	text-align: left;
	background-color: #9A404F;
}
* html #wrapper {
	height: 430px;
}
#content {
	min-height: 400px;
	margin: 0px;
	padding: 0px 20px 10px 20px;
	text-align: justify;
}
* html #content {
	height: 400px;
}
#pagetitle {
	padding: 15px 0px 0px 0px;
	text-align: center;
}

#description {
	text-align: justify;
	padding: 0 10px 0 0;
}
#misc1 {
	text-align:center;
	padding: 0 10px 0 0;
	clear: both;
}
#misc2 {
	text-align: justify;
	padding: 0 10px 0 0;
}
#picswrapper {
	width: 350px;
	float: left;
	text-align: center;
}
#admin table td {
	text-align: left;
}
/*this is what we want the div to look like when it is not showing*/
div.loading-invisible{
	/*make invisible*/
   	display:none;
}

/*this is what we want the div to look like when it IS showing*/
div.loading-visible{
    /*make visible*/
    display:block;

    /*position it 200px down the screen*/
    position:absolute;
    top:300px;
    left:0;
    width:100%;
    text-align:center;

    /*in supporting browsers, make it
      a little transparent*/
    background:#fff;
    opacity:.75;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}