html { width:100%; min-height:100%; background-color:#f4f9fa; background:linear-gradient(#f4f9fa,white) }
body { font-family:Georgia, Garamond, "Times New Roman", serif; font-size:12pt; color:black; max-width:1400px; margin-left:auto; margin-right:auto; background:white; border:2px solid black }
a { text-decoration:none }
a:hover { text-decoration:underline }

#logo { max-width:100% }
#header { background-color:#d6e6f6; background-image:linear-gradient(to right,#c5ddf3,#e6f0fa,#c5ddf3); border-bottom:2px solid black }
#content { padding-left:10px; padding-right:10px }
#footer { background-color:#4f81bd; background-image:linear-gradient(to right,#749dcc,#4275ae,#749dcc); line-height:1.5em; font-size:10pt; border-top:2px solid black }
#header, #footer { padding-top:5px; padding-bottom:5px; color:white; text-align:center; text-shadow:2px 2px #888888 }
#header p, #footer p { margin-top:2px; margin-bottom:1px }
#header p.site-title { font-size:26pt; color:lightgreen; font-weight:bold; font-style:italic }
#footer a { color:inherit }

.center { text-align:center }

h1 { font-size:26pt; color:#17365d; border-bottom:1px solid #4f81bd; padding-bottom:5px; margin-bottom:10px; text-shadow:2px 2px #c0c0c0 }
h2 { font-size:12pt; font-style:italic; letter-spacing:0.75pt; color:#4f81bd; margin-bottom:0; border-bottom:1px dashed #4f81bd; line-height:1.5em }
h1, h2 { font-family:Cambria, Georgia, Garamond, "Times New Roman", "Droid Serif", serif; font-weight:normal; text-align:center; margin-top:5px; width:95%; margin-left:auto; margin-right:auto }
h3 { width:95%; margin-left:auto; margin-right:auto; font-size:10pt; text-align:center; padding-top:2px; padding-bottom:2px }
h3 { border:1px solid black; background-color:#cccccc }

table.generic { width:100%; border:1px solid black; border-collapse:collapse }
table.generic th, table.generic td { border-bottom:1px solid black; padding:4px }
table.generic th { background-color:lightgray }
table.generic tr.alt th { background-color:#efefef }
table.generic td { text-align:left }

table.generic td p { margin-top:0px; margin-bottom:1px; line-height:1.15em }

table.top-padding { margin-top:5px }
table.bottom-padding { margin-bottom:30px }

@media (max-width:1399px)
{
	body { width:100%; border-left:none; border-right:none }
}