﻿/* CSS layout */

body {font-family: Arial, Helvetica, sans-serif; text-align:justify; background-color:#FFF9DD; width: 700px}
p {padding-right: 35px; padding-left: 35px; text-align: justify; width:440px}
/*#body p:first-line {font-variant: small-caps; color:navy; font-weight: 700}*/
img {border-width: 0px}

#container ul {display: block; width:440px; list-style:none; margin: 0px; padding-left: 35px; padding-right: 35px}
#container li {padding-top: 10px;  padding-bottom: 5px; padding-top:5px; border-bottom: 1px navy dashed; margin-top: 0.5em}

#emph {color:navy; font-weight: 700; font-style:italic}

#masthead {position: relative; width: 100%}

#top_left {width: 200px;position: absolute;left: 0px;top: 0px; padding-top: 70px}

#header {margin-left:200px; margin-right:250px; margin-bottom:20px; text-align:center; width:440px;padding: 5px 35px 5px 35px}

#headline h1 {color: navy; text-align : right; font-size: 2em;line-height: 0.7em; padding: 7px 0px 7px 0px; margin-top : 3px; margin-bottom: 3px; font-family: Garamond, "Times New Roman", Times, serif}
#headline h2 {color: navy;text-align: right; font-size: 1.1em;line-height: 0.7em; padding: 3px 0px 3px 0px; margin-top: 3px; margin-bottom: 10px; font-family: Garamond, "Times New Roman", Times, serif}

h3 {color: white; background-color: navy; margin-bottom: 1em; margin-top: 0px; padding: 5px 35px 5px 35px; width: 440px; font-size: medium; letter-spacing:0.2em}

#container {position: relative; left: 0px; top: 0px; width: 75%}

#left_col {width: 200px; position: absolute;left: 0px;top: 0px; padding-left: 35px; left : 0px; width: 160px}

#page_content {margin-right: 10px; margin-left: 200px; width:440px}

#right_col {width: 200px;position: absolute;right: 0px;top: 0px;}

#footer {text-align: center; width:440px}

address {color:white; background-color:navy; font-weight:bold; font-size: 0.9em; margin-top: 15px; margin-left: 0px; padding: 5px 35px 5px 35px; width:440px}

#first {float:left; line-height: 0.75; font-size: 300%; padding-right:2px; color:navy; font-weight: 600; font-family: Garamond, "Times New Roman", Times, serif}

#menu a {display:block; font-weight:700; vertical-align: middle; text-align: right}
#menu a:link {text-decoration: none; 
				font-size: small; 
				color:white; 
				background-color: #4788D6; 
				width: 130px; 
				height: 15px;
				padding: 3px 5px 3px 5px;
				border-style: outset;
				border-width: 1px;
				
				}
#menu a:visited {text-decoration: none; 
				font-size: small; 
				color:white; 
				background-color: #4788D6; 				
				width: 130px; 
				height: 15px;
				padding: 3px 5px 3px 5px;
				border-style: outset;
				border-width: 1px;
				}

#menu a:hover {text-decoration: none; 
				font-size: small; 
				color:white; 
				background-color:#4788D6; 
				width: 130px; 
				height: 15px;
				padding: 3px 5px 3px 5px;
				border-style: inset;
			    border-width: 1px;				
			    }

#menu a:active {text-decoration: none; 
				font-size: small; 
				color:white; 
				background-color:#4788D6;				
				width: 130px;  
				height: 15px;
				padding: 3px 5px 3px 5px;
				border-style: outset;
				border-width: 1px;
				}

