body {
	background-color: #fff;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;
	width: 100%;
}

p {
	line-height: 14px;
	text-align: justify;
	background-color: #fff;
	color: #666;
}

h1 {
	color: #666;
	background: #ccc;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

a {
	text-decoration: none;
	background-color: #fff;
	color: #003399;
}

a:hover {
	text-decoration: underline;
	background-color: #fff;
	color: #666;
}

img {
	border: 0px;
	background-color: #fff;
}

.icon {
	background-color:#003399;
	background-image: url(images/bg_rounded.gif);
	background-repeat: no-repeat;
	border: 0px solid #fff;
}

.title {
	color: #333;
	font-size: 140%;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.subtitle {
	color: #666;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 2px;
}

#date {
	background-color: #D3D3D3;
	color: #666;
	height: 24px;
	line-height: 24px;
	text-align: right;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 1px;
	width: 100%;
}

#header {
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 147px;
} 

#header img {
	float: right;
	background-color: #fff;
	margin-top: 20px;
	margin-right: 10px;
}

#tabs {
	float:right;
      	width:100%;
      	background:#D3D3D3;
      	font-size:93%;
	font-weight: bold;
      	line-height:normal;
}
    
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
    
#tabs li {
      	display:inline;
      	margin:0;
     	padding:0;
}

#tabs a {
     	float:right;
	background-color: #D3D3D3;
      	margin:0;
      	padding:0 0 0 4px;
     	text-decoration:none;
}

#tabs a span {
      	float:right;
      	display:block;
      	padding:5px;
	background-color: #f5f5f5;
     	color:#666;
	text-align: center;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

 /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */

#tabs a:hover {
      background-position:0% -42px;
}

#tabs a:hover span {
      	color:#fff;
	background-color: #003399;
	background-position:100% -42px;
}

#tabs a.selected {
      	background-position:0% -42px;
}

#tabs a.selected span {
	color:#fff;
	background-color: #003399;
      	background-position:100% -42px;
}

#subnavbar {
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #003399;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#subnavbar a {
	height: 20px;
	line-height: 20px;
	background-color: #003399;
	color: #fff;
	text-decoration: none;
}

#subnavbar a:hover{
	background-color: #003399;
	color: #fff;
	text-decoration: underline;
}

#subnavbar a.selected{
	background-color: #003399;
	color: #fff;
	text-decoration: underline;
}

#mainbox {
	width: 100%;
	margin-top: 10px;
}

#mainbox li {
	line-height: 14px;
	background-color: #fff;
	color: #666;
}

#mainbox li a {
	color: #003399;
	background-color: #fff;
}

#mainbox li a:hover {
	color: #666;
	background-color: #fff;
}

#mainbox li a.selected {
	color: #666;
	background-color: #fff;
}

#leftcolumn {
	float: left;
	width: 15%;
	background-color: #fff;
}

#leftcolumn ul {
	margin-top: -1px;
	margin-bottom: 3px;
	margin-left: 5px;
	list-style: none;
}

#rightcolumn {
	float: right;
	width: 15%;
	background-color: #fff;
	padding-left: 5px;
}

#rightcolumn ul {
	margin-top: -1px;
	margin-bottom: 3px;
	list-style: none;
}

.heading {
	color: #666;
	background-color: #D3D3D3;
	width: 100%;
	height: 20px;
	font-size: 11px;
	text-indent: 7px;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
}

#contact {
	background-color: #fff;
	padding: 7px;
	color: #666;
}

.notes {
	font-size: 10px;
	background-color: #fff;
	color: #666;
	padding: 7px;
	line-height: 14px;
}

.notes img {
	margin-top: 3px;
	background-color: #fff;
}

#midcolumn {
	float: left;
	background-color: #fff;
	width: 63%;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
	margin-left: 30px;
	margin-right: 30px;
}

#box {
	display: block;
	background: #fff;
	width: 95%;
	margin: 8px;
	padding: 5px;
	text-align: justify;
	color: #666;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 16px;
	min-height: 110px;
	border: 1px solid #f5f5f5;
}

#midcolumn #picmenu a {
	display: block;
	background: #f5f5f5;
	width: 95%;
	margin: 8px;
	padding: 5px;
	text-align: center;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 16px;
	min-height: 110px;
	border: 1px solid #f5f5f5;
}

#midcolumn #picmenu a:hover {
	background: #fff;
	color: #003399;
	text-decoration: none;
}

#picmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#picmenu li {
	margin: 0px;
}

#midbodymain {
	width: 95%;
	padding-left: 13px;
	padding-right: 15px;
}

#midbodymain li {
	line-height: 14px;
	text-align: justify;
	background-color: #fff;
	color: #666;
	margin-top: 5px;
}

#midbodya {
	float: left;
	width: 50%;
}

#midbodya li {
	background-color: #fff;
	color: #666;
	line-height: 14px;
	text-align: justify;
}

#midbodyb {
	float: right;
	width: 50%;
}

#midbodyb li {
	background-color: #fff;
	color: #666;
	line-height: 14px;
	text-align: justify;
}

img.left {
	float: left;
	background-color: #fff;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #D3D3D3;
}

img.right {
	float: right;
	background-color: #fff;
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #D3D3D3;
}

img.noborder {
	border: none;
	background-color: #fff;
}

#bottomnav {
	clear: both;
	background-color: #f5f5f5;
	color: #666;
	width: 100%;
	margin-top: 25px;
	height: 15px;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	text-align: center;
}

#bottomnav a {
	color: #666;
	background-color: #f5f5f5;
	text-decoration: none;
}

#bottomnav a:hover {
	color: #666;
	background-color: #f5f5f5;
	text-decoration: underline;
}

#footer {
	clear: both;
	background-color: #D3D3D3;
	color: #666;
	width: 100%;
	margin-top: 5px;
	height: 24px;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
}

#footer a {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	background-color: transparent;
	text-decoration: underline;
}