body {
	background-color: #e0e0e0;/* side wrappers #e0e0e0 */
	font-family: "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	font-size: 100%;
}
h3.greyh3 {
	background:grey;
	color:#FFFFFF;
	font-weight:700;
}
.gray {
	color:#999;
}
/* Layout styling */
#wrapper { 					/* inside center section--width */
	width: 800px; 
	margin: 0 auto;
	background-color: #ffffff; /* white */
	border: 1px solid black;
}
#header {
	height: 125px;
	/*margin-top:5px;*/
/*	background-color: #398cc2; */
	background-color: #a6c5e2; 
}
#centercolumn {
	width: inherit;
	clear: left;
	font-size: 85%;
}
#widebox {
	text-align: left;
	width: 600px;
	height: 200px;
	margin:10px auto;
	padding: 10px 0;
	border: 3px solid black;
/*	background-color: #4f84b8; /*url(highlight.png) no-repeat 50% 0;*/ 
	background-color: #398cc2; 
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
 }

 #widebox .leftbox {
 	width: 240px;
 	height:100%;
 	float: left;
 	border-right: 3px solid black;
}

#widebox .rtbox {
	width: 245px;
 	height:100%;
 	float: left;
 }
#footer {
	clear: left;
	width: 100%;
/*	background-color: #9fbce2; usual*/
	background-color: #a6c5e2;	
	color: #FFF;
	text-align: center;
	padding:4px 0;
	margin: 0;
	font-size: 62.5%;
	height: 30px;
}
/*
#school_header {
	height: 100px;
	background-color: #ebf5ff;
	color: black;
	font-weight: bold;
}
#school_header table caption {
	caption-side:top;
	background: #dbb768;
	font-weight: bold;
	font-size: 1.2em;
}
#school_header table {
	width:100%;
	padding-bottom: 0;
}
#school_header table a:link {
	color: black;
	text-decoration: underline;
}
table a:visited {
	color: black;
	text-decoration: none;
}
table a:hover {
	color: white;
	text-decoration: none;
	background-color: black;
}

#school_header table td {
	width: 50%;
	text-align: left;
	padding: 5px;
}
#school_header span {
	width:100%;
	text-align: center;
	background: #dbb768;
	font-weight: bold;
	font-size: 1.2em;
	padding:0 200px;
}
*/
#centercolumn p.intro {
	padding-bottom: 5px;
	padding-top: 0;
	color: red;
}
#centercolumn p.page1 {
	padding: 5% 0;
	color: #398cc2; 
	margin: auto;
	width: 50%;
}
#centercolumn p.page2 {
	padding: 20px 0;
	color: #398cc2;
	/* color: #6F6; */
	margin: 0 auto;
	width: 20%;
}
#centercolumn p.page_intro {
	font-size: 100%;
	padding-top: 0; 
	padding-left: 5%; padding-right: 5%;
	padding-bottom: 10px;
	text-align: left;
	line-height:	115%;
	margin: 0 auto;
	/*width: 500px; */
	background: white;
	color: black;
}
#centercolumn p.page_intro a:link {
	color: #027790;
	text-decoration: underline;
}	
#centercolumn p.page_intro a:hover {
	color: #5B9ACD;
	
}
#centercolumn ul.page_intro a:link {
	color: #027790;
	text-decoration: underline;
}
#centercolumn ul.page_intro a:hover {
	color: #5B9ACD;
	text-decoration: underline;
}
#centercolumn ul {
	font-size: 80%
	padding-top: 0;
	padding-bottom: 10px;
	text-align: left;
	line-height:	115%;
	margin: 0 auto;
	width: 500px;
	background: white;
	color: black;
}
#centercolumn dl{
	padding-bottom: 5px;
	padding-top: 0;
	padding-left: 50px;
}
#centercolumn dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
		color: #398cc2;
/*	color: blue; */
}
#centercolumn dd {
	padding-bottom: 10px;
	margin: 0 0 0 110px;
	padding: 0 0 10px 0;
}
#centercolumn dt a{
	text-decoration: none;
	color: #398cc2;
/*	color: blue; */
	display: block;
}
#centercolumn dt a:hover {
	color: #fff;
	background-color: #4f84b8;
}

#centercolumn h1 {
	text-align: center;
	font-size: 20px;
