BODY {
	font-size: 79%;/* font sizing in ems.*/
	background-color:#102236;
    margin: 0 auto; 
    padding: 0 auto; 
    text-align: left;
	width: 100%;
}

BODY,SPAN,CAPTION,DIV,BLOCKQUOTE,H1,H2,H3,H4,INPUT,SELECT,TH,TD,P,Ol,UL {
font-family: Lucida, Helvetica, Verdana, Geneva, Arial, sans-serif;
}

#head {
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}

#logo {
	width: 780px;
	margin: 0 auto;
	padding: 0 auto;
}

#nav {
		width: 780px;
		margin: 0 auto;
		padding: 0 auto;
        font-weight: bold;
}

html>body #nav {
		width: 780px;
} 

#nav ul {
        margin: 0;
        padding: 0; /*removes indent Mozilla and NN7*/
        list-style-type: none; /*turns off display of bullet*/
		font-size: .9em; 
}
    
#nav li {
	    float: left;
        text-align: center;
        margin: 0;
}
    
#nav a {
        display: block;
        color: #ed3;
        padding: 8px 16px 8px 16px;
        text-decoration: none;
}

#nav a:hover {
        color: #fff;
        background: #505070;
        text-decoration: none;
}


#mid {
    align: center;
	margin: 0 auto;
	padding: 0 auto;
	background: #000 url(img/tile_t.jpg) top left repeat-x;
}

#container {
	width: 780px;
	margin: 0 auto;
	padding: 0 auto;
    }

#main {
	float: left;
	position: relative;
	width: 460px;
	text-align: left;
	margin: 0 ;
	padding: 0 ;
}

#side {
	float: right;
	position: relative;
	width: 300px;
	text-align: left;
	margin: 0 ;
	padding: 0 ;
	margin-top: 0;
	margin-bottom: 0;
}

#foot {
	height: 30px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
	background: #102236 url(img/tile_b.jpg) top left repeat-x;
	clear: both;
}

.clear { clear: both; }

H1 {line-height:1.7; font-size: 1.8em; font-weight:bold; color:#678ED9;  margin-left: 12px; margin-right: 12px; margin-top: 14px; margin-bottom: 4px; padding:0px; font-family: georgia, times, serif;}
H2 {line-height:1.7; font-size: 1.6em; color:#fff;  margin-left: 12px; margin-right: 12px; margin-top: 4px; margin-bottom: 4px; padding:0px; padding-bottom:12px; background: url(img/brush.gif) bottom left no-repeat;}
H3 {line-height:1.7; font-size: 1.4em; color:#eee;  margin-left: 12px; margin-right: 12px; margin-top: 4px; margin-bottom: 4px; padding:0px;}
H4 {line-height:1.7; font-size: 1.2em; color:#ddd; margin-left: 12px; margin-right: 12px; margin-top: 4px; margin-bottom: 4px; padding:0px;}
H5 {line-height:1.7; font-size: 1em; color:#ccc; margin-left: 12px; margin-right: 12px; margin-top: 4px; margin-bottom: 4px; padding:0px;}

P {font-size: 0.9em; line-height:1.8; color:#dedede; margin: 12px 12px 12px 12px; padding: 0px;}

BLOCKQUOTE {
text-align: center;
background: #333;
line-height : 1.7em;
margin-left: 30px; margin-right: 34px; margin-top: 12px; margin-bottom: 12px; 
}

UL {line-height:1.5; font-size: 0.9em; color:#ddd; margin-left: 36px; margin-right: 12px; margin-top: 4px; margin-bottom: 4px; padding: 0;}
OL {line-height:1.5; font-size: 0.9em; color:#ddd; margin-left: 42px; margin-right: 12px; margin-top: 4px; margin-bottom: 4px; padding: 0;}

.right {font-size: 0.8em; line-height:1.2; text-align: right; margin: 8px 12px 8px 12px; padding: 0px;}

.photo {text-align: center; margin: 4px; padding: 4px; border: 1px solid #ddd; border-left: 1px solid #ddd; border-bottom: 1px solid #999; border-right: 1px solid #999;}

.copyright {font-size: 0.8em; color:#dedede; text-align: center; padding: 40px; margin: 0;}

A.fu:link, A.fu:active, A.fu:visited {color:#eded99; text-decoration:none;}
A.fu:hover {color:#333; background: transparent; text-decoration:none;}

A:link, A:active, A:visited {color:#eded99; text-decoration:none;}
A:hover {color:#dedede; text-decoration:none;}

abbr, acronym, .help {border-bottom: 1px dotted cursor: help; }

