/*        Beginning of CSS "siran_style.css"         */
/**********************Changelog**********************/
/* Last update 03/13/08 - added menu title bar style */
/*                      - added body bar style       */
/*             03/17/08 - made this validate green   */
/*                      - removed non-standard header*/
/*             04/15/08 - changed fonts on "h" tags  */
/*             04/16/08 - changed fonts on "li" tag  */
/*             05/15/08 - changed background to white*/
/*             05/20/08 - made text lowercase        */
/*             05/30/08 - added a top table style    */
/*             06/01/08 - changed background color   */
/*             06/04/08 - optimizing webspace, had to*/
/*                        rename 2 files here        */
/*                      - changed the text color for */
/*                        the "p" tag                */
/*             07/13/08 - changed the color scheme   */
/*             08/14/08 - started my "div" work      */
/*             08/15/08 - eliminated the tables      */
/*             09/29/08 - added a new div style for  */
/*                        the status legend display  */
/*             09/02/09 - added a second div header  */
/*                        class                      */
/*****************************************************/

/* The default body text style for the whole website */
body {
 background-color: #000000;
 color: #ffffff;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-weight: normal;
 font-style: normal;
}

/* Customized headers */
h1 {
 color: #33ccff;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 font-style: normal;
}

h2 {
 color: #ffffff;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 font-style: normal;
}

h3 {
 color: #ff0000;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-weight: normal;
 text-align: left;
 font-style: normal;
}

h4 {
 color: #ff003c;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-weight: normal;
 text-align: center;
 font-style: normal;
}

h5 {
 color: #ffffff;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 font-style: normal;
}

h6 {
 color: #33ccff;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 font-style: normal;
}

/* Customized Horizontal Rule (unknown use) */
hr {
 color: #cc9900;
}

/* Customized "P" tag (unused) */
p {
 color: #ffffff;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-style: normal;
}

/* Customized "LI" tage (unused) */
li{
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-weight: normal;
 font-style: normal;
}

/* Customized "A" tag (used extensively) */
a:link{
 color: #996633;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-style: normal;
 text-decoration: none;
}

a:visited{
 color: #996633;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-style: normal;
 text-decoration: none;
}

a:hover{
 color: #cc9933;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-style: normal;
 text-decoration: none;
}

a:active{
 color: #996633;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-style: normal;
 text-decoration: none;
}

/* Customized "divs" (used for main page "header" section) */
#header {
 float: left;
 margin-top: 1%;
 margin-left: 5%; /*10%; /*13%;*/
 width: 90%; /*80.2%; /*74.2%;*/
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 text-align: center;
 background: #666666;
}

/* Customized "divs" (used for main page "header" section) */
#header2 {
 float: left;
 margin-top: 1%;
 margin-left: 13%;
 width: 74.2%;
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 text-align: center;
 background: #666666;
}

/* Customized "divs" (used for main page "header" section) */
#header3 {
 float: left;
 margin-top: 1%;
 margin-left: 2.5%; /*13%;*/
 width: 95%; /*74.2%;*/
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 text-align: center;
 background: #666666;
}

/* Customized "divs" (used for main page "left column" section) */
#leftcol {
 float: left;
 margin-top: 1%;
 margin-left: 5%; /*10%; /*13%;*/
 width: 30%; /*25%; /*20%;*/
 height: auto;
 text-align: center;
 background: transparent;
}

/* Customized "divs" (used for main page "right column" section) */
#rightcol {
 float: right;
 margin-top: 1%;
 margin-right: 4.8%; /*9.6%; /*12.6%;*/
 width: 59.5%; /*55%; /*53.4%;*/
 height: auto;
 text-align: center;
 background: transparent;
}

/* Customized "divs" (used for main page "content" section) */
#content {
 float: left;
 width: 70%;
 height: auto;
 margin-left: 1%;
 margin-top: 3%;
 background: transparent;
}

/* Customized "divs" (used for main page "footer" section) */
#footer {
 clear: both;
 margin-top: 1%;
 margin-left: 10%; /*20%;*/
 width: 80%; /*60%;*/
 text-align: center;
 background: transparent;
}

/* Customized "divs" (used for main page "footer two" section) */
#footer2 {
 clear: both;
 margin-top: 1%;
 margin-left: 10%; /*20%;*/
 width: 80%; /*60%;*/
 text-align: left;
 background: transparent;
}

/* Customized "divs" (used for sub page "footer" section) */
#footer3 {
 clear: both;
 margin-top: 1%;
 margin-left: 13%;
 width: 74.2%;
 text-align: center;
 background: transparent;
}

/* Customized "divs" (used for sub page "header" display) */
.header1 {
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 width: 98%;
 margin-left: 1%;
 margin-top: 1%;
 text-align: center;
 background: #333333;
}

/* Customized "divs" (used for sub page "header" display) */
.header2 {
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 width: 98%;
 margin-left: 1%;
 margin-top: 1%;
 text-align: left;
 background: #333333;
}

/* Customized "divs" (used for "left menu" display) */
.leftmenu {
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 text-align: center;
 padding: 3px;
 background: #333333;
}

/* Customized "divs" (used for "right news" display) */
.rightnews {
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 text-align: left;
 padding: 3px;
 background: #333333;
}

/* Customized "divs" (used for "content top" display) */
.contenttop {
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 text-align: center;
 padding: 3px;
 background-color: #666666;
}

/* Customized "divs" (used for sub page "content one" display) */
.content1 {
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 width: 97%;
 margin-bottom: 1%;
 margin-left: 1%;
 margin-top: 1%;
 text-align: left;
 padding: 3px;
 background: #333333;
}

/* Customized "divs" (used for sub page "content two" display) */
.content2 {
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 width: 99%;
 text-align: center;
 padding: 3px;
 background: #333333;
}

/* Customized "divs" (used for sub page "content three" display) */
.content3 {
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 width: 97%;
 margin-left: 1%;
 margin-top: 1%;
 text-align: center;
 padding: 3px;
 background: #333333;
}

/* Customized "divs" (used for sub page "content four" display) */
.content4 {
 border-width: 1px;
 border-style: solid;
 border-color: #ffffff;
 width: 97%;
 margin-bottom: 1%;
 margin-left: 1%;
 text-align: left;
 padding: 3px;
 background: #333333;
}

/* Customized "divs" (used for status legend display) */
.legend {
 border-width: 1px;
 border-style: solid;
 border-color: #996633;
 width: 80%; /*65%;*/
 margin-right: 1%;
 margin-left: 9%; /*15%;*/
 text-align: left;
 padding: 3px;
 background: #333333;
}

/* End of CSS "siran_style2.css" */