/* commented backslash hack to hide from ie5 mac \*/ 
html, body	{
	height:100%;
	} 
/* end hack */
html,body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:0.8em;
	color:#404040;
	background-color:#b3ceff; 
	background-image:url(img/bodybg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

.container {
	position: relative;
	text-align: left;
	min-height:100%;
	margin-bottom:-30px;
	height:auto;
	width:1005px;
}

* html .container {height:100%;} /* for ie to resize */

.header {
	width:100%;
	height:110px;
	background:#b3cee6;
	border-top:3px solid #b3cee6;
}


.menu {
	height:30px;
	background:#155087;
	font-size:1em;
	color:#fff;
	text-align:center;
	background-image:url(img/menubg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:1px solid #155087;
	border-top:1px solid #000;
	}

.menu a {
	display:block;
	float:left;
	width:6em;
	padding-top:5px;
	height:25px;
	border-right:1px solid #eee;
	background:#155087;
	background-image:url(img/menubg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
}

.menu a:hover {
	display:block;
	float:left;
	width:6em;
	height:20px;
	border-right:1px solid #eee;
	background:#155087;
	background-image:url(img/menubg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:5px solid #155087;
	color:#fff;
	text-decoration:none;
}

.left {
	float:left;
	width:11%;
	background:#155087 url(img/topleft.jpg) no-repeat top right;
	color:#fff;
	margin-top:10px;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:1em;
	
}

.left a {
	display:block;
	padding:5px;
	width:90%;
	border:0px solid #2469a9;
	margin-top:10px;
	color:#fff;
}

.left a:hover {
	display:block;
	padding:5px;
	width:90%;
	border:0px solid #2469a9;
	margin-top:10px;
	background:#2469a9;
	color:#fff;
	text-decoration:none;
}

a {
	color:yellow;
	color:blue;
	text-decoration:none;
}



a:hover {
	text-decoration:underline;
}

.bottom {
	position:relative;
	height:10px;
	right:-1em;
	bottom:-1em;
	background:#155087 url(img/bottomleft.jpg) no-repeat bottom right;
}

.content {
	margin-left:1%;
	margin-top:10px;
	float:left;
	width:82%;
	padding-left:1em;
	padding-right:1em;
}


.footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear:both;
	height:25px;
	color: #fff;
	font-size:0.8em;
	background:#155087;
	border-top:1px solid #000;
	padding-top:5px;
	text-align:center;
	
}

.clearfooter{
	clear:both;
	height:30px;
}

form {
	margin:0px;
	padding:0px;
}

.searchinput {
	padding-top:0px;
	margin-top:0px;
	margin-right:5px;
	border:1px solid #eee;
	background-image:url(img/menubg.jpg);
	color:yellow;
	margin-bottom:2px;
	margin-top:3px;
}

.searchbutton {
	height:30px;
	border:0px;
	border-left:1px solid #fff;
	background:#155087;
	background-image:url(img/menubg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#fff;
	cursor:pointer;
}

.search {
	float:right;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;	
	color: blue;
	border-bottom: 1px solid blue;   
	margin-top:5px;
	
}
h1 {
	font-weight: bold;
	font-size: 1.2em;	
	color: yellow;
	border-bottom: 1px solid yellow;   
	margin-top:5px;
	
}


.logo {
	position:absolute;
	top:24px;
	left:79px;
	padding:0;
	margin:0;
	font-size:160%;
	font-weight:bold;
	font-style:italic;
	color:white;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	width: 921px;
	height: 86px;
	


}

.logo2 {
	color:#b3cee6;
}

.quote {
	position:absolute;
	right:20px;
	top:20px;
	color:#155087; 
	font-weight:bold;
	font-style:italic;
	width:250px;
}

blockquote {
	width:40%;
	float:right;
	background:#fff;
	border:2px solid #155087;
	padding:5px;
}


.pic{
float: left;
position:relative;
vertical-align:middle;

}

.pic1 {
	float: right;
	padding:3px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid yellow;
}

.pic2 {
	float: relative;
	padding:3px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid yellow;
}

