/*THESE VALUES ARE FOR STYLE ONLY, NOT LAYOUT. APPLIES ONLY TO PAGES WITH DEFAULT STYLE*/

*{border: 0; padding: 0; margin: 0;} 
* table{}
* button{border: auto;}
* submit {border: auto;}

html,body {
		text-align: center; /* Centers layout for Win IE 5 */
		font-family: verdana;
		color: white; /* #808080; */
		font-size: 11px;
		background: #a7bff3 url(images/background2.png) top repeat-x;
}
ul{
	margin-left: 30px;
}
	a:link { color: #366ab3; text-decoration:none;}
	a:visited { color: #366ab3; text-decoration: none;}
	
	a:hover, a:active{
		color: cornflowerblue;
		text-decoration: underline;
		/*border-bottom: 1px solid #ffd66f;*/
		/*background-color: #B52C07;*/
	}
#container {    /*contains full site including header and footer. centered.*/
	/*background:blue;*/
	
}
#bgwatermark{
	background-image: url(images/logowatermarkmonobig.png);
}
#bodycontainer {		/*contains everything between the header and the footer. specifys body left/right margins.*/
	/*background:gray;*/
	color:black;
	background: url(images/body.png) top repeat-y;
	text-align:left;
}
#header {
	/*background:white;*/
	/*border:solid 1px magenta; */
	color:black;
	height: 162px;
	background-image: url(images/header.png);
}
#header h1 {
	padding:5px;
	margin:0;
	font-family: trebuchet ms;
}
#nav {
	background:lime;
}
#nav ul{
	margin:0;
	padding-left:6px;
	padding-right:6px;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#main {
	/*background:green;*/
	/*padding-top:10px;*/
	/*border: 1px solid blue;*/
}

#main h2{
	padding-left:6px;
}
#main h3{
	padding-left:6px;
}

/*  pre-brad singer's recommendations
h3.newsheader{
	color:#6f520a;
	background-color:#ffd66f;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	border-top: 1px solid #ecad14;
}
h3.newsheader a:link{ color: #6f520a; text-decoration: none;}
h3.newsheader a:visited { color: black; text-decoration: none;}
h3.newsheader a:hover, a:active{ color: #b6850d; text-decoration: none;}

h2.newssubheader{
	color:#000075;
	background-color:#ecf5ff;
	font-size:11px;
	font-family: verdana;
	border-top: 1px solid cornflowerblue;
	font-weight: normal;
	padding-bottom: 1px;
}
h2.newssubheader a:link{ color: #366ab3; text-decoration: none;}
h2.newssubheader a:visited { color: black; text-decoration: none;}
h2.newssubheader a:hover, a:active{ color: cornflowerblue; text-decoration: underline;}
*/
h3.newsheader{
	color:#666666;
	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight: normal;
	border-bottom: 2px solid #ffd66f;
}

h3.newsheader a:link{ color: #666666; text-decoration: none;}
h3.newsheader a:visited { color: #666666; text-decoration: none;}
h3.newsheader a:hover, a:active{ color: #b6850d; text-decoration: none;}

/*
h2.secondsubheader{
	color:  #CC0033;/*#aaaaaa;*/
	/*
	font-size:11px;
	font-family: verdana;
	font-weight: normal;
	padding-bottom: 1px;
	border: 4px dotted	pink;
}

*/

h2.newssubheader{
	color:#aaaaaa;
	font-size:11px;
	font-family: verdana;
	font-weight: normal;
	padding-bottom: 1px;
}
/*
h2.newssubheader a:link{ color: #366ab3; text-decoration: none;}
h2.newssubheader a:visited { color: darkblue; text-decoration: none;}
h2.newssubheader a:hover, a:active{ color: cornflowerblue; text-decoration: underline;}
*/
.newsbody{
	padding-top: 14px;
	padding-left: 2px;
	padding-right: 2px;
	/*border: 1px solid blue;*/
	background: url(images/logowatermark.png) top right no-repeat;
}
.newsstory{
	margin-left: 8px;
	margin-right: 10px;
	margin-top: 12px;
	/*border: 1px solid red;*/
}
.newsfooter{
	padding-left: 2px;
	padding-right: 2px;
	/*border: 1px solid black;*/
	text-align: right;
}

h3.articleheader{
	color:#666666;
	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight: normal;
	border-bottom: 2px solid #ffd66f;
}

h3.articleheader a:link{ color: #666666; text-decoration: none;}
h3.articleheader a:visited { color: #666666; text-decoration: none;}
h3.articleheader a:hover, a:active{ color: #b6850d; text-decoration: none;}

h2.articlesubheader{
	color:#aaaaaa;
	font-size:11px;
	font-family: verdana;
	font-weight: normal;
	padding-bottom: 1px;
}
/*
h2.articlesubheader a:link{ color: #366ab3; text-decoration: none;}
h2.articlesubheader a:visited { color: darkblue; text-decoration: none;}
h2.articlesubheader a:hover, a:active{ color: cornflowerblue; text-decoration: underline;}
*/
.articlebody{
	padding-top: 18px;
	padding-left: 2px;
	padding-right: 2px;
	/*border: 1px solid blue;*/
	/*background: url(images/newswatermark.png) top right no-repeat;*/
}

.article{
	margin-left: 14px;
	margin-right: 16px;
	margin-top: 12px;
	/*border: 1px solid red;*/
}
.articlefooter{
	padding-left: 2px;
	padding-right: 2px;
	/*border: 1px solid black;*/
	text-align: right;
}

.textbox{
	border: 1px solid black;
	background-color: lightgray;
}

.textfield{
	border: 2px solid gray;
}

/*
.button{
	border: 1px solid #000075;
	background-color: cornflowerblue;
	color: #000075;
}
*/

.buttonpressed{
	border: 1px solid #000075;
	background-color: cornflowerblue;
	color: #000075;
}

.warning-good{
	margin: 10px 60px 10px 60px;
	padding: 10px;
	border: 1px solid green;
	background-color: lightgreen;
	color: darkgreen;
}

.code{
	margin: 10px 30px 10px 30px;
	padding: 10px;
	border: 1px solid darkgray;
	background-color: lightgray;
	color: black;
}

/*
#main p{
	padding-left: 10px;
	padding-right: 10px;
	
}
*/

#menubar1{
	/*background:pink;*/
	color:gray;
	background: url(images/navbar/menuglossyblack.png) top repeat-x;
	height: 28px;
	font-size: 11px;
	font-weight: bold;
}
.PScheckbox{
	height: 25px; 
	width: 25px;
}	
#menubar1 a:link{ color: white; text-decoration: none;}
#menubar1 a:visited { color: white; text-decoration: none;}
#menubar1 a:hover, a:active{ color: cornflowerblue; text-decoration: underline;}


#menubar2{
	/*background:orange;*/
	color:gray;
	background: url(images/navbar/menuglossysub.png) top repeat-x;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}
#menubar2 a:link{ color: #000075; text-decoration: none;}
#menubar2 a:visited { color: #000075; text-decoration: none;}
#menubar2 a:hover, a:active{ color: #366ab3; text-decoration: underline;}

#sidebar {
	/*background:lightblue;*/
	/*border: 1px solid orange;*/
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	/*padding:0 10px 0 0;*/
}
#pseudofooter {
	background:pink;
}
#footer {
	/*background:black;*/
	background: url(images/footer.png);
}
#footer p {
	padding:5px;
	margin:0;
}