html{
	height: 100%;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #1A7ED6;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	border: 0px;
	background-color:#D4D4D4;
	color: #D4D4D4;
	margin: 20px 0px 13px 0px;
}

label{
	font-size: 12pt;
	font-weight: bolder;
}

a.small{
	text-decoration: none;
}
a.small:hover{
	text-decoration: underline;
}

.small{
	font-size: 9pt;
	font-weight: normal;
	color: #A2A2A2;
}

#menu{
	padding: 4px 0px;
	height: 17px;
	text-align: right;
	color: #000000;
}

#menu a{
	color: #FFFFFF;
	margin: 0px 5px;
}

#messages{
	color: #FF0000;
	font-weight: bold;
}

#logo{
	height: 73px;
}

#content{
	background-color: #FFFFFF;
    height: 1175px;
}

.centered-container2 {
    background-position: center top;
    background-repeat: repeat-x;
    color: #585858;
    margin: 0 auto;
    padding-top: 70px;
    width: 730px;
}

.quote{
	font-size: 9pt;
	font-family: Arial;
	color: #000000;
	width: 60%;
}

.author{
	font-size: 10pt;
	color: #1A7ED6;
	border-bottom: 2px dotted #DFDFDF;
}

#title1 {
    padding-left: 0px;
    background-color: #DEDEDE;
    height: 21px;
}

#contactus {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url("../../login/images/login-background.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-color: #D4D4D4;
    border-style: solid;
    border-width: 1px 4px 4px 1px;
    padding: 20px;
    width: 220px;
    font-family: Arial,Sans-Serif;
    font-size: 10pt;
}

#contactus a {
    color: #1A7ED6;
    text-decoration: none;
}