@charset "utf-8";

body {
 background:#183579 url(../images/page_bg.png) repeat-y 50% 0;
 margin:0;
 padding:0;
 color:#555555;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
}

/* ---------- Content Containers ---------- */
#wrapper { margin:0 auto; width:900px; position:relative; }
#main-content { width:600px; margin:15px 10px 0 10px; float:left; }
#side-content { width:270px; margin:15px 0 0 0; padding-right:10px; float:left; }
#footer { width:100%; margin:20px 0 20px 0; text-align:center; float:left; }

/* ---------- Text Properties ---------- */
p { line-height:20px; font-size:1em; margin:5px 0 10px 0; }
p.small { line-height:16px; font-size:0.8em; margin:3px 0 5px 0; }

h1 { font-size:1.5em; font-style:italic; margin:0 0 10px 0; color:#314b96; }
h2 { font-size:1.2em; margin:5px 0 7px 0; color:#d42628; } /* #B57F13 */
h3 { font-size:1.1em; font-style:italic; margin:5px 0 7px 0; color:#314b96; }

a:link, a:active, a:visited { color:#314b96; text-decoration:underline; }
a:hover { color:#314b96; text-decoration:none; }

/* ---------- Misc Properties ---------- */
img { border:none; }
.imgborder { border:#CCC solid 1px; }
hr { color:#CCC; width:90%; margin:10px auto 15px auto; }
ul { line-height:24px; list-style-type:square; }
ul.none { list-style-type:none; }
label { display:block; margin:10px 0 5px 5px; font-weight:bold; }
