/*Clear defaults
----------------*/
:link,:visited {text-decoration:none;} 
ul,ol,dl {list-style:none;} 
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd {margin:0; padding:0;} 
a img,:link img,:visited img {border:none;}
address {font-style:normal;}
strong {font-weight:bold;}
em {font-style:italic;}
i {display:none;}

/*Default Styles
----------------*/
body {
	
	color:#4d4d4d;
	font:62.5%/140% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
body.nonprofit {background:#fff url(../media/images/layout/bg_nonprofit.gif) no-repeat 50% -15px;}
body.changes {background:#fff url(../media/images/layout/bg_change.gif) no-repeat 50% -15px;}
.background { background:url(../media/images/elements/separator2.gif) repeat-x 0 100%; }
a {
	color:#0a83bf;
	font-weight:bold;
}
a:hover {
	color:#262626;
	text-decoration:underline;
}
p, ul, ol {
	font-size:1.1em;
	padding-bottom:10px;
}
p ul, p ol, ul p, ul ul, ul ol, ol p, ol ul, ol ul {
	font-size:1em;
	padding-bottom:0;
}
li {padding-bottom:6px;}
h1, h2, h3, h4 {font-family:Arial, Helvetica, sans-serif;}
h1 {
	color:#356;
	font-size:2.7em;
	letter-spacing:-1px;
	padding:10px 0 0 0;
	margin-left:20px;
	font-weight:bold;
	line-height:1.1em;
}
h1#pagetitle {
	margin-left:10px;
	padding:0;
	width:440px;
}
h2 {
	color:#356;
	font-size:2.1em;
	line-height:1.1em;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
}
h2.multiple {
	color:#356;
	font-size:17px;
	padding-left:10px;
	line-height:24px;
	height:24px;
	background:url(../media/images/general/h2.gif) no-repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
h3 {
	color:#356;
	font-size:1.7em;
	font-weight:bold;
	line-height:25px;
	margin-bottom:10px;
}
h4 {
	color:#525f66;
	font-size:1.7em;
	font-weight:bold;
	background:url(../media/images/elements/separator2.gif) repeat-x 0 0;
	padding:10px 10px 0 10px;
	margin-bottom:6px;
	line-height:1.2em;
}
h5 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:6px;
	color:#356;
}
h6 {
	font-size:1.3em;
	line-height:1.1em;
	font-weight:bold;
}
h6 a:hover {text-decoration:none;}
form {padding-bottom:8px;}
input, textarea, select {
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#262626;
	vertical-align:middle;
}
dl {padding-bottom:10px;}
dt {
	font-size:1.1em;
	font-weight:bold;
	width:60px;
	float:left;
	clear:left;
	padding-bottom:6px;
}
dd {
	font-size:1.2em;
	padding-bottom:6px;
	margin-left:70px;
}
table {
	font-size:1.1em;
	margin-bottom:10px;
}
td, th {
	text-align:left;
	padding:2px 5px;
}


