body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/layout-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2E3092;
	text-align: center;
	padding: 30px 0 30px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	font-size: 85%;
}

a {
	color: #2E3092
}

a:hover {
	color: #B80001;
}

a img {
	border: none;
}

#container-wrap {
	margin: 0 auto 0 auto;
	width: 740px;
	background: #FFFFFF;  
}

#container {
	text-align: left;
	padding: 15px 0 0 0;
 	position: relative; 
}

#container-top {
	background-image: url(images/layout-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}

#container-bottom {
	background-image: url(images/layout-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
}


#content {
	padding: 35px 15px 20px 15px;
	line-height: 160%;
	font-size: 90%; 
	width: 710px;
}




#content p {
	margin: 0 0 20px 0;
	font-size: 90%; 
}

#content h2, #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

#content h2 {
	color: #2E3092;
	font-size: 95%;
}

#content h3 {
	color: #B80001;
	font-size: 95%;
}

#content h2 a {
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content h3 a {
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
} 


#content ul, #content ol {
	margin-bottom: 20px;
}

#content li {
	margin: 0 0 3px 0;
	font-size: 90%;
	padding: 0;
	line-height: 140%;
}


#content blockquote {
	border-left: 4px solid #D4D4D4;
	padding-left: 10px;
}


#footer1 {
	clear: both; 
	padding: 2px 20px 4px 20px;
	background-color: #F6F6F6;
	border-top: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
	text-align: center;
	margin-bottom: 10px;
}

#footer2 {
	text-align: center;
	font-size: 70%;
	color: #666666;
}


#content .sectionbox {
	padding: 5px 5px 6px 6px;
	border: 2px solid #D6D6D6; 
	margin-bottom: 15px;
	background: #F6F6F6;
}


#content .weather {
	line-height: 108%;
	font-size: 100%;
	margin-left: 24px;
}


#google-box {
	margin: 0;
	padding: 0 0 12px 60px;
	text-align: left;
	width: 100%;
}

#google-box form {
	margin: 0;
	padding: 0;
}