/* General styles */
BODY { background: #f5eee4; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px; padding: 5px 15px; }
BODY { margin-left: auto ; margin-right: auto; }
A:link, A:visited { color: #0f1855; font-weight: normal; text-decoration: underline; }
A:hover, A:active { color: #d1ac31; font-weight: normal; text-decoration: underline; }
SUP { font-size: 90%; font-weight: bold; vertical-align: top; }
HR { background: #51a6db; border: 0px; color: #51a6db; height: 1px; }
H1 { color: #003466; font-size: 11px; font-style: normal; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }
H2 { color: #003466; font-size: 11px; font-style: normal; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }


/* Layout */
#header { background: #f6d56f; border: solid 1px #003466; height: 100px; padding: 10px; }
#header H1 { color: #25598b; font-family: 'Times New Roman', sans-serif; font-size: 36px; font-style: normal; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }
#header H2 { color: #003466; font-family: 'Times New Roman', sans-serif; font-size: 24px; font-style: normal; font-weight: bold; margin: 0px; padding: 0px 0px 0px 30px; text-decoration: none; }

#body { padding: 10px 0px; }

#menu { width: 153px; padding-right: 30px; }
#menu A { background: url(../images/link.gif) center center no-repeat; display: block; height: 25px; line-height: 25px; padding-left: 17px; margin: 0px 0px 10px 0px; }
#menu A.link50 { background: url(../images/link50.gif) center center no-repeat; height: 50px; line-height: normal; }
#menu A DIV { height: 30px; padding: 10px 0px; cursor: hand; }
#menu A { font-family: 'Times New Roman', sans-serif; font-size: 12px; }
#menu A:link, #menu A:visited { color: #ffffff; font-weight: bold; text-decoration: none; }
#menu A:hover, #menu A:active { color: #f6d56f; font-weight: bold; text-decoration: none; }

#left { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
#left B { color: #003466; }
#left A { background: none; display: inline; padding: 0px; }
#left A { font-family: Verdana, Arial, Helvetica, sans-serif; }
#left A:link, #left A:visited { color: #003466; font-weight: normal; text-decoration: underline; }
#left A:hover, #left A:active { color: #f6d56f; font-weight: normal; text-decoration: underline; }

#content H1 { background: url(../images/headingbg.gif) no-repeat; line-height: 30px; height: 30px; width: 365px; text-align: right; }
#content H1 { color: #ffffff; font-size: 11px; font-style: normal; font-weight: bold; margin: 0px; padding: 0px 15px 0px 0px; text-decoration: none; }
#content B, #content STRONG { color: #0f1855; }


/* Common Classes */
.form { border: 1px #51a6db; border-style: solid; }
.form-left { background: #f3f3f5; padding: 5px; }
.form-right { padding: 0px 5px; }
.form-right INPUT, .form-right SELECT, .form-right SUBMIT, .form-right TEXTAREA { font-family: sans-serif; font-size: 11px; }


/*
Colors:

tan: #f5eee4; 
yellow: #f6d56f; 
lt blue: #25598b; 
dk blue: #003466; 
*/