/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-size: 101%;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	text-align: center;
	line-height: 1.1em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

h1 {
	font-size: 2.0em;
	color: #334455;
	margin: 0px;
	padding: 20px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
}

h6  {font-size: 1.1em;
}

ul,li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: relative;
}

a {
	font-size: 0.95em;
}

p {
	margin: 4px;
}

img, a img {
	border: 0;
}

.smalltext {
    font-size: 0.8em;
}

.none {
	display: none;
}

.leftalingn {
	float: left;
}
.rightalign {
	float: right;
}

.selected {
	background: #dddddd;
}

.clearing {
	height: 0;
	clear: both;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* Header area */
#header {
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 10px;
	text-align: left;
	color: #ffffff;
	background: #ffffff; 
	border-bottom: 1px solid #999999;
}

/* Navigation area */
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#nav li {
	float: left;
	margin: 0;
	padding: 0;
/*	font-size: larger; */
}

#nav a:link, #nav a:visited, #nav a:hover {
	float: left;
	display: block;
	margin: 0;
	padding: 8px 8px;
	color: #006699;
	text-decoration: none;
	font-size: 0.8em;
	border-right: 1px solid #999999;
}
#nav a:active {
	background: #dddddd;
}
/* overrides background from previous rule for active indication of link */
#nav a:hover {
	text-decoration: underline;
	background: #dddddd;
}
/* overrides decoration from previous rule for hovered links */

/* Main area with two column: left menu area and right contend area */
#main {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999999;
}

/* Content area */
#content {
	margin: 0;
	padding: 20px;
}

#content table td {
	padding: 4px 12px;
	text-align: left;
}


/* Footer area */
#footer {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: left;
	border-top: 1px solid #999999;
}

#footer a {
	float: left;
	padding: 4px 12px;
}

#footer p {
	margin: 0;
	padding: 4px 20px 4px 220px;
	text-align: right;
	font-size: 0.8em;
}

#contentlist ul {
    font-size: 0.8em;
}

#contentlist li {
	list-style-type: disc;
	text-align: left;
	margin-left: 2em;
}
