/* ===== basic elements ===== */
body {
	font-size: 80%;
	margin: 0px;
}

h1 {
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 1em;
	color: #C60;
}
   
h1.urgent {
	font-size: 1.4em;
	color: red;
}

p { margin-top: 0px; }
   
div.hr { 
	background: #fff url(../media/hr.gif) no-repeat center;
	background-color: transparent;
	border: 0px; 
	margin-top: 8px; 
	margin-bottom: 8px;
	padding: 0; 
	height: 30px; 
}

div.hr hr {	display: none; }
   
.thumbnail {
	float: left;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
}
 
p.entry {
   line-height: 18px;
   text-align: justify;
   margin: 0px 0px 10px 0px;
   padding-left: 10px;
   padding-right: 10px;
   background-color: transparent;
   border: 0px solid transparent;
}

/* ===== Link Coloring ===== */
a:link { color: #039; text-decoration: none; }
a:visited { color: #336; text-decoration: none; }

/* ===== specific divs ===== */
#container {
	font-family: Georgia, "Times New Roman", TimesNR, Times, Verdana, Geneva, Helvetica, Arial, sans-serif;
	width: 100%;
	border: 0px solid gray;
	margin-left: 0px;
	margin-right: auto;
	padding: 0px;
	background: transparent url(../media/cessnafade2.jpg) no-repeat bottom right;
}

#bar { background: transparent url(../media/menubartex.jpg) repeat-y top left ; }

#banner {
	height: 150px;
	padding: 0px;
	margin: 0px;
	background: url(../media/logo2.jpg) no-repeat top left;
	background-color: transparent;
}

#sidebar {
	float: left;
	height: 100%;
	width: 140px;
	\width: 140px;
	w\idth: 140px;
	margin: 10px 5px 0px 0px;
	padding: 0px 5px 5px 5px;
}

#content {
	width: auto;
	min-height: 300px;
	_height: 300px;
	padding: 0px;
	margin: 0px 60px 20px 170px;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	background-color: transparent;
}

#footer {
	clear: both;
	font-size: 11px;
	padding: 5px;
	margin-top: 0px;
	background-color: #CCAE66;
	border-bottom: 2px solid black;
}

/* ===== NavBar ===== */
#navcontainer {
	height: 100%;
	width: 140px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	background-color: transparent;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}

#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid transparent;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
	border-left: 5px solid #C60;
	color: #fff;
}

