html {height:100%;}

body {
padding: 0; margin: 0;
width:100%;
height:100%;
background-color: #fff2be;
background: url('/Images/parchment2.jpg');
background-repeat: repeat;
}

.clear {
clear:both;
}

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

h2 {
font-family:Arial,Helvetica,sans-serif;
font-size:2.0em;
font-weight:bold;
color:#002e2e;
}

.rounded_5 {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

a {
color:#333333;
text-decoration:none;
border-bottom:1px dashed #333333;
}

a:hover {
color:#333333;
text-decoration:none;
border-bottom:2px solid #333333;
}


.page_text {
font-family:Arial,Helvetica,sans-serif;
font-size:1.1em;
color:#003e3e;
line-height:1.6em;
}

#main_container {
max-width:930px;
width:98%;
margin-left:auto;
margin-right:auto;
overflow:hidden;
padding:1%;
}

#main_content {
width:94%;
margin-left:auto;
margin-right:auto;
}

#masthead_container {
margin-top:16px;
max-width:930px;
margin-left:auto;
margin-right:auto;
}

#nav_container {
max-width:930px;
margin-left:auto;
margin-right:auto;
text-align:right;
}

.nav_container_link {
padding:8px;
cursor:pointer;
}

#copyright_bar {
padding:12px;
text-align:center;
}

@media screen and (max-width:480px) {

#masthead_container {
margin-top:8px;
}

h2 {
font-size:1.4em;
}

.page_text{
font-size:1.0em;
line-height:1.5em;
}



}