/* large, at least when using Verdana*/
body
{
font-family: Verdana, "Bitstream Vera Sans", "Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 75%; /* Allow IE/Win to resize the document */
color: black;
margin: 0 0 0 0;
padding: 0 0 0 0;
border: none;
background: #F0F0F0;
}
/*	width: 994px; 	border-right: thin solid Black; */

/*	fixed body for 1024 screen with with right border: width: 990px; border-right: thin solid Black;*/

.hidden
{
/* by non-stylesheet-aware browsers */
display : none !important;
}

.notprinted
{}

/* the main content area*/
h1,				
h2,				
h3
{
font-weight: bold;
text-align: left;
margin: 1.5em 0 0 0;
padding: 0;
}

h4,
h5,
h6
{
font-weight : bold;
text-align : left;
margin : 1.25em 0 0 0;
padding : 0;
}

h1
{
font-size : 180%;
}

h2
{
font-size : 145%;
}

h3
{
font-size : 120%;
}

h4
{
font-size : 105%;
}

h5
{
font-size : 80%;
}

h6
{
font-size : 65%;
}

/* Anchors*/
a:link
{
text-decoration: none;
color: #0066CC;
background: transparent;
outline-style: none;
}

a:visited
{
text-decoration : none;
color : #003399;
background : transparent;
}

a:hover,
a:active
{
text-decoration : underline;
}

.title
{
/* Title in floating boxes / left sidebar */
font-weight : bolder;
}

abbr,
acronym
{
font : inherit;
}

.clearboxes
{
/* Clear navboxes and floatboxes */
clear : right;
}

/* Block-inline elements*/
img
{
vertical-align : baseline;
margin : 0;
padding : 0;
border : none;
}

img.left
{
/* Left-floating images */
margin : 0.75em 1.5em 0.75em 0;
float : left;
}

img.right
{
/* Right-floating images */
margin : 0.75em 0 0.75em 1.5em;
float : right;
}

img.center
{
margin: 0.5em auto 0.5em auto;
}

img.icon
{
margin: 10px 2px 2px 2px;
border: thin solid black;
}

img.whitebdr
{
border: thin solid white;
}

/* Block elements*/
p
{
margin: 1em 0 1em 1.5em;
padding: 0;
}

blockquote
{
/* floating boxes or left sidebar. */
margin : 1em 2.5em;
padding : 0;
}

pre
{
/* and floating boxes. */
line-height : 1.2;
margin : 1em 2.5em;
padding : 0;
}

hr
{
color : #999999;
background : transparent;
height : 1px;
/* Required for IE/Win */
margin : 1em 0;
padding : 0;
border-color : #999999;
border-width : 1px;
border-style : none none solid none;
}

hr.lighter
{
/* Warning: not printed out on paper */
color : #F0F0F0;
background : transparent;
border-color : #F0F0F0;
}

/* Lists*/
ol
{
list-style: decimal inside;
margin: 1em 0;
padding: 1em 0 0.5em 2.5em;
}

ul
{
list-style: square inside;
margin: 1em 0;
padding: 1em 0 0.5em 2.5em;
}

ol ol,
ol ul,
ul ol,
ul ul
{
margin-top : 0;
margin-bottom : 0;
}

/* Override possible browser styles*/
ol ul,				
ul ul
{
list-style : square outside;
}

li
{
margin : 0;
padding-bottom : 10px;
}

/* formatting: that is the role of CSS!*/
table.simple
{
color: inherit;
background: inherit; /* Don't make tables transparent */
font-size: 100%;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
margin: 1em 2em;
padding: 0;
border: 1px solid #999999;
}

table.simple caption
{
text-align: center;
font-size: 90%;
font-weight: bold;
caption-side: top;
margin: 0.75em;
padding: 0;
border: none;
}

table.simple td,
table.simple th
{
text-align: center;
vertical-align: middle;
margin: 0;
padding: 0.25em 0.5em 0.25em 0.5em;
border: 1px solid #999999;
}

table.simple th,
table.simple td.highlight,
table.simple th.highlight
{
font-weight: bold;
color: inherit;
background: #F0F0F0;
}

table.simple td.lighter,
table.simple th.lighter
{
color : inherit;
background : #F8F8F8;
}

table.simple td.left,
table.simple th.left
{
text-align: left;
}

table.simple td.center,
table.simple th.center
{
text-align: center;
vertical-align: middle;
}

table.simple td.right,
table.simple th.right
{
text-align : right;
}

table.simple td.m-us-w,
table.simple td.y-us-w,
table.simple td.g-us-w,
table.simple td.g-au-w,
table.simple td.y-au-w,
table.simple td.m-au-w
{
text-align: center;
vertical-align: middle;
}

