body {
	background-color:#666666;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#eee;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:left;
	}

html, body {
     min-height:100.1%;
	}


/* .............................. */
/* Links */
/* .............................. */

a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
	color:#eee;
	margin:0px;
	margin-left:20px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#eee;
	}

h1 a:hover {
    text-decoration:none;
	}


h2 {
    float:left;
	clear:left;
	color:#eee;
	margin:0px;
	margin-left:20px;
	padding:0px;
	}
	
h2 a {
    text-decoration:none;
	color:#eee;
	}

h2 a:hover {
    text-decoration:none;
	}

.title {
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
	color:#fff;
	margin:0px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
	
	}
	
	
#headpart1 {
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
			}
	
#headpart2 {
	font-weight:400;
	font-size:11px;
	letter-spacing:2px;

				}	
		
h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#ddd;
	text-align:center;
	}




#flashpanel {
	margin-top:20px;
		text-align:center;
		background:#666666;
		}


#navigation {
    background:#333333;
	background-image: url("/Images/assets/topbar.gif");
	background-repeat: repeat-x;
	border-bottom:1px solid #aaa;
	padding:5px;
	height:15px;
	margin-bottom:5px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#CCC;
	}

/* Tagline for the line just beneath the top bar */

#tagline {
	padding-left:25px;
	padding-top:5px;
	padding-bottom:20px;
	margin:0px;
	}

/* .............................. */
/*....Drop down link menu stuff...*/
/* .............................. */
	
#linknav {
  	position:absolute;
	left:20px;
	top:50px;
	}
	
#dropdown, #dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:left;
}

#dropdown a {
	color:#999999;
	display: block;
	width: 16em;
}

#dropdown a:hover {
	color:#eee;
	text-decoration:none;
}

#dropdown li {
	float: left;
	width: 16em;
}

#dropdown li ul {
	position: absolute;
	width: 16em;
	left: -999em;
}

#dropdown li:hover ul {
	left: auto;
	color:#eee;
}

#dropdown li:hover ul, #dropdown li.sfhover ul {
	left: auto;
	}

		
/* .............................. */
/* Main Content*/
/* .............................. */

	
.photo {
    background:#eee;
    padding:5px;
	border:1px solid #515151;
	align:center;
	}

#bigpicholder {
    text-align:center;
	}	
	
table.center {
	margin-left:auto; 
	margin-right:auto;}


#text-box {
	text-align:center;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:10px;
	margin:0px;
	}
	
		
	


/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }

