
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(125,133,160);
	font-size:76%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(125,133,160);
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:150px; 
	bottom:52px; 
	width:640px; 
	margin-left:-321px; 
	left:50%; 
	background:#b3b8c8;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:642px;
	border-top:154px solid #7d85a0; 
	border-bottom:50px solid #7d85a0;
	}

#head {
	position:absolute; 
	margin-left:-321px; 
	left:50%; 
	top:0; 
	width:640px; 
	min-width:640px; 
	height:150px; 
	background:#7d85a0;
    background-image:url("logo.gif");
    background-repeat:no-repeat;
    background-position:0px 5px; 
	font-size:1em; 
	z-index:5; 
	}

* html #head {
	top:2px; width:642px; height:148px;
	}
    
.menu_cont{
    float:right;
    width:255px;
    margin:0px;
    margin-top:50px;
    padding:0px;
}

.nav_l{
    float:left;
    padding:0px;
    margin:0px;
    text-align:right;
}

.nav_r{
    float:right;
    padding:0px;
    margin:0px;
    text-align:right;
}


#foot {
	text-align:center;
	position:absolute; 
	margin-left:-321px; 
	left:50%; 
	bottom:0; 
	width:640px; 
	min-width:640px; 
	height:50px; 
	background-position:0 100px;
	font-size:1em; 
	z-index:5; 
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#000;
	}

* html #foot {
	bottom:2px; width:642px; height:48px;
	}


#content p {
	padding:25px; text-align:justify;
	}

.bold {font-weight:bold;}
.left {float:left; margin:10px;}
.right {float:right; margin:10px;}
.lefttext {float:left; width:300px; text-align:justify;}
.righttext {float:right; width:300px; text-align:justify;}

* html .lefttext {float:left; width:310px; text-align:justify;}
* html .righttext {float:right; width:310px; text-align:justify;}

h1,h2{font-size: 12pt;margin:0;padding:0px;text-indent:10px;}

/*Nav_menu links code*/
div.menu {background-image:url(nav.jpg); background-position:left top; width:120px; padding:0px; margin:0px; }

div.menu a {display:block; margin:0; width:100%; margin:0; padding:0px; text-decoration:none; line-height:18px;}

div.menu a:link, div.menu a:visited {color:#373660;background-color:#B3B8C8;}

div.menu a:hover, div.menu a:active {color:#CCCCCC;background-color:#455077;}

div.menuhead {color:#CCCCCC;font-size:13px; margin:0px; padding:0; line-height:18px;}
