/* --- Layout -----------*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;;
}

	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

#container {
	width: 100%;
	height: 900px;
}



#TopMenu {
	width: 90%;
	min-width: 750px;
	height: 115px;
	border: 0.75pt solid rgb(49, 132, 155); 
	background: rgb(141, 179, 226) none repeat scroll 0%;
 	/*background:  #659EC7;*/
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
	position: absolute;
	top: 0px;
	font-size: 0.7em;
}

#Logo {
	width: 450px;
	height: 68px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

#ContactDetails {
	width: 150px;
	height: 70px;
	margin-top: 0px;
	margin-right: 10px;
	font-size: 1.1em;
	float: right;
}

#ContactDetails p{
	font-size: 1.1em;
	color: rgb(23, 54, 93);
}


#SideMenu {
	width: 200px;
	height: 750px;
	border: 0.75pt solid rgb(49, 132, 155); 
	background: rgb(141, 179, 226) none repeat scroll 0%;
	/*background:  #659EC7;*/
	margin-top: 150px;
	margin-left: 50px;
	position: absolute;
	top: 0px;
}

#SideMenu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight: bold;
}

#Copyright {

}

#Content {
	width: 70%;
	min-width: 550px;
	max-width: 750px;
	height: 700px;
	background: #ffffff;
	margin-top: 150px;
	margin-left: 255px;
	margin-right: 50px;
	position: absolute;
	top: 0px;
}

ul#minitabs {
	list-style: none;
	margin: 0;
	padding: 7px 0;
  	border-bottom: 1px solid #CCC;
	font-weight: bold;
	font-size: 1.3em;
  	text-align: right;
	white-space: nowrap;
	margin-top: 80px;
	position: relative;
}

ul#minitabs li{
	display: inline;
	margin: 0 10px
}

ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
  	border-bottom: 4px solid #FFF;
	color: rgb(23, 54, 93);;
}


/* --- Headings Format --*/

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

/* --- Text Format ------*/

/* --- Navigation Format-*/

ul#minitabs a#current{
	border-color: #F60;
	color: #06F;
}

ul#minitabs a:hover{
	border-color: #F60;
	color: #666;
}

#SideMenu li a:link, #SideMenu li a:visited {
	color: #FFF;
	display: block;
	background:  url(menu14.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
	
#SideMenu li a:hover {
	color: #333;
	
	background:  url(menu14.gif);
	padding: 8px 0 0 10px;
}

