p, li {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	padding-left: 10;
	padding-right:10;
	font-size : 11px;
}

/* headings */
h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, serif;
	color: #003399;
	padding:10;
	padding-bottom: 0
}

h1 {
	font-size : 14pt;
}

h2 {
	font-size : 12pt;
}

h3, h4, h5 {
    font-size : 11pt;
	}

/* lists */
ul {
	list-style-type: disc;
}

dl {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	padding-left: 10;
	padding-right:10;
	font-size : 11px;
}

a, a:link {
	color: #006633;
}

a:visited {
	color: #006633;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

/* IDs */

#GlobalNav, #GlobalNav a  {
	text-decoration: none;
	color: #FFFF99;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-right : 5px;
	margin-bottom : 5px;
}

#GlobalNav a.selected, #GlobalNav a:hover, #GlobalNav a.selected:hover{
	color: #FFFF99;
	text-decoration: underline;
		font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

#Sidenav,  #Sidenav a{
	text-decoration: none;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	font-size : 11px;
	color: #006633;
}

#Sidenav a:hover, #Sidenav a:selected {
	color: Gray;
	}

#Maincontent {
	border-left : thin dotted Silver
}

#Quote {
	font-family: Georgia;
	color: Gray;
	padding-left : 10px;
	padding-right: 10px;
	padding-top : 15px;
	padding-bottom : 15px;
}

.footer {
	color: #FFFF99;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size : 9px;
}

/* layout  positioning */
#Header {
	background-color: 003399;
	margin: 0;
	padding: 0;
	height: 63px;
}


#Title {
	padding : 10;
}

/* Alignment: horizontal(right,left,center), vertical(v) */
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.vtop{
	vertical-align:top;
}
.vbot{
	vertical-align:bottom;
}
.vmiddle{
	vertical-align:middle;
}
