html
{
	min-height: 100.1%;
}

body
{
	text-align: center;
	background-color: #CCCCCC;
	font-family: calibri, arial, verdana;
}

div.container
{
	margin: 1em auto;
	padding: 16px;
	text-align: left;
	font-size: 0.8em;
	width: 800px;
	background-color: #FFFFFF;
	border: medium solid #787878;
	overflow: auto;
}

div.content
{
	/*min-height: 150px;*/
	background-color: #FFFFFF;
	overflow: auto;
}

div.footer
{
	background-color: #FFFFFF;
	color: #787878;
	font-size: 0.6em;
	padding: 16px;
	overflow: auto;
}

#copyright
{
	float: left;
	width: 200px;
	padding-right: 16px;
}

#aat_message
{
	float: left;
	text-align: left;
	width: 560px;
	border-left: thin solid #c4c4c4;
	padding-left: 16px;
}

#address
{
	float: right;
	text-align: right;
	color: #aaaaaa;
	width: 200px;
	padding-top: 32px;
}

#contact_address
{
	float: left;
	text-align: center;
	width: 500px;
}

#logo
{
	float: left;
	width: 425px;
}

#mag_glass
{
	float: left;
	padding: 4px 16px 4px 4px;
}

#pen
{
	float: right;
	padding: 4px 4px 4px 16px;
}
	
table
{
	width: 100%;
	border-width: 0px;
	padding: 0px 8px;
}

table.contact
{
	width: 70%;
	margin: 0 auto;
}

td.contact_left
{
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0.8em;
	padding-right: 2px;
	color: #787878;
}

td.contact_right
{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0.8em;
	padding-left: 16px;
	color: #000000;
}

td.services_left
{
	width: 10%;
	text-align: justify;
	vertical-align: middle;
	padding: 16px 8px 16px 0px;
	color: #787878;
	border-bottom: thin dotted #aaaaaa;
}

td.services_right
{
	width: 90%;
	text-align: justify;
	padding: 24px 4px 24px 4px;
	margin: 0px 0px 0px 0px;
	border-bottom: thin dotted #AAAAAA;
}

#services_bottom_left
{
	border-bottom: none;
}

#services_bottom_right
{
	border-bottom: none;
}

#links table
{
	width: 80%;
}

td.links_left
{
	width: 50%;
	text-align: right;
	vertical-align: middle;
	padding: 16px 8px 16px 0px;
	color: #787878;
}

td.links_right
{
	width: 50%;
	text-align: left;
	vertical-align: middle;
}

td
{
	text-align: center;
	padding: 4px 0px;
	border-width: 0px;
}

table.budget
{
	margin: 16px auto;
	width: 90%;
}

table.budget td
{
	border-bottom: thin dotted #c4c4c4;
}

table.budget th
{
	text-align: center;
	vertical-align: top;
	font-size: 1.1em;
}

table.budget th.left
{
	text-align: left;
	width: 65%;
}

table.budget td.budget_bottom
{
	border-bottom: none;
}

table.budget td.left
{
	text-align: left;
	width: 65%;
}

table.budget td.right
{
	text-align: right;
}

table.budget td.header
{
	color: #787878;
	font-weight: bold;
	text-align: left;
	border-bottom: none;
	padding: 1.5em 0.5em 0em 0em;
}

table.budget td.text
{
	text-align: left;
}

ol.budget
{
	padding: 4px 32px 4px 32px;
}

ol.budget li
{
	color: #787878;
	padding: 4px 0px;
}

#menudiv
{
	width: 100%;
	height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	text-align: center;
	background-color: #787878;
	vertical-align: middle;
}

#menu, #menu ul
{
	font-weight: bold;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	background-color: #787878;
	
}

#menu div
{
	width: 11em;
}

#menu a
{
	display: block;
	clear: both;
	width: 11em;
	text-align: center;
	vertical-align: middle;
}

#menu li
{
	
	margin: 0;
	height: 1.8em;
	float: left;
	vertical-align: middle;
	line-height: 1.8em;
	border-right: thin solid #c4c4c4;
}

#menu li.selected
{
	background-color: #004586;
	color: #ffffff;
}

#menu li.selected_highlight
{
	color: #ffffff;
}

#menu li.normal
{
	background-color: #787878;
	color: #eeeeee;	
}

#menu li ul
{
	position: absolute;
	width: 11em;
	left: -999em;
}

#menu li.normal_highlight ul li a:hover
{
	background-color: #c4c4c4;
}

#menu li.selected_highlight ul li a:hover
{
	background-color: #c4c4c4;
}


#menu a:link
{
	color: #eeeeee;
}

#menu a:visited
{
	color: #eeeeee;
}

#menu a:active
{
	color: #eeeeee;
}

#menu a:hover
{
	color: #ffffff;
}

#menu li.normal_highlight ul
{
	background-color: #787878;
	left: auto;
}

#menu li.selected_highlight ul
{
	background-color: #787878;
	left: auto;
}

#menu li.normal_highlight ul li
{
	border-top: 1px dotted #c4c4c4;
	border-right: none;
}

#menu li.selected_highlight ul li
{
	border-top: 1px dotted #c4c4c4;
	border-right: none;
}

#menu li.selected_highlight
{
	background-color: #004586;
}

#menu li.normal_highlight
{
	background-color: #C4C4C4;
	color: #ffffff;
}

div.caption
{
	text-align: left;
	font-size: 1.8em;
	color: #787878;
	margin: 32px 8px 16px 8px;
	padding: 2px 16px 8px 0px;
	clear: left;
}

div.sub_caption
{
	text-align: left;
	font-size: 1.4em;
	line-height: 1em;
	color: #787878;
	margin: 32px 16px 16px 16px;
	padding: 8px 16px 8px 16px;
}

td.image
{
	vertical-align: middle;
	padding: 64px;
}

p
{
	text-align: justify;
	padding: 2px 16px 8px 16px;
	margin: 4px 0px;
}

p.right
{
	padding-top: 2px;
	margin-top: 2px;
}

p.footnote
{
	text-align: left;
	padding-right: 32px;
	color: #787878;
}

p.anti-shrink
{
	clear: both;
	padding: 0px;
	font-size: 0.01em;
}

span.bold
{
	font-weight: bold;
}

span.subscript
{
	font-size: xx-small;
	vertical-align: bottom;
} 

#menu a
{
	text-decoration: none;
}



