Body {
	scrollbar-face-color:#99CCCC;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#ccccff;
	scrollbar-darkshadow-color:#666666;
	scrollbar-track-color:#B8C1D9;
	scrollbar-arrow-color: #339998;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	background-color: #B8C1D9;
}
h1 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
p {
	font-size: 11px;
	color: #000000;
}
a:link, a:visited{
	text-decoration: underline;
	color: #000066;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}


/*	DIVs	*/
#wrapper {
	background-color:#FFFFFF;
	height:auto;
	margin:auto;
	width: 90%;
	margin: auto;
	background-color: #FFFFFF;
	margin-left: auto;
	position: relative;
}
#banner {
	width:100%;
	top: 0px;
	left: 0px;
	height:auto;
	background-color: #FFFFFF;
}
#banner img {
	border:0;
	padding:0px;
}
#tagline {
	position:absolute;
	top:0px;
	left:250px;
	color: #000000;
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	width:150px;
	padding:10px 0px 10px 10px;
	white-space:normal;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#title {
	font-size: 18px;
	color: #CC6633;
	font-weight: normal;
	padding-left: 30px;
}

#heading {
	border-top:solid 20px #999999;
	position:relative;
	top: 0px;
	left: 0px;
	height:100px;
	width:100%;
	background-color: #99CC99;
}

#navbar {
	top: 0px;
	left: 0px;
	width:auto;
	white-space: nowrap;
	background-color: #339998;
	color: #FFFFFF;
	height: 30px;
	font-size: 12px;
}
#navlinks{
	margin-left:30px;
	}

/* '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 */

#navlinks ul {
	list-style:none;
	display: inline;
	margin:0;
	padding:0;
}

#navlinks li {
	list-style:none;
	line-height:30px;
	display: inline;
	margin:0;
	padding:0;
	border-right: solid 1px #FFFFFF;
	width: auto ;
	float: left;
}

#navlinks a, #navlinks a:visited{
	color:#FFFFFF;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	display:block;
	/*font-weight: bold;*/
}

#navlinks a:hover{
	color:#000000;
	background-color:#B8C1D9;
	padding: 0px 5px 0px 5px;
	display:block;
}



#content {
	padding-left:20px;
	padding-top: 0px;
	font-size:11px;
	padding-right: 20px;
	padding-bottom: 0px;
	clear: both;
	width:auto;
	white-space:  normal;
}

#content ul {
	display: block;
	margin-top: 4px;
	margin-left: 20px;
}

#content li {
	font-size: 11px;
	color: #000000;
	list-style-type:disc;
	list-style-position: outside;
	display:  list-item;
}

#content ol {
	list-style-type:decimal;
	display:block;
}

#content img {
	padding:0px;
	border:none;
}

#content th {
	text-align:center;
	background-color:#99CCCC;
	color:#000000;
	padding: 2px;
	width: auto;
	font-weight: normal;
}

#content td {
	text-align:left;
	vertical-align:top;
	color:#000000;
	border: 1px solid #cccccc;
	padding: 2px;
}

#main {
	padding-left:20px;
	padding-top: 0px;
	font-size:12px;
	padding-right: 20px;
	padding-bottom: 0px;
	clear: both;
	width:auto;
	white-space:  normal;
}

#main ul {
	display: block;
	margin-top: 4px;
	margin-left: 20px;
}

#main li {
	font-size: 12px;
	color: #000000;
	list-style-type:disc;
	list-style-position: outside;
	display:  list-item;
}

#main ol {
	list-style-type:decimal;
	display:block;
}

#main img {
	padding:10px;
	border:none;
}

#main th {
	text-align:center;
	background-color:#99CCCC;
	color:#000000;
	padding: 2px;
	width: auto;
	font-weight: normal;
}

#main td {
	text-align:left;
	vertical-align: middle;
	color:#000000;
	border: 1px none #cccccc;
	padding: 2px;
}

#footer {
	color:#FFFFFF;
	position:relative;
	width:auto;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #339998;
}
#footer ul, li {
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
}

#footer a, #footer a:visited{
	padding: 0px 4px 0px 4px;
	color: #FFFFFF;	/*font-weight: bold;*/
}

#footer a:hover{
	color:#990000;
	text-decoration: underline;
}
.flag {
	color: #FF0000;
}
