@charset "utf-8";
/* CSS Document */

/* Reset */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Elements */
body {
	font: 62.5%/1.5 Georgia, serif;
	text-align: center;
	color: #36291A;
	background-color: #ebebeb;
	background-image: url(../images/siteBG.jpg);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
a {
	color: #452B12;
	text-decoration: underline;
}
a:hover,a:focus,a:active { color: #000; text-decoration: underline; }
a:focus,a:active { overflow: hidden; }

h1,h2,h3,h4,h5,h6 { margin: 0 0 .9em; font-weight: normal; font-size: 1em; line-height: 1; letter-spacing: -1px; }
h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2C6AA5;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00669C;
	font-weight: bold;
	letter-spacing: .2em;
}
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-top: 0;
	margin-right: 20;
	line-height: 19px;
}
ul,ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
	margin-right: 2em;
	margin-left: 2em;
	line-height: 14px;
	list-style-image: url(../images/square_Blue.gif);
	list-style-position: inside;
	margin-bottom: 2em;
}
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
li {
	line-height: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-position: outside;
}

dl { margin: 0 2em 1.5em; }
dl dt { font-weight: bold; }
dl dd { margin: 0 0 0 1.5em; }
abbr,acronym { border-bottom: 1px dotted #000; }
address { margin: 1.5em 0 0; font-style: italic; }
del { }
blockquote { margin: 1.5em 2em; }
strong { font-weight: bold; }
em,dfn { font-style: italic; }
dfn { font-weight: bold; }
pre,code { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em monospace; line-height: 1.5; }
tt { margin: 1.5em 0; display: block; line-height: 1.5; }
hr,legend { display: none; }
table { margin: 0 0 1.5em; }
tfoot { font-style: italic; }
caption { background: #FFC; }

/* Clear */
.clear { display: inline-block; }
.clear:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .clear { display: block; }

/* Some classes */
.small { margin: 0 0 1.875em; font-size: .8em; }
.large { margin: 0 0 1.25em; font-size: 1.2em; }
.quiet { color: #999; }
.highlight { background: #FFC; }
.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }
.left { margin: 0 0 1.5em 1.5em; float: left; }
.right { margin: 0 1.5em 1.5em 0; float: right; }
.hide { display: none; }

/* Layout */
#page { margin: 0 auto; width: 988px; text-align: left; }#body-container {
	height: 668px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#left-column {
	height: 648px;
	float: left;
	width: 272px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336699;
	margin-top: 10px;
}
#photo-right {
	float: right;
	margin-left: 20px;
}

#navigation-container {
	height: 176px;
	width: 272px;
	margin-top: 20px;
	text-align: left;
}
#live-calendar {
	width: 272px;
	margin-top: 20px;
	text-align: right;
}

#portrait-container {
	margin-top: 10px;
}

#logo {
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}
#right-column {
	margin-top: 10px;
	height: 648px;
	width: 683px;
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat-x;
	float: left;
}
#page-header {
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
}
#body-content-scroll {
	overflow: auto;
	height: 490px;
	margin-left: 20px;
	text-align: left;
	padding-right: 20px;
}
#copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 955px;
	height: 100%;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#clear {
	clear: both;
}
