/* set the page background color and margins. */
body { margin: 0px; background-color: #000; }

/* set the page font formatting. */
body, p, div, td {font-family: Georgia; font-size: 10pt; color: #ddd; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: bold; text-decoration: none; color: #1877C8; } /* unvisited link color */
a:hover { font-weight: bold; text-decoration: none; color: #A2D4FF; } /* hover over an unvisited link color */
a:visited { font-weight: bold; text-decoration: none; color: ##1877C8; } /* visited link color*/
a:visited:hover { font-weight: bold; text-decoration: none; color: #A2D4FF; } /* visited link hover color*/

/* alternate link colors */
a.subnav:link { font-weight: bold; text-decoration: none; color: #000000; }
a.subnav:hover { font-weight: bold; text-decoration: none; color: #ffffff; }
a.subnav:visited { font-weight: bold; text-decoration: none; color: #000000; }
a.subnav:visited:hover { font-weight: bold; text-decoration: none; color: #ffffff; }

p { margin-top:0; }
li { list-style-image: url(/images/plusses.gif)}

/* set all H tags to 0 margin. This allows another element to be directly below it on the page */
h1, h2, h3, h4, h5, h6, h7 { font-size:12pt; margin: 4px 0 8px; color:#fff; }
h1 { font-size:14pt; }
h2 { font-size:13pt; }
h3 { border-bottom:1px solid #333; }

/* only custom styles below this line */
.imgBorder { border: 1px solid #000000; }

.teamImage { margin:0 8px 8px 0; }

/* set input, select and textfield elements sizes */
.sminput { width: 20px; }
.mdinput { width: 125px; }
.lginput, select { width: 225px; }
.xlinput, select { width: 300px; }
.smtext {width: 450px; height: 75px; }
.mdtext {width: 450px; height: 150px; }
.lgtext {width: 450px; height: 200px; }
.xltext {width: 450px; height: 300px; }

#content_div { background:#000 url(images/bg_content.gif) repeat-x top center; border-top:1px solid #333; padding:20px 4px; }
#footer { text-align:center; padding:10px 0 20px; font-size:0.8em; color:#ccc; border-top:1px solid #111; clear:both; }

#logoTbl { margin-top:20px; background-color:#fff; }
#logoTbl img { margin-left:4px; margin-right:4px; border:2px solid #eee; }