/*-------------------------------------Reset Browser Styles-------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img { 
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { 
border:0;
}

/*-------------------------------------Page Styles----------------------------------------*/
body {
	background: #D1DEED url(../graphics/bg-gradient.png) repeat-x;
	font-family: "Calibri", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	
}

#container {
	width: 760px;
	margin:auto;
	background: #F0F4F8 url(../graphics/content-bg.png) repeat-y;
}

h2 {
padding: 5px 0px 10px 0px;
color:#7DA6C2;
}

h3, h4, p {
	padding: 5px 0px 3px 0px;
	line-height:normal;
}
h2 {
font-size: 2.3em;
}

h3 {
	
	padding: 5px 0px 10px 0px;
	color:#7DA6C2;
	font-size: 1.6em;
}

h4 {
	font-size: 1.0em;
	text-align:right;
}

h5 {
	font-size: 1.0em;
	text-align:left;
}

p {
font-size: 1em;
}

#name {
font-size: 0.8em;
color: #7DA6C2;
padding: 0;
}

label {
display: block;
}

/*-------------------------------------Branding Area Styles----------------------------------------*/

#branding {
height: 204px;
background: url(../graphics/header.png) no-repeat;
text-align: center;
}

#branding h1 {
text-indent: -9999px;
}

/*-------------------------------------Navigation Area Styles----------------------------------------*/

#nav {
background: #7DA6C2;
}

#nav li {
display: inline;
padding: 0 0 0 15px;
}

#nav a {
text-decoration: none;
color: #fff;
}

/*-------------------------------------Content Area Styles----------------------------------------*/

#mainContent {
width: 483px;
padding: 0 0 0 15px;
float: left;
}

#secondaryContent {
width: 228px;
padding: 0 13px 0 0;
float: right;
text-align:center;

}

#content ul, ol {
padding: 0 0 0 30px;
}

#content ul {
list-style: circle;
}

#content ol {
list-style: decimal;
}

#content li {
padding: 0 0 20px 0;
}



#ResultsFormTable {
font-size: 0.9em;
text-align:left;
}
/*-------------------------------------SiteInfo Area Styles----------------------------------------*/

#siteInfo {
min-height: 170px;
clear: both;
background: url(../graphics/footer.png) no-repeat bottom;
padding: 0 15px 0 15px;
}

#siteInfo h3{
padding: 0 0px 0 0px;
text-align:right;

}
