﻿body {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}


#all {
position: relative;
width: 1024px;
margin: 0px auto 0px auto;
text-align: left;
}
#topNav {
padding: 10px;
text-align:center;
}
#topNav a {
padding: 0px 0px 0px 30px;
}
#header {
margin: 10px;
}
#pagetitle {
position:relative;
}
#pagetitle h1 {
font-size: 25px; 
color: #01599F;
padding-bottom: 15px;
border-bottom: 1px solid #aaa;
}
#buttonBar {
position: absolute;
top: 0px;
right: 20px;
}
#pageDesc {
margin:0px 0px 20px 0px;
}
#pageDesc h2 { font-size: 16px; color: #01599F; margin: 0px; }
#pageDesc h3 { font-size: 14px;  margin: 0px; }

#solutionCenter img, #learningCenter img { float: left; padding: 0px 10px 20px 0px; }
#solutionCenter a, #learningCenter a { color: #01599F; }

#solutionCenter {
border-bottom: 1px solid #aaa;
margin-bottom: 20px;
}

.protected h2, .protected h3 { color: #01599F; font-size: 14px; }
.protected h4 { color: #111; font-size: 13px; border-bottom: 1px solid #111; }
.protected a { color: #01599F; }
.protected table { color: #297666; }


#footer {
text-align:center;
border-top: 1px solid #111;
margin-top: 10px;
margin-bottom: 25px;
padding-top: 5px;
}
