body {
	margin-top: 10px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #f5f5f5;
	text-align:center;
	
}

#breadcrumb {
	background-color: #990000;
	text-align:left;
	color:#fff;
	font-weight: bold;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#breadcrumb a {
	color:#ccc;
}

#breadcrumb a.visited {
	color:#ccc;
}

#header {
	height:125px;
	background:url('/images/header2.jpg');
	}	

#container{
	background-color:#fffff0; /*background color of left column*/
	overflow:hidden; 
	width:780px;
	
	
}
#content{
	background-color:#ffffff;
	width:525px;
	border-right:245px solid #ffffff; /* The width and color of the right */
	margin-right:-245px;
	float:left;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#content2{
	background-color:#ffffff; /*background color of left column white*/
	width:770px;
	float:left;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#right{
	background-color:#cccccc;

	width:245px;
	float:left;
	color: #333399;
	padding-top: 15px;
	font-weight: bold;
}

#nav {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding:0;
	margin: 5px 5px 5px 5px;
	list-style:none;
	width:209px;
	background-color: #ffffff;
	border:solid 1px #000066;
	color: #000066;
	min-height:100%;
}

#nav ul {
	 list-style: none;
        margin: 0;
        padding: 0;
		}
		
#nav li {
	line-height:2.0em;
	/*height:2.0em;*/
	padding-left:0;
	
}

#nav li a {
	color:#000066;
	text-decoration:none;
	text-align:center;
	display:block;
	width:209px;
}	

#nav li a:hover {
	background:#cccccc;
}	

/** footer  **/
#footer {
	background:#990000;
	text-align:center;
	color:#fff;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	height: 25px;
	padding-top: 10px;
	font-weight: bold;
	
	
}

#footer a {
	color:#fff;
}

th.loc {
	background-color:#990000;
	color: #ffffff;
	}
	
td.loc {
	vertical-align:top;
	padding-bottom: 20px;
	}
	
	.largefont {
	color: #333399;
	font-size: 110%;
	font-weight: bold;
	}

.subtitle {
	color: #67370B;
	font-size: 100%;
	font-weight: bold;
	}
	
	
.smheader {
	color: #67370B;
	font-size: 100%;
	font-weight: bold;
	}

p {
	margin-top:0;
	padding:0 5px;
	text-align: left;

	
}	
p.fiva {
text-align: center;
color: #333399;
}

.clear {
	clear:both;
}

.hidden {
display:none;
visibility:hidden;
}

hr {
	color: #67370B;
	}