/* HTML */

body {

	margin: 0; 

	padding: 0;

	background-color: #627FB0;

}



p, ul, ol, blockquote {

	font-size: 12px; 

	font-style: normal;

	font-family: arial, verdana, sans-serif;

}



ul {

	color: #fff;

}



/* Top Table */

#top {

	height: 93px;

	display: block;

	background: #fff;

	padding: 0;

	margin: 0;

	border: 0;

	width: 760px;

}



#top_logo {

	text-align: center;

	padding: 5px 0 5px 10px;

	width: 90px;

}



#top_tag {

	width: 600px;

}



/* Nav Table */

#nav {

	background-color: #FFF;

}



#nav img {

	padding-right: 2px;

}



/* Collage Table */

#collage {

	padding: 0;

	margin: 0;

	border: 0;

	width: 760px;

}



/* Content Table */

#content {

	margin: 0;

	border: 0;

	width: 760px;

	background: #E7EBF4;

}



#copy {

	text-align: left;

	width: 480px;

}



#copy p {

	line-height: 1.6em;

}



#sidebar {

	width: 230px;

}



#sidebar_copy {

	text-align: left;

	vertical-align: top;

	background-color: #0B3D91;

	width: 215px;

}



#sidebar_copy p {

	color: #fff;

}



#sidebar_bottom {

	background-color: #0B3D91;

	height: 13px;

	padding: 0;

	margin: 0;

	text-align: left;

	width: 230px;

}



/* Footer */

#footer {

	background-color: #FF6E01;

	width: 760px;

}



#footer p {

	font-size: 10px;

	display: block;

	padding: 0;

	margin: 0;

}

.portal-but {
	background: #f96e0f;
	text-align: center;
	width: 300px;
	margin-left: 90px;
	border-bottom: 2px solid #ce6217;
	border-right: 2px solid #e06512;
	padding: 5px;
}

.store-but {
	background: #f96e0f;
	text-align: center;
	width: 100px;
	margin-left: 20px;
	border-bottom: 2px solid #ce6217;
	border-right: 2px solid #e06512;
	padding: 5px;
}

.portal-but a, .store-but a {
	color: #fff;
	text-decoration: none;
}

.portal-but a:hover, .store-but a:hover {
	color: #000;
}

h3.store-but {
	font-size: .8em;
}