table.simple td.g-au-w,
table.simple td.m-au-w,
table.simple td.y-au-w
{
background: #CCFFCC;
width: 8em;
}

table.simple td.g-us-w,   
table.simple td.m-us-w,
table.simple td.y-us-w
{
background: #ffffc0;
width: 8em;
}

table.simple td.heading
{
background-color: #F0F0F0;
font-weight:bold;
}

table.simple td.hitwise
{
background-color: #F0F0F0;
font-size: 80%;
}

table.simple td.wz
{
padding-top: 1em;
padding-bottom: 1em;
}

table.simple td.wu
{
padding-top: 0;
padding-bottom: 1em;
}

/* ********* Styles for Main Content **********/
#main
{
text-align : justify;
line-height : 1.5;
color : black;
background : white;
margin : 0 0 0 15.5em;
padding : 0.25em 1.5em 0.5em 1em;
border-left : 1px solid #999999;
}

#main h1
{
/* Should be used once, following navhead */
color : #999999;
background : transparent;
margin : 0 0 0.5em 0;
}

#main h3
{
margin: 1em 0 0 1em;
}

#main a:link
{
text-decoration: underline;
color: #0066CC;
background: transparent;
outline-style: none;
}

#main a:visited
{
text-decoration: underline;
color: red;
background: transparent;
}

#main a:hover,
#main a:active
{
text-decoration: underline;
color: fuchsia;
}

#main .highlight
{
/* Highlight box (for warnings, etc) */
color : inherit;
background : #F0F0F0;
margin : 1em 0;
padding : 1em 2.5em;
border : 1px solid #999999;
}

#main .headline
{
text-align: center;
color: Red;
font-style: italic;
font-weight: bold;
}

#main .important
{
color: Red;
font-weight: bold;
}

#main .totop
{
/* For "Top ^" lines in FAQs, etc */
text-align: right;
margin: 1em 1em 2em 1em;
border-bottom: 1px solid #F0F0F0;
padding-bottom: 1em;
padding-right: 2em;
}

#main .center
{
text-align : center;
}

#ticker
{
margin-top: 10px;
margin-left: 1em;
margin-right: 1em;
}

.weatherzone
{ 
font-family: Tahoma, Arial, Sans-Serif; 
font-size: small; 
font-weight: normal; 
color: #323232; 
background-color: #EFEFEF; 
}

.banner
{
text-align: center;
margin: 2em 0 2em 0;
}

.weatherzone_head
{ 
font-family: Tahoma, Arial, Sans-Serif; 
font-size: small; 
font-weight: bold; 
text-align: center; 
color: #EFEFEF; 
background-color: #4185A5;
}

/* Else "#main .highlight" will override*/
#main table.simple td.highlight,  
#main table.simple th.highlight
{
margin : 0;
padding : 0.25em 0.5em;
}

/* Other styles related to the main content*/
#mainlink
{
/* "Skip to main content" link */
display : none !important;
}

#navhead
{
/* Warning: not printed out on paper */
font-size : 90%;
padding : 0em;
margin : 0.5em 0 1.5em 0;
}

#navhead hr
{
display : none;
}

#endmain
{
visibility : hidden;
clear : both;
}

/* in the main content; they ARE printed.*/
.floatbox
{
overflow: visible;
font-size: 95%;
line-height: 1.25;
margin: 0 0 1.5em 1.5em;
float: right;
clear: right;
border: 1px solid #999999;
text-align: center;
color : black;
/*background : #ffffff; */
/*background: #F0F0F0;*/
background: #B2C4C4;
width : auto;
}

/* Used for non-stylesheet-aware browsers*/
.floatbox hr
{
/*display : none !important;*/
width: auto;
}

.floatbox p
{
margin: 0.75em 0 0 0;
padding: 0;
}

.floatbox ol,
.floatbox ul
{
margin : 0.75em 0;
padding : 0 0 0 1.5em;
}

.floatbox blockquote
{
margin : 0.75em 1.5em;
padding : 0;
}

.floatbox pre
{
font-size : 95%;
margin : 0.75em 1.5em;
padding : 0;
}

.newsbox
{
overflow: visible;
font-size: 95%;
line-height: 1.25;
margin: 0 0 1.5em 1.5em;
float: right;
clear: right;
border: 1px solid #999999;
text-align: center;
width: auto;	
padding: 1em 1em 1em 1em;
}

.newsbox h1
{
font-size: 120%;
font-weight: bold;
text-align: center;
color: #999999;
}

.small
{
font-size: 80%;
}

.high
{
color: red;
}

