/* CSS Document */


#subtitle{
	font-size: large;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2594B;
	padding-top: 10px;
	border-top-color: #4669AD;
	border-top-width: 1px;
	border-top-style: solid;
	
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	/* This next one is for IE6 */
background-attachment: fixed;
}
img#expando {
padding: 0;
margin: 0;
position: absolute;
display: none;
 z-index: 1;
-ms-interpolation-mode: bicubic;
}
 
.wide img#expando,
.tall img#expando {
display: block;
 }
 
 .wide img#expando {
width: 100%;
 height: auto;
 }
 
 .tall img#expando {
 width: auto;
 height: 100%;
 }
  
 .ie6fixed {
 position: absolute;
 top: expression((ignoreMe = document.documentElement.scrollTop ?document.documentElement.scrollTop : document.body.scrollTop) + 'px');
 }




	#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}
	#body {
	padding-bottom:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}
	#content{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 3px solid #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 60px;
	color: #009;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: left 32px;
	}
	
	.content {
	margin: 10px;
	}
	
	.title{
	font-size: large;
	text-align: center;
	height: 70px;
	margin-top: 50px;
	}
	
	
	.image{
	margin-top: 10px;
	margin-right: 10px;		
	}
	
		.content a,a:visited {
	color: #002680;		
	}
	
	.content a:hover{
		color:#ff1924
	}
	
	
	#left{
	padding: 5px;
	width: 500px;
	float: left;
	}
		#right{
	padding: 5px;
	width: 340px;
	float: right;
	}
	
	
	#footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:75px;
	background-image: url(../images/bottombg.png);
	background-repeat: no-repeat;
	}
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
	}
	</style>

	[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:100%;
	}
	</style>
	<![endif]