/*	color: blue; */
	color: #398cc2;
	padding: 5px 10px 0px 0;
	padding-bottom: 15px;
}
#centercolumn h2 {
	text-align: center;
	font-size: 16px;
	color: red;
	padding: 5px;
}
#centercolumn h3 {
	text-align: left;
	font-size: 75%;
	font-style: italic;
	color: #398cc2;
	padding: 5px;
}
#centercolumn h4 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #027790;
	padding: 5px;
}
.redbold {
	color: red;
	font-weight: bold;
/*	background: #ddd; */
}
.bluebold {
	color: #398cc2;
/*	color: blue; */
	font-weight: bold;
}
#centercolumn table caption.cap_botm {
	caption-side:top;
	background: #dbb768;
	font-weight: bold;
	font-size: 1.2em;
}
/* sizer--block content */
#sizer {
	width: 250px;
	height: 200px;
	margin:20px auto;
	padding: 20px 0;
	border: 3px solid black;
	background-color: #4f84b8; /*url(highlight.png) no-repeat 50% 0;*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
 }
 #sizer ul {
 	 margin: 0;
 	 padding: 0;
 	 list-style-type: none;
 	 border-bottom: 2px solid blue;
}
#sizer li {
	border-top: 2px solid blue;
	background-color: #94B8E9;
}
#sizer a {
	display: block;
	width: 250px;
	height: 39px;
	line-height: 39px;
	color: #000;
	text-decoration: none;
	/*	margin-left: 20px;*/
	background-color: #94B8E9; /*url(images/pixy-rollover.gif) no-repeat left bottom;*/
	text-indent: 20px;
	/*	text-transform: uppercase;*/
}
#sizer a:hover {
	background-color: #369;
  	color: #fff;
}
/*
p.page1 a {
	display: block;
	width: 300px;
	height: 39px;
	line-height: 39px;
	color: #000;
	text-decoration: none;
	margin-left: 20px;
	margin-left: 35px;
	background-color: #94B8E9;
	text-indent: 20px;
	font-size: 16px;
}
*/
p.page1 a {
	display: block;
	width: 250px;
	height: 39px;
	line-height: 39px;
	color: #000;
	text-decoration: none;
	margin-left: 32px;
/* was #94b8e9 */
	background-color: #a6c5e2; /*url(images/pixy-rollover.gif) no-repeat left bottom;*/
	text-indent: 20px;
	/*	text-transform: uppercase;*/
}
p.page1 a:hover {
	background-color: #369;
  	color: #fff;
}
p.page2 a {
	display: block;
	width: 200px;
	height: 39px;
	line-height: 39px;
	color: #000;
	text-decoration: none;
	margin-left: 32px;
	background-color: #a6c5e2; /*sets background color for box links*/
	/*background-color: #94B8E9; /*url(images/pixy-rollover.gif) no-repeat left bottom;*/
	text-indent: 20px;
	/*	text-transform: uppercase;*/
}
p.page2 a:hover {
	background-color: #369;
  	color: #fff;
}
#sizer h1 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 20px;
}
/* Vertical radio button input lsting */
.vradio {
	display: block;
}
/* Navigation styling */
#navbar {
	width: 100%;
	height: 30px;
/*	background-color: #9fbce2; */
	background-color: #a6c5e2;
	color: #fff;
	margin: 0;
	font-size: 75%;
}
#navbar.fixed {
	position:fixed;
	top:0px;
	width: 100%;
}
#navbar h1 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 20px;
}
#navbar ul{
    margin: 0 auto;
}
#navbar ul li {
  float: left;
}
#navbar ul.horizontal_list li{
    text-align: left;
    float: left;
    list-style: none;
    padding: 0 5px;
    margin: 0 5px;
}
#navbar ul a {
	padding: 0px 2px;
	line-height: 2.1em;
	text-decoration: none;
	color: #000;
	float: left;
	display: block;
}
#navbar ul a:hover {
	color: #fff;
	background-color: #4f84b8;
}
#navbar ul a:active {
	color: #fff;
	background-color: #000;
}
#navbar ul ul {
	display: none;
}
#navbar ul li:hover > ul {
		display: block;
}
#navbar li.logout {
	color:white;
	background: red;
	float:right;
	text-align:right;
}
#navbar #currentpage a {
	background: #fff;
	color: #333;
}
#navbar li.active {
	background: #fff;
	color: #000;
}
#navbar li.active a:hover {
	color: #000;
	background: #fff;
}
/* Secondary horizontal navugation.  Is used for ASGA organization/archives */
#topbar {
	width: 100%;
	height: 20px;
	background-color: #fff;
	margin: 0;
	font-size: 85%;
}
#topbar ul.horizontal_list li{
    text-align: left;
    float: left;
    list-style: none;
    padding: 0 5px;
    margin: 0 5px;
}
/* Organization navigation bar */
#orgbar {
	width: 100%;
	height: 30px;
