a:link { 
 color:#003ced; text-decoration:none
}
a:visited {
 color:#003ced; outline:none; text-decoration:none;
}
a:hover {
 color:#ffffff; background-color: #b11426;
}

a:focus, a:active {
outline: none;
}

.ad a:link {color: #eeeeee;}
.ad a:visited {color: #eeeeee;}
.ad a:hover {color: #eeeeee; background-color: #eeeeee;}
.ad a:focus, a:active {outline: none;}

.ad {
	padding: 2px 2px 0px 2px;
	border: 1px solid #b11426;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.ad { position:fixed; top: 515px; left:70px;	width: 160px; }
  
/* LAYOUT */

  *{
	margin: 0;
	padding:0;
	}

body{
	background: #eeeeee;
	color: #000;
	font: 85% Georgia, "Times New Roman", Times, serif;
	}

#logo{	
	position: relative;
	top: 20px;
	bottom: 0;
	left: 22px;
	width: 158px;
	}

#leftnav{ position:fixed; top: 20px; left:60px;	width: 260px; }
* html div#leftnav  { top: 38px; left:20px;	width: 230px; position:absolute; }

#content{ margin: 33px 10% 5em 330px; max-width: 630px; }


/* TYPE */

p {	line-height: 1.4em;	margin-bottom: 1.0em; font-size: 1em;}

p.notice {	line-height: 1.4em;	margin-bottom: 1.0em; font-size: 1em;
						background-color: #c4df9b;
}

p.first { font-size: 1.0em;
		  font-weight: bold;
		  }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.4em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 1em; }
li strong {color: #000;}


h1, h2, h3{ font-family: Georgia, "Times New Roman", Times, serif;}

h1 { font-size: 2.3em; }
h1 a { color:#000; border: none; }
h1 em{ font-size: 1.15em; color: #000; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.3pt;
	color: #b11426;
	text-transform: uppercase;
	padding-top: 0.1em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #000;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
	
h4 {
	font-size: 1.9em;
	letter-spacing: 0.3pt;
	color: #00609b;
	text-transform: uppercase;
	padding-top: 0.1em;
	}
	
.small{ font-size: 0.8em; }


/* LEFTNAV */
#leftnav a{
	color: #000;
	}

#leftnav h1 a{ font-weight: bold; }
#leftnav h1 a:hover{  }
#nav{ list-style: none; margin: 2em 2em 2em 0; }
#nav li{ padding: 0; margin: 0; }
#nav li{ font-size: 1.1em; }
#nav a{
	display: block;
	height: 1.7em;
	padding: 0.6em 0.2em 0.2em 0.8em;
	margin-bottom: 0px;
	color: #000;
	background-color: #eeeeee;
	}

#nav a:hover{
	color: #fff;
	background-color: #b11426;
	}	

/* CONTENT */
#content ul{ margin-left: 5px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}
#content ul ul{ margin-top: 0;}
	
.division{
	border-top: 20px solid #d2c8bd;
	padding: 1em 0 1.1em 0;
	overflow: auto;
	width: 100%;
	}
.first{ border-top: none; padding-top: 0; }

.photopix{
	padding: 2px 2px 0px 2px;
	background-color: #000;
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
