body
{
	margin: 0px auto 0px auto;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 100%
}

img
{
	border:none;
}

/* Table of Contents */
.table-of-contents
{
	text-align: right; 
	margin: 30px 30px 0px 0px;
	font-size: 75%;
	font-weight:bold;
}

.table-of-contents ul
{
	list-style: none; 
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
}

.table-of-contents ul li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

.table-of-contents ul li a:link
{
	text-decoration: none;
	color: #666666;
}

.table-of-contents ul li a:visited
{
	text-decoration: none;
	color: #666666;
}

.table-of-contents ul li a:active
{
	text-decoration: none;
	color: #666666;
}

.table-of-contents ul li a:hover
{
	text-decoration: none;
	color: #336699;
}

/* Footer */
.footer .menu-container
{
	/* background-color:#67999A; */
	background-color:rgb(57,107,108);
	background-image:url('/awwucomponents/images/footer-bg.png');
	background-repeat:repeat-x;
	padding: 5px 0px 5px 0px; 
}

.footer .menu-container .menu-items
{
	font-size: 95%; 
	color: #FFFFFF;
}

.footer .menu-container .menu-items a:link
{
	text-decoration: none;
	color: #FFFFFF;  
}

.footer .menu-container .menu-items a:visited
{
	text-decoration: none;
	color: #FFFFFF; 
}

.footer .menu-container .menu-items a:active
{
	text-decoration: none;
	color: #FFFFFF; 
}

.footer .menu-container .menu-items a:hover
{
	text-decoration: none;
	color: #99CCCC;
}

/* Header */
.header .quicklink
{
	/* background-color:#777DB7; */
	background-color:rgb(73,79,137);
	background-image:url('/awwucomponents/images/quicklinks-bg.png');
	background-repeat:repeat-x;
	color:#ffffff;
	padding: 5px 0px 5px 0px; 
	width: 225px;
	float:right;
	font-size: 80%;
}

.header .quicklink a:link
{
	text-decoration: none;
	color:#FFFFFF;  
}

.header .quicklink a:visited
{
	text-decoration: none;
	color:#FFFFFF;   
}

.header .quicklink a:active
{
	text-decoration: none;
	color:#FFFFFF;  
}

.header .quicklink a:hover
{
	text-decoration: none;
	color: #99CCCC;
}

.header .title-container
{
	/* background-color:#67999A; */
	background-color:rgb(57,107,108);
	background-image:url('/awwucomponents/images/header-bg.png');
	background-repeat:repeat-x;
	width:900px; 
	float:left; 
}

.header .title-container .title
{
	text-align: left;
	color: #CCFFFF; 
	margin-left: 180px;
}

.header .title-container .title a
{
	
	color:#FFFFFF;
	font-style:italic;
	font-size:1.6em;
	font-family:Times;
}

.header .menu-container 
{
	/* background-color:#CCCCCC; */
	background-image:url('/awwucomponents/images/menu-bg.png');
	background-repeat:repeat-x;
	background-color:rgb(171,171,171);
	color:#336699;  
	padding: 5px 0px 5px 10px;  
	clear:both; 
	margin: 0px auto 0px 180px;
	max-width:800px;
}

.header .menu-container .menu-items
{
	text-align:left; 
	font-size:95%; 
}

.header .menu-container .menu-items a:link
{
	text-decoration: none;
	color:#336699;  
}

.header .menu-container .menu-items a:visited
{
	text-decoration: none;
	color:#336699;  
}

.header .menu-container .menu-items a:active
{
	text-decoration: none;
	color:#336699;  
}

.header .menu-container .menu-items a:hover
{
	text-decoration: none;
	color: #3399FF;
}

/* Content */
.content
{
	text-align:left;
	font-size:80%;
	margin-right: 20px;
}

.content .current-title
{
	color: #67999A;
	font-family: Serif;
}

.content .subtitle
{
	color: #B4B4B4;
	font-family: Serif;
	font-style: italic;
}

.content .section-heading
{
	color: #67999A;
}

.content .legal
{
	font-size:80%;
}

.content blockquote.teaser .read-more
{
	font-weight: bold;
}

.no-margin
{
	margin: 0px;
}

table.border
{
	border-spacing: 1;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
}

table.border td
{
	border-spacing: 1;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

th
{
    text-align: center;
    font-weight: bold;
	padding: 5;
}

td
{
    color: #333333;
}

ol.numeric
{
	list-style-type: decimal;
}

ol
{
	list-style-type: upper-alpha;
}

ol ol
{
	list-style-type: decimal;
}

ol ol ol
{
	list-style-type: lower-alpha;
}

.justify
{
	text-align: justify;
}

.center
{
	text-align: center;
}

.underline
{
	text-decoration: underline;
}

.block_indent
{
	margin-left: .20in;
}

.bold
{
	font-weight: bold;
}

a
{
  text-decoration: none;
  color: #669999;
}

a:visited
{
	color: #67999A;
}