﻿body{
    height: 100%;
	background-attachment: fixed;
	font-family:  'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0px;
}

html{height:100%;}
form {margin: 0; display: inline;}

p{color: #545456; font-size: .95em; line-height: 1.4; margin: 0 0 20px 0;}

h1{font-size: 1.7em; color: #89899f; margin: 0 0 10px 0; line-height: 1.3; font-family: 'Open Sans', arial, serif;}
h2{color: #860000; font-size: 1.2em; font-weight: bold; font-family: 'Open Sans', arial, serif; text-shadow: 1px 1px 0px #fff; margin: 0 0 15px 0; font-weight: normal; border-bottom: 3px solid #860000; padding: 0 0 7px 0;}
h3{color: #860000; font-size: 1.1em; line-height: 1.2; font-family: 'Open Sans', arial, serif; font-weight: normal; margin: 0 0 10px 0;}
h4{}
h5{}
h6{}


/* links */
a{text-decoration:none;}
	a:hover{text-decoration:underline;}
	a:visited{text-decoration: none;}

a#uamslogo{display: none;}


.page_wrapper{
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}

.page-content{padding:20px;}





