/* Page Structure
----------------------------------------------- */

body {
 	background: #07a1d7;
	color: #333;
	margin: 0;
	padding: 25px 0 25px 0;
	font-family: Verdana, sans-serif;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	text-align: center;
	}
	
html>body { /* be nice to Opera */
	font-size: small;
	}
	
#strong {
text-transform: lowercase; /* force text to lowercase */
}
	
	
/* Postioning
----------------------------------------------- */

#wrapper {
	background: #ffffff;
	border: 14px solid White;
	margin: 0 auto;
	padding: 0;
	line-height: 120%;
	text-align: left;
	width: 800px;
  	width: 800px;
	}
	
html> #wrapper { /* be nice to Opera */
  	width: 600px;
	} 


	
/* Common Typography
----------------------------------------------- */
	
h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	}

h1 { 
	color: #ed2024;
	border-bottom: 1px solid #C5C7CB;
	margin: 20px 0 8px 0;
	padding: 0 0 4px 0;
	font-size: 180%; 
	font-weight: bold; 
	}
	
h2 {
	color: #000000;
	border-bottom: 1px dotted #C5C7CB;
	margin: 10px 0 4px 0;
	padding: 0 0 2px 0;
	font-size: 160%; 
	font-weight: bold;
	}

h3 {
	color: #000000;
	border-bottom: 1px dotted #C5C7CB;
	margin: 10px 0 4px 0;
	padding: 0 0 2px 0;
	font-size: 140%; 
	font-weight: bold;
	}
	
	

/* Main Column
----------------------------------------------- */

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear:left;}
/* End IE5-Mac hack */

#main-body {
	border: 1px solid #000000;
	}
	
#content {
	margin: 0;
	padding: 0 40px 0 40px;
	}
	
#content p {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 80%;
	}


	
	/* General linkology
----------------------------------------------- */

a:link, a:visited {
	color: #415E88;
	font-weight : normal; 
	text-decoration: underline;
	}

a:hover {
	color: #415E88;
	text-decoration : none;
	}

a:active {
	color: #415E88;
	text-decoration : underline;
	}
	

	
/* Footer
----------------------------------------------- */

#footer {
	}

#footer p {
	margin: 0;
	padding: 10px 0 18px 0;
	font-size: 70%;
	}

#footer a {
	font-size: 100%; 
	}
	

	
/* Topper
----------------------------------------------- */

#topper {
	margin: 12px 0 4px 0;
	padding: 4px 0 4px 0;
	clear: both;
	}

#topper p {
	margin: 0;
	text-align: right;
	}

#topper a {
	color: #827966;
	font-size: 100%;
	}

/* Misc Elements
----------------------------------------------- */

#photostyle .imageframe {
	float: left;
	border: 1px solid Silver;
	margin: 6px 10px 6px 0;
	padding: 6px;
	}
	
#photostyle img {
	border: 1px solid Silver;
	margin: 6px 0 6px 0;
	padding: 6px;
	}

.skiplink {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

.clear {
	clear: both; 
	display: block; 
	margin: 0;
	font-size: 1px; 
	line-height: 1px; 
	height: 1px; /* used for clearing elements */
	} 
	
.line {
	clear: both; 
	display: block; 
	border-top: 1px solid #4D6C98;
	margin: 10px 0 10px 0;
	padding: 0;
	}