.low
{
color: blue;
}

.graphic
{
margin-top: 2em;
}

.newspage
{
border-bottom: thin solid silver;
padding-bottom: 1em;
padding-top: 1em;
}

.newshome
{
padding-top: .5em;
}

.newshome hr
{
margin-left: 1em;
width: 325px;
}
.newsdate
{
font-style: italic;
font-size: 90%;
}

.newstitle
{
font-weight: bold;
}

.add-this
{
padding: 2em 0 0 1.5em;
border: none;
}

.sample
{
color: blue;
text-decoration: underline;
}

/* Left part is ideally an image.*/
#header
{
/* Warning: not printed out on paper */
background-image: url(../images/general/cloud-bgrnd.jpg);
background-position: center bottom;
background-repeat: no-repeat;
}

#header a:link,
#header a:visited
{
color : #003399;
background : transparent;
}

#header .highlight,
#header a.highlight:link,
#header a.highlight:visited
{
color : white;
background : transparent;
}

/* Left part of header (ideally an image but may be a link)*/
#header div.left
{
float: left;
clear: left;
}

#header div.left img
{
display: block; 
padding: 0 0 0 0.5em;
}

#header div.left,
#header div.left a:link,
#header div.left a:visited
{
font-size : 200%;
font-weight : bold;
text-decoration : none;
color : white;
background : transparent;
}

#header div.left p
{
margin : 0 0 0 .25em;
padding : 0;
}

#header div.left .alt
{
color : #FF9800;
background : transparent;
}

/* Right part of header is for external/global links, search, etc*/
#header div.right
{
color: white;
text-align: right;
margin: 0;
padding: 0.6em 1.67em 0 1em;
float: right;
clear: right;
}

#header div.right p
{
font-size : 250%	
}

#header div.right .highlight,
#header div.right a.highlight:link,
#header div.right a.highlight:visited
{
font-weight: bold;
background-color: #FDA05E;
}

#header div.right a:link,
#header div.right a:visited
{
color : White;
margin : 0;
padding : 0 0;
}

#header div.right form
{
margin : 0;
padding : 0.25em 0 0 0;
}

#header div.right form input
{
font-size : 95%;
vertical-align : middle;
}

/* Subheader for global links*/
#header div.subheader
{
color: white;
background: #457c8c;
padding: 0.5em 1.5em 0.5em 0.5em;
/* For IE/Win */
clear: both;
text-align: left;
}

#header div.subheader a:link,
#header div.subheader a:visited
{
font-weight : bolder;
color : white;
background : transparent;
margin : 0;
padding : 0 0.5em;
}

#header div.subheader .highlight,
#header div.subheader a.highlight:link,
#header div.subheader a.highlight:visited
{
color: yellow;
background: transparent;
}

/* ********* Styles for Left Sidebar **********/
#sidebar
{
/* Warning: not printed out on paper */
width: 15.5em;
float: left;
clear: both;
border-right: 1px solid #999999;
}

#sidebar div
{
font-size : 100%;
text-align : left;
margin : 0;
padding : 0.5em 1em;
border-bottom : 1px solid #999999;
}

#sidebar div.lighter
{
color : inherit;
background : white;
}

#sidebar p
{
text-align: center;
margin : 0.5em 0.5em;
}

#sidebar .title a:link,
#sidebar .title a:visited
{
color : black;
background : transparent;
}

#sidebar ul
{
list-style : none outside;
margin : 0.5em 0;
padding : 0;
}

#sidebar ul li
{
margin : 0;
padding : 0.125em 0;
}

#sidebar ul li a:link,
#sidebar ul li a:visited
{
color: #0066CC;
background: transparent;
}

#sidebar ul li.highlight
{
color: inherit;
background: White;
margin-left: -1em;
margin-right: -1em;
padding-left: 1em;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
padding-top: 0.5em;
padding-bottom: 0.5em;
}

#sidebar ul li a:hover,
#sidebar ul li.highlight a:hover
{
text-decoration : none;
color : Red;
}

#sidebar ul li.highlight a:link,
#sidebar ul li.highlight a:visited
{
color : black;
background : transparent;
}

/* ********* Styles for Footer **********/
#footer
{
font-size: 90%;
text-align: center;
color: white;
background: #457c8c;
margin: 0;
padding: 0.5em 0.5em 0.5em 0.5em;
clear: both;
}

#footer a:link,
#footer a:visited
{
text-decoration : underline;
color : white;
background : transparent;
}

#footer hr
{
display : none !important;
}

#stats
{
padding-top: 20px;
padding-bottom: 20px;
background: inherit;
font-size: 8px;
text-align: center;
}
