/************* GENERAL CSS ************/

body { margin: 0; text-align: center; font-family: verdana; font-size: 13px; color: #333333; background-color: white; background-image: url(../images/bg3.png); background-repeat: repeat-x; background-attachment: scroll; height: 100%; padding: 2px 0 0; }

h1, h2, h3, h4, h5, h6 { }

a { font-weight: bold; color: blue; text-decoration: underline; }

a:hover { color: yellow; }
/************* HEADER ************/

#header { background-color: #3297ca; background-image: url(../images/strike-force-banner2.png); background-position: 0 0; width: 762px; height: 80px; margin: 0 auto; text-align: center; overflow: visible; padding: 30px 0 5px; border-top: 4px solid silver; border-right: 4px solid silver; border-left: 4px solid silver; }

#header h1 { margin: -15px 0 0; text-align: left; color: black; font-size: 3em; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 40px !important; }
#header h2 { color: black; font-size: 2em; text-align: left; margin-top: 2px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 40px !important; }
.banner { display: none; }
/************* MENU ************/

#menu { background-color: #0097ca; text-align: right; width: 762px; height: 38px; overflow: visible; margin: 0 auto; padding: 0; border-right: 4px solid silver; border-bottom: 4px solid silver; border-left: 4px solid silver; border-top-width: 0; }
#menu a { padding: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: bold; color: black; }

#menu a:hover { color: orange; background-color: #333; }

/************* CONTENT ************/
#content { width: 770px; height: auto; overflow: visible; float: none; max-width: 770px; margin: auto; padding: 0; display: table; }
#content h2, #content h3, #content h4, #content h5 {
	font-weight: normal;
}
#content p, #content ul, #content ol {
	line-height: 1;
}
/************* INTERIOR ************/
#left { color: white; line-height: 20px; background-color: #3297ca; background-repeat: repeat-y; background-attachment: scroll; text-align: center; padding: 0 2px 10px; width: 120px; height: auto; float: left; min-height: 468px; margin: 0; border-right: 4px solid silver; border-bottom: 4px solid silver; border-left-color: silver; border-left-style: solid; border-left-width: 4px !important; display: inline; }
#left a { color: black; font-family: tahoma; text-decoration: none; }
#left a:hover {  color: #6cf; background-color: black; border: solid 1px black; }
#right { background-color: silver; text-align: left; width: 630px; height: auto; overflow: auto; float: right; min-height: 460px; margin: 8px 1px 20px; padding: 0; border: solid 1px black; display: inline; }
#lin { padding: 4px; width: 450px; height: 100%; float: left; min-height: 475px; margin-right: 8px; }
#lin p { line-height: 1.4; }
.hr { text-align: justify; border-bottom: 2px ridge black; }
#lin img { border: solid 5px white; }
#lin h1 { color: #003; font-size: 14px; font-weight: 600; line-height: 1; text-decoration: none; text-align: justify; margin: 1px 1px 1px 15px; padding: 1px; border: solid 1px #ccc; }
#lin h2 { background-color: #0097ca; border-right: 1px solid black; border-bottom: 2px solid black; }
#lin h4 { color: red; font-size: 10px; font-weight: 700; font-style: italic; background-color: transparent; background-image: url(star.png); background-repeat: no-repeat; background-position: left top; text-decoration: underline; padding-top: 16px; padding-left: 29px; }
#rin { background-color: orange; padding: 5px; width: 130px; float: right; border-bottom: 3px double black; border-left: 3px double black; }
#rin a { color: black; }
#rin a:hover { color: #6cf; background-color: black; border: solid 1px black; }
/************* SPECIAL ************/
#lin_form { background-color: white; width: auto; height: auto; float: left; padding: 0 10px; }
/************* FOOTER ************/
#footer { clear: both; margin:8px auto 10px; padding:2px 0; width: 770px; height: 40px; text-align: center; font: 12px/18px Verdana, Arial, Helvetica, sans-serif; background-color: #c7c7c7; border: solid 1px black; }
#footer a { color: black; font-size: 10px; text-decoration: none; padding: 5px 3px 5px 2px; }
#footer a:hover { color: white; background-color: #333; text-decoration: none; }