/*	background-color: #9fbce2; */
	background-color: #a6c5e2;
	color: #fff;
	margin: 0;
	font-size: 75%;
}
#orgbar.fixed {
	position:fixed;
	top:0px;
	width: 100%;
}
#orgbar h1 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 20px;
}
#orgbar ul{
    margin: 0 auto;
}
#orgbar ul li {
  float: left;
}
#orgbar ul.horizontal_list li{
    text-align: left;
    float: left;
    list-style: none;
    padding: 0 5px;
    margin: 0 5px;
}
#orgbar ul a {
	padding: 0px 2px;
	line-height: 2.1em;
	text-decoration: none;
	color: #000;
	float: left;
	display: block;
}
#orgbar ul a:hover {
	color: #fff;
	background-color: #4f84b8;
}
#orgbar ul a:active {
	color: #fff;
	background-color: #000;
}
#orgbar ul ul {
	display: none;
}
#orgbar ul li:hover > ul {
		display: block;
}
#orgbar li.logout {
	color:white;
	background: red;
	float:right;
	text-align:right;
}
#orgbar #currentpage a {
	background: #fff;
	color: #333;
}
#orgbar li.active {
	background: #fff;
	color: #000;
}
#orgbar li.active a:hover {
	color: #000;
	background: #fff;
}
/**********************************/
fieldset.login {
  	font-size: 12px;
  	padding: 5px;
  	width: 225px;
   	width: 100px;
 	text-align: right;
}
#intro {
	width: 100%;
	height: 40px;
	border: 1px solid white;
	padding:0;
	font-size: 75%;
	text-align: left;
}
#littlebox {
	width: 250px;
	height: 120px;
	margin:20px auto;
	padding: 10px 0;
	border: 2px solid blue;
	background-color: #4f84b8; /*url(highlight.png) no-repeat 50% 0;*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
 }
#littlebox2 {
	width: 250px;
	height: 120px;
	margin:20px auto;
	padding: 10px 0;
	border: 2px solid blue;
	background-color: #4f84b8; /*url(highlight.png) no-repeat 50% 0;*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
 }
form.fseed    {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin:auto;
position:relative;
width:350px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
font-style: italic;
line-height: 24px;
font-weight: bold;
color: #09C;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
}
ul#navigation{
	margin-top: 1.0em;
	margin-left: 1.5em;
	width: 12em;
	padding-left: .5em;
}

ul#navigation li {
	list-style: none;
	background-color: #e0f0ff;
/*	border-top: solid 1px #039;*/
	text-align: left;
	margin: 0;
}
ul#navigation li a {
  display: block;
  text-decoration: none;
  padding: .25em;
  padding-left: .5em;
  border-bottom: solid 1px #39f;
  border-right: solid 1px #39f;
}
ul#navigation li a:link, a:visited {
	color: #000 ;
}
ul#navigation li a:hover, a:active {
	color: #000;
}
ul#navigation li a:hover {
	text-decoration: none;
	background: #0066ff;
	color: #fff;
}
ul.vl {
	list-style-type: none;
	font: 20px bold;
	margin-left: 30px;
}
ul.vl ul {
	list-style-type: none;
	font: 20px bold;
	margin-left: 20px;
		color: #398cc2;
/*	color: blue; */
}
ul.vl ul a {
	text-decoration: none;
	font: 16px bold;
	background: #fff;
	color: blue;
	border: 1px solid black;
	border-collapse: collapse;
}
ul.vl ul a:hover {
	text-decoration: none;
	background: #0066ff;
	color: #fff;
}
fieldset.seeds {
	border: 3px solid blue;
	width: 300px;
	margin: 10px auto;
}
*/
/*
fieldset ul, fieldset li{
border:0; margin:0; padding:0; list-style:none;
}

fieldset li{
clear:both;
list-style:none;
padding-bottom:10px;
}

fieldset input{
width:200px;
display:block;
border: 1px solid #999;
height: 20px;
margin-bottom: 0;
margin-top: 0;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
label {
	width: 75px;
	float: left;
	text-align: right;
	margin-right: 2.5em;
	display: block
	color: red;
}

input.iseed {
width:200px;
display:block;
border: 1px solid #999;
height: 20px;
margin-bottom: 0;
margin-top: 0;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.button {
width:120px;
position:absolute;
right:20px;
bottom:10px;
background:#09C;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:25px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #999;
}

input.button:hover {
background:#fff;
color:#09C;
}
*/
/* #littlebox input[type=radio] {
    display:none;
    margin:10px;
}

#littlebox input[type=radio] + label {
    display:inline-block;
    margin:5px;
    margin-left:10px;
    padding: 4px 12px;
    background-color: #e7e7e7;
    border-color: #ddd;
    width: 105px;
}

#littlebox  input[type=radio]:checked + label {
	 background-image: none;
	 background-color:grey;
	 color: white;
}

#littlebox input[type=select] {
    margin:5px;
    margin-left:10px;
    padding: 4px 12px;
    width: 105px;
}
*/

/*
.pg_intro{
	width: 70%;
	margin:10px auto;
}


.pg_intro th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

.pg_intro td {
	text-align: center;
}


.gptbl{
	width: 70%;
	margin:15px auto;
}


.gptbl th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

.gptbl td {
	text-align: center;
}
*/

