body {
	background-color: #183641;
	margin: 4px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	color: #000000;
}
.style1 {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style2 {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	color: #6c6c6c;
}
.style3 {font-family: Arial, Verdana, SunSans-Regular, Sans-Serif; 
	font-size: 11px; 
	color: #8b8b8b;
}
.main {
	width: 780px;
	height: 100%;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080; 
	border-right:1px solid #808080;
	border-left:1px solid #808080; 
	margin-bottom:0px; 
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #6c6c6c;
}
p.content {
	width: 80%;
}
#left {
	padding-left: 8px;
	padding-right: 8px;
	color: #0F0F0F;
}
#right {
	padding-left: 8px;
	padding-right: 8px;
	color: #0F0F0F;
}
td#green {
	color:#ffffff;
	font-weight:bold;
	padding-left: 2px;
	text-align:center;
	height: 30px;
	background: url(images/green.jpg) no-repeat;
}
td#green2 {
	color:#ffffff;
	font-weight:bold;
	padding-left: 2px;
	text-align:center;
	height: 40px;
	background: url(images/green2.jpg) no-repeat;
}
td#orange {
	padding-left: 2px;
	height: 18px;
	background: url(images/orange.gif) no-repeat;
}
ul.menu  {
		float: left;
		list-style: none;
		padding: 0;
		border: none;
}
ul.menu li  {
	border-bottom: 1px solid #E0E0E0;
	padding: 1px;
}
ul.menu li a {
	color:#CD3700;
	padding: 5px;
	display:block;
	text-decoration: none;
	padding-left: 15px;
	font-weight : bold;
}
ul.menu li a:hover {
	background-color: #ffffff;
	border-left: 10px solid #183641;
	padding-left: 5px;
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4em;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* You should probably put this CSS in a separate file if you're editing this page. */
 #pyxy table, 
 #pyxy table caption,
 #pyxy table tbody tr th,
 #pyxy table tbody tr td { 
	/* table settings */
	background: #fff; 
	text-align: center;
	font-family: sans-serif;
	} 

 #pyxy table { width: 460px;} 
 #pyxy td { 
	width: 25%;   /* change this if you use more/less than 4 rows */
	vertical-align: top;
	border: #fff 1px solid;
	} 
	
 #pyxy * a:hover, #pyxy * a:active {
	  color: #CD3700; /* eek ozone */
	  }
 #pyxy * a, 
 #pyxy * a:visited,
 #pyxylightCaption a,
 #pyxylightCaption a:visited {
    /* navigation links */
	color: #CD3700;
	text-decoration: none;
	font-weight: bold;
	margin-left: 2pt;
	margin-right: 2pt;

	} 
 #pyxy * b { /* navigation 'current' */
	color: white;
	margin-left: 2pt;
	margin-right: 2pt;
	} 
 
 #pyxy * a img { border: 1px #fff solid; margin: 0px;}
 	
 #pyxy * div { margin: 0px; padding: 0px; } /* caption container */
 #pyxy * p,
 #pyxylightCaption p { /* captions */
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
 #pyxylightCaption { text-align: center; }
	
 #pyxy table caption, #pyxy table { /* center these */
	 margin-left: auto; margin-right: auto;
	 }
 #pyxy th {
	 font-weight: normal;
	 border: 1px solid black;
	 }
 
 
 
 
 
 #pyxy * th .nav-prev { float: left; }
 #pyxy * th .nav-next { float: right; }

 /* the rest of the page */
 #top,#bottom { text-align: center; width: 400px; margin-left: auto; margin-right: auto;}
 a { color: #ccf; }
 
 
 #pyxylight {
	background-color:#898;
	}
 #overlay {
	background-color: #010;
	}