body{
	background:#004a6d url(bg.gif) repeat-x;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
 *{
	margin:0;
	padding:0;
}
ol, ul, p, blockquote {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 140%;
}

/*Div Styles
------------------------------*/
#wrapper{
	margin:0 auto;
	width:653px;
}
	#top{
		width:653px;
		height:111px;
		display:inline;
		float:left;
	}
		img#logo{
			margin-left:-55px;
			display:inline;
			float:left;
			height:111px;
			width:242px;
			position:relative;
		}
		img#tag{
			display:inline;
			float:left;
			margin:78px 0 0 35px;
		}
	#middle{
		background-color:#fff;
		width:573px;
		display:inline;
		border-bottom:5px solid #00aeef;
		float:left;
		padding: 5px 40px 30px;
		margin-bottom: 15px;
	}
		body.home #middle {
			border-top:5px solid #00aeef;
		}
	
	
/*Button Styles
------------------------------*/
		a.button{
			text-decoration:none;
			background:url(button_left.gif) no-repeat;
			display:inline;
			float:left;
			height:33px;
			color:#fff;
		}
			a.button:hover {
				margin-left: 5px;
				color: #fff;
			}
			a.button span {
				background:url(button_right.gif) no-repeat right;
				height:29px;
				padding:4px 16px 0;
				float:left;
				display:inline;
			}
		
			
/*Font Styles
-------------------------------*/
	#middle p, blockquote, li, td, th {
		color:#212f36;
		font-size:0.8125em;/*13px*/
	}
	blockquote {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border:1px solid #E9E9E9;
		font-family: Georgia, Times, serif;
		font-style:italic;
		margin-top: 10px;
		padding: 10px 15px;
	}
	blockquote small {
		display: block;
		font-size: 0.75;
		font-weight: bold;
		font-style: normal;
		padding-top: 7px;
	}
	h1{
		display: block;
		margin: 30px 0 10px;
		height: 26px;
		background-repeat: no-repeat;
	}
	body.home h1 {
		height: 65px;
	}
	body.questions h1 {
		height: 49px;
	}
	h2{
		color:#212f36;
		font-size: 1em;
		padding:15px 0 5px;
	}
	h3 {
		color:#00aeef;
		padding: 5px 0;
		font-size: 0.8125em;
	}
	.highlight{
		background-color:#f5ffdc;
		padding:0 1px;
	}
	strong.green{
		color:#7daf08;
	}

/* Image styles
-------------------------------------*/
img.right{
	display:inline;
	float:right;
	margin:0 0 10px 10px;
}	
img.left{
	display:inline;
	float:left;
	margin:0 10px 10px 0;
}

/*Link Styles
-----------------------------------*/
a {
	color:#00aeef;
}
a:hover, a:active{
	color:#00aeef;/*#004a6d;*/
}


/*List Styles
--------------------------------------*/
ol, ul {
color:#212f36;

}
	li {
		margin: 2px 0 6px;	
	}
	
ul{
margin:0 0 0 20px;
}	
		ul li{
		}
ol{
	margin: 0 0 0 30px;
}
		ol li{
		}