html, body {
	height: 100%;
	width:100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ddd;
	text-align: center;
}

body {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 0.7em;
}

h1 {
	color: #555;
	font-weight: normal;
	font-size: 1.6em;
	border-bottom: solid 1px #ddd;
}

h2
{
	font-size: 1em;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 30px;
}

#ColumnTable {
	margin:20px;
	margin-left:10px;	
}


#Content {
	width: 500px;
	margin-left: 10px;
	float:left;
}

#Copyright {
	margin-left: 10px;
	float:left;
}

#Footer {
	width: 704px;
	height: 17px;
	margin: auto;
	background-color: #fff;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #555;
	border-left: solid 1px #555;
	border-right: solid 1px #555;
	text-align: left;
	padding-top: 3px;
	font-size: 0.9em;
	clear:both;
	
}

* html #Footer {
	width: 708px;
}

#Legal {
	margin-right: 10px;
	float:right;
}

#Logo {
	float:left;
	margin-left:5px;
	margin-top:5px;
}

#MainMenu {
	margin: 0px;
	padding: 0px;
	float: right;
}

#MainMenu li {
	position:relative;
	float: left;
	margin:0px;
	list-style: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	margin-right: 5px;
	top: 2px;
}

#MainMenu li.selected {
	background-image: url(../images/menu_selected.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#MainMenu a {
	text-decoration: none;
	color: #000;
}

#Page {
	background: #fff;
	margin: auto;
	width: 704px;
	min-height: 400px;
	text-align: left;
	display: table;
	border-left: solid 1px #444;
	border-right: solid 1px #444;
}

* html #Page {
	height: 400px;	
}

#SubMenu {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

#SubMenu li {
	list-style: none;
	background: #fff;
	padding-left: 5px;
	padding-top:2px;
	padding-bottom: 2px;
	margin-bottom:5px;
	border-left: solid 1px #ddd;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	left:1px;
	position:relative;
	z-index:100;
}

#SubMenu li.selected {
	background-image: url(../images/sub_menu_selected.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#SubMenu ul 
{
	margin-left:15px;
}
#SubMenu ul li 
{
	border:none;
	margin: 0px;
	margin-left:-40px;
	width:90px;
	border-left: solid 1px #ddd;
}

#SubMenuBox {

	width: 160px;
	padding-bottom: 30px;
	background: #f7f7f7;
	margin:10px;
	border: solid 1px #ddd;
	vertical-align:top;
}

#SubMenuTitle {
	background-image: url(../images/sub_menu_bg.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 25px;
	padding-top: 3px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

#TagLine {
	float:right;
	color: #555;
	font-size: 1.5em;
	margin-right: 10px;
	margin-top:10px;
}

#TopBar {
	background-image: url(../images/top_bar_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 80px;
	border-bottom: solid 1px #ccc;
}

* html #TopBar {
	width: 708px;
}

#W3C
{
	width:704px;
	text-align:right;
	margin:auto;
	margin-top:10px;
}

#W3C img
{
	border:none;
}

.clearing {
	clear:both;
}

.header_image {
	border: solid 1px #ccc;
}

.form-label {
    float:left;
    width:150px;
    font-weight:bold;
}

.form-data {
    float:left;
}

.form-data input {
    width:300px;
}

.form-data textarea {
    width:300px;
    height:300px
}

.powerpoint-thumb
{
	width:200px;
	float:left;
	margin-right:10px;
}

.powerpoint-thumb img
{
	margin-right:20px; 
	margin-top:10px; 
	border: solid 1px #ddd;
	border: 0px;
}

.powerpoint-thumb div
{
	text-align:right;
}

.clearing {
    clear:both;
}

.button {
    width: 450px;
}
.button input {
    float:right;
}

.icon-box
{
    width:200px;
    border:solid 1px #ccc;
    margin-top:20px;
}

.icon-box img
{
    float:right;
    
}

.left
{
    float:left;
}

.right
{
    float:right;
}

.icon-box span
{
    font-style: italic;
    text-decoration: underline;
}

.icon-box p
{
    margin:10px;
}
