/* CSS Document */

* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}
	
a {outline: none;}
	
img a, a img {border: none;}

img {font-style: italic; font-size: 60%; color: #000; line-height: 100%;}

p {font-size: 85%;	}
	
	
	
	
/*relative divs*/	
	
#container {
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
	}

#nav{
	padding-top: 6px;
	position: relative;
	height:33px;
	z-index: 2;
	}	
	
	
#spacer {
	height:0px;
	clear:both;
	}

#footer {
	position:relative;
	color: #0f2b72;
	text-align:center;
	padding: 18px 0 9px 0;
	text-transform:uppercase;
	background-color:#fac81b;
	font-weight:bold;
	height:48px;
	z-index:0;
	}
	

#bottom {
	position:relative;
	height:40px;
	padding-right:24px;
	}	
	
	
	
/* text styles */	
		

#footer p {
	font-size:70%;
		line-height: 170%;
	}

#footer a {color: #0f2b72;}

#footer a:hover {color: #fff;}

#bottom p {
	line-height:2em;
	padding-top:12px;
	font-size: 60%;
	color:#CCC;
	text-align:center;
	}
	
		


/* link styles */

	
#bottom a {
	text-decoration: none;
	color: #ccc;
	}	


/* more */

.more-button {margin: 24px 0 24px 0; display: block; position: relative;}

#middle2 #middleinner  .more-button a {background:#0f2b72 ; text-transform: uppercase; height: 16px; padding: 9px 15px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: #0f2b72 1pt solid; text-align: center; font-size: 75%;  text-decoration:none; color: #fac81b}

#middle2 #middleinner  .more-button a:hover {background: #5b83ac; text-transform: uppercase; height: 16px; padding: 9px 15px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: #5b83ac 1pt solid; text-align: center; font-size: 75%;}

