﻿@import url('css/reset-fonts-grids.css');
html {
	background-color: #003366;
}
body {
	text-align: left;
	font-family: 'Lucida Sans', 'Segoe UI', Arial, Helvetica, sans-serif;
}
h1 {
	display: none;
}

h2 {
	font-size:160%;
	color:#003399;
	font-weight:bold;
	border-bottom:1px solid #003399;
	padding:10px;
	margin:0px;
}

h3 {
	font-size:110%;
	color:#003399;
	font-weight:bold;
	border-bottom:1px solid #003399;
	padding:10px;
	margin-bottom:10px;
	font-variant:small-caps;
}

strong {
	font-weight:bold;
}


fieldset {
	padding:0px 0px 0px 10px;
}

#bd ul {
	list-style:square;
	list-style-position:outside;
	margin-bottom:10px;
}

#bd ul li{
	

	background-image:url('images/ma-ul-li-bullet.png');
	background-position:5px top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 35px;

}

p {
	padding:10px;
	line-height:140%;
}

#custom-doc {
	width: 900px;
	margin-top: 10px;
	border: 1px solid #999999;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#hd {
	padding: 10px;
}
#ft {
	padding: 10px;
		border-top: 1px dotted #000000;

}
#bd {
	padding:0px 70px 10px 70px;
}

.left {
	float:left;
}

.strapline {
	color:#666666;
	font-size:110%;
	font-family: Georgia, serif;
	font-weight:normal;
	font-style:italic;
	border:none;
	background-color:#F0F0F0;
}

.right {
	float:right;
}

.branding {
	float:left;
}
.branding img {
	float:left;
}
.np {
	text-align:center;
	display:block;
	padding:70px 50px 0px 50px;
	float:right;
}
.np ul {
	list-style-type: none;
	text-align: center;
}
.np ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 10px;
}
.np ul li a {
	float: left;
	display: block;
	text-decoration:none;
	color:#333333;
	padding:2px 2px 5px 2px;
}

.np ul li a:hover {
	color:#003399;
	border-bottom:7px solid #CCCCCC;
	padding:2px 2px 5px 2px;
	margin:0px;
}

.np ul li a.selected {
	color:#003399;
	border-bottom:7px solid #003399;
	padding:2px 2px 5px 2px;
	margin:0px;
}


.clear {
	clear:both;
}

label 
{
	display:block;	
	width: 120px;
	padding-bottom: 5px;
}

fieldset input 
{
	width: 200px;
}