html {
	 overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0;
}

p {
	margin: 15px 0;
}

a, img, object, input {
	outline: none;
}

blockquote {
	font-style: oblique;
	margin: 10px 20px;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0 0 0 35px;
}

ol li {
	background: none;
	padding: 0 0 0 5px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	padding: 0 0 10px 35px;
	background: transparent url(/library/images/common/list-arrow.gif) no-repeat 0 6px;
}

form {
	margin: 0;
	padding: 0;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}

.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.content strong {
	font-size: 14px;
	color: #005595;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #fff;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
}

#footerSearchInput 
{
	/*border: 1px solid #FF0000;*/
	width: 188px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	background-image: url(/library/images/common/search-1.png);
	background-repeat: no-repeat;
	background-position: center;
}
#footerSearchInput input 
{
	margin:0 0 0 25px;
	border-width: 0px;
	background: none;
	color:#FFF;
	font-size:7.5pt;
	width:150px;
}
#footerSearchBtn
{
	width: 23px;
}

#intro, #welcome {
	margin: 0 auto;
	display: block;
	width: 750px;
}
