body  {
	background: #999999;
	margin: 0; 
	padding: 2; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 2 px;
}

h1	{
	margin: .67em 0;
	font-size: 1.5em;
	text-align: left;
	
}
p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
b	{
	font-weight:700;

}

.list	{
	margin-top: 1em;
}

.listdescription	{
	margin-top: 1em;
}

li:hover	{
	background-color: #FFC;    
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FF6600;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background-color: #FFF;
	border-bottom: #dddddd 2px solid;
	margin: 0 auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #ffffff; /* #30679d */
	border-bottom: #dddddd 2px solid;
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 1em;
	margin-right: 7em;
	margin-bottom: 0em;
	margin-left: 7em;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0em;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 10px;
	background: #000066;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}


table,td
{
	border: 1px solid #CCC;
	border-collapse: collapse;
    font: small/1.5 Arial, Helvetica, sans-serif;
}

table
{
	border:none;
	border:1px solid #CCC;
}
thead th,
tbody th
{
    color: #666;  
	padding: 5px 10px;
    border-left: 1px solid #CCC;
}
tbody th
{
	background: #fafafb;
	border-top: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
}
tbody tr td
{
	padding: 5px 10px;
	color: #666;
	text-align: left;
}
tbody tr:hover
{
    color: #454545;
}

tbody tr:hover td
{
    color: #454545;
}
tfoot td,
tfoot th
{
    border-left: none;
    border-top: 1px solid #CCC;
    padding: 4px;
    color: #666;
}
caption
{
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #666;
}
table a:link
{
	color: #003366;
}
table a:visited
{
	color: #003366;
}
table a:hover
{
	color: #003366;
	text-decoration: bold;
}
table a:active
{
	color: #003366;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	#container-page
}

}
html, body {
	height: 100%;
