
body {


	margin:0px;

    text-align:left;
	font-family: century gothic,georgia, century gothic,Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
background:url(/images/newbg2.gif) top center no-repeat;  
background-attachment:fixed;
}
a:link {
	color: #ef792b;
	text-decoration: none;
	font-size: 12px;font-family: Arial, Helvetica, sans-serif;
    text-transform:uppercase;
 
}
a:visited {
	text-decoration: none;
	color:#ef792b;
	font-size: 12px;font-family: Arial, Helvetica, sans-serif;text-transform:uppercase; font-weight:bold;}
a:hover {
	text-decoration: none;
 
	color: #392724;
	font-size: 12px;font-family: Arial, Helvetica, sans-serif;text-transform:uppercase;}
a:active {
	text-decoration: none;
	color: #ef792b; font-weight:bold;
	font-size: 12px;font-family: Arial, Helvetica, sans-serif;text-transform:uppercase;}


#header {
    background: url(/images/header.png) ;
	width: 1000px;
    height:231px;
	text-align: center;
    


	}
#middle {

    width: 1000px;

	text-align: center;

	background-image: url(/images/bord-mid.png);

	background-repeat: repeat-y;
    height:480px auto;
	}

#allcontent {

    width:1000px;

	padding: 0px;

	padding-bottom: 0px;
	text-align: center;
	margin-left: auto;

	margin-right: auto;

	}
h1 {
color:#de217d;

letter-spacing:1px;
margin-bottom:10px;
margin-top:1px;
padding:2px;
border-bottom:0px dotted;
border-bottom-color:#de217d;
text-transform:uppercase;
text-align: left;
font-family:Georgia, Trebuchet MS, Arial, sans-serif;
font-size:18px;
}
h2 {
color:#bbbbbb;

margin-bottom:3px;

padding-bottom:3px;
border-bottom:1px solid;
border-bottom-color:#bbbbbb;
text-transform:uppercase;
text-align: left;
font-family:Georgia, Trebuchet MS, Arial, sans-serif;
font-size:14px;
}

hr {
  border: 1px solid #e2e2e2; 

}


h3 {
color:#000000;
border-bottom:1px solid #000000;
padding-bottom:3px;
text-transform:uppercase;
text-align: left;
font-family:Georgia, Trebuchet MS, Arial, sans-serif;
font-size:14px;
}



.topnav {
font-size: 11px;
font-weight:bold;
color: #191615;}

.topnav a{
color: #ffffff;
text-decoration: none;
font-size: 11px;
}

.topnav a:hover{
color: #808080;
text-decoration: none; 
font-size: 11px;
}

.topnav a:active{
color: #ffffff;
text-decoration: none;
font-size: 11x;

}
.topnav a:visited{
color: #ffffff;
text-decoration: none;
font-size: 11px;

}
.topnav a:visited:hover{
color: #808080;
text-decoration: none; 
font-size: 11px;
}	


.topnav2 {
font-size: 12px;

color: #000000;
text-transform:uppercase;
}

.topnav2 a{
color: #de217d;
text-decoration: none;
font-size: 12px;
}

.topnav2 a:hover{
color: #000000;
text-decoration: none; 
font-size: 12px;
}

.topnav2 a:active{
color: #de217d;
text-decoration: none;
font-size: 12px;

}
.topnav2 a:visited{
color: #de217d;
text-decoration: none;

font-size: 12px;
}
.topnav2 a:visited:hover{
color: #000000;
text-decoration: none; 
font-size: 12px;
}	

/* FADING CALLOUT BOX */

#fading-callout {
	width:580px;
	height:350px;
	padding: 0;
	margin: 0px 0px 10px 0px;
	display: block;
	position: relative;
   
}

#fading-callout img {
	padding: 0px;  
	border:  1px solid #e5e2df;  
	background-color: #fff;  
	width: 580px; 
	height: 350px; 
	margin-top: 0px;
	top:  0; 
	left: 0;
	display: none;
}

#fading-callout img.first {
	display: inline;
}

/* SMALL FONT SIZE */
.smfont { 
font-size: 8pt; 
text-decoration: none; 
}

/* LARGE FONT SIZE */
.lgfont { 
font-size: 12pt; 
font-weight: bold; 
}

/* BOLD FONT */
.boldtext { 
font-weight: bold; 
}

/* ACCENTED FONT */
.accent { 
font-style: italic; 
}

/* HIGHLIGHT TEXT */
.highlighttext { 
color: #BCC7E2; 
font-weight: bold; 
}
.credit {
width:823px;
  
margin:0 auto;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	color: #000000;
   text-transform:uppercase;
}

.credit a{
	font-family: arial;
	font-size: 10px;
	color: #de217d;
	text-decoration: none;
}

.credit a:hover {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.credita:active{
	font-family: arial;
	font-size: 10px;
	color: #de217d;
	text-decoration: underline;
}
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #e78033; }
.btn:active { background-color: #ffffff; }
.btn[class] {  background-image: url(/images/shade.png); background-position: bottom; }


