@charset "utf-8";
/* CSS Document */

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:140%;  
	color: #444444;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:120%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0 0 15px 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:0em;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}

p {
margin-top: .2em;
margin-bottom: .2em;
}

body {
background-image: url(images/backshadow.png);
background-repeat: repeat-y;
background-position: center;
margin: 0;
padding: 0;
} 

#container {
margin-left: auto;
margin-right: auto;
width: 788px;
}

#ribbon {
width: 100%;
height: 87px;
background-image: url(images/back.png);
}

#banner {
width: 788px;
height: 87px;
background-image: url(images/head.png);
margin-left: auto;
margin-right: auto;
}

#nav {
background-image: url(images/logobot.png);
background-repeat: no-repeat;
width: 788px;
height: 87px;
}

#navtag {
height: 43px;
padding-top: 10px;
width: 100%;
float: left;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 30px;
font-style: italic;
color: #CCCCCC;
background: url(images/navdot.png) repeat-x top left;
background-position: bottom;
}

.textspacer {
width: 10px;
height: 1px;
float: left;
}

#navcontainer {
/*  background-image: url(images/navdot.png);
background-repeat: repeat-x; */
width: 581px;
height: 41px;
margin-left: 207px;
float: left;
}

#contentheader {
width: 788px;
height: 51px;
margin-top: 40px;
margin-bottom: 20px;
background: url(images/navdot.png) repeat-x;
background-position: bottom;
color: #0d3661;
font-size: 40px;
font-family: Georgia, "Times New Roman", Times, serif;
float: left;
}

.imager {
width: 788px;
margin-bottom: 20px;
}

#contentholder {
float: left;
width: 648px;
margin-left: 60px;
border: dotted 1px #333333;
padding: 10px;
}

#content1nav {
float: left;
width: 140px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}

#content1nav h2 {
}

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: dotted 1px #CCCCCC;
width: 140px;
font-family: Arial, Helvetica, sans-serif;
}

#navlist li
{
list-style-type: none;
padding: 0.25em;
border-top: dotted 1px #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navlist li a {
text-decoration: none;
}

li:active {
font-weight: bold;
}

#navlist li a:hover
{
color: #333333;
}

#content1left {
	width: 500px;
	left: 25px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: relative;
}

#content1right {
width: 158px;
float: left;
left: 50px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
position: relative;  
}

#content2right {
float: left;
left: 25px;
position: relative;
width: 463px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
margin: 0;
}

#footer {
width: 788px;
margin-top: 50px;
background: url(images/navdot.png) repeat-x;
background-position: top;
padding-top: 5px;
color: #000;
font-size: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
margin-bottom: 40px;
}

.arrow {
background-image: url(images/arrow.png);
width: 10px;
height: 16px;
float: left;
margin-right: 10px;
margin-top: 4px;
}

.text {
line-height: 200%;
color: #333333;
}

.text img {
border: none;
}

a {
color: #666666;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


/* Navigation */

/* common styling */
.navbar {
float:left;
width:100%;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bold;
border-top:0px solid #c00;
background:#FFF url(images/navdot.png);
background-position: bottom;
background-repeat: repeat-x; 
margin:0 0 0 0; /* for this demo only */ 
}
.navbar ul {
padding:0;margin:0;list-style-type:none;
}
.navbar ul li {
float:left; position:relative;
}
.navbar ul li.group {display:block; text-indent:10px; background:#666; color:#ff0; width:152px; padding:4px 0;}

.navbar ul li a, .navbar ul li a:visited {
float:left; display:block; text-decoration:none; color:#444; padding:0px 16px; line-height:25px; height:30px;
}

.navbar ul li:hover {width:auto;}

.navbar ul li a:hover {background:#0d3661; color:#FFF;}

.navbar ul li:hover a {background:#0d3661; color:#FFF;}

.navbar ul li ul {
display: none;
}
.navbar table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.navbar ul li:hover ul {
di