@charset "utf-8";
/* Global */
body, html { margin: 0; padding: 0 }
body { background: #4d86e7 url(images/mainbg.jpg) repeat-x; color: #12397d; }
a { color: #4E86E7; }
a:hover { text-decoration: none; color: #95BBF9 }
#container { background: url(images/contentbg.png) repeat-y center; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); }
#content { padding: 10px; }
#lines { background:url(images/toplines.jpg) repeat-x; height: 4px; margin: 20px; }

/* Text */
p { font: 12px Arial, Helvetica, sans-serif; line-height: 20px;}
ul { font: 12px Arial, Helvetica, sans-serif }
ul li { padding-bottom: 4px; }
h1 { font: 24px Arial, Helvetica, sans-serif; color: #4D86E7; border-bottom: 1px solid #99CC66; }
#footer p { text-align: center; padding-bottom: 10px; }
