
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: red;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.3em;
}

b {
	font-size: 1.2em;
	color: #333399;
}

a {
	color: #333399;
	text-decoration: none;
}

ul
{
	padding-top: 10px;
	padding-bottom: 10px;
}

a:hover {
	color: red;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
}

table {
table-layout: fixed;
word-wrap: break-word;
}

.greybg {
	background: #EEEEEE;
}

.scroller {
	height: 100px;
/* old settings padding: 0px 30px; */
	padding: 30px;
}

.bottom {
	height: 20px;
	padding: 0 30px;
}

/* Header */

#logo {
	width: 784px;
	height: 220px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(images/ptslogos/ptslogo.jpg) no-repeat;
}

#logo p {
	color: #333333;
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo .column-one {
	float: left;
	width: 560px;
}

#logo .column-two {
	float: right;
	width: 210px;
}

/* Menu */

#menu {
	clear: both;
  	width: 784px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	background: #EEEEEE;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	width: 90px;
	padding: 12px 20px 0 20px;
	text-decoration: none;
	color: white;
	background: #333399;

}

#menu a:hover {
	color: red;
}

#menu .current_page_item a {
	background: red;
}

#menu .current_page_item a:hover {
	color: #333399;
	background: red;
}

/* Wide Post */

.wide-post {
	clear: both;
	width: 754px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 10px;
	background: #EEEEEE;
}

.wide-post .title {
	font-size: 2em;
}

/* Two Columns */

.two-columns {
	clear: both;
	width: 754px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 10px;
	background: #EEEEEE;
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .column-two {
	float: right;
	width: 370px;
}

.two-columns .three-quarters {
	float: left;
	width: 480px;
	padding-right: 10px;
}

.two-columns .one-quarter {
	float: right;
	width: 230px;
}

.two-columns .two-thirds {
	float: left;
	width: 490px;
	padding-right: 10px;
}

.two-columns .one-third {
	float: right;
	width: 250px;
}

.two-columns .title {
	height: 28px;
	font-size: 1.4em;
}


.two-columns .bottom {
	clear: both;
}

/* Submenu */

#submenu {
	clear: both;
	padding: 20px 0;
	background: #535657 url(images/backgrounds/submenu.gif) repeat-x left bottom;
	color: #A9B6BB;
}

#submenu ul {
	width: 784px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(images/backgrounds/submenulist.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	color: white;
}

#submenu a:hover {
	color: red;
}

/* Footer */

#footer {
	padding: 40px 0;
	background: #3F4244 url(images/backgrounds/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
/*	font-size: smaller;*/
	color: white;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: red;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black;
border-top-width: 8px; 
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{
width: 100%;
}

.dropmenudiv_a a:hover{
background-color: red;
color: white;
}

.greycell {color:black; font-size:8.0pt; font-weight:400; font-family:verdana; border: 1px solid #333399; background-color: #EEEEEE; padding:2px; text-align:center; vertical-align:middle; text-align:center;}
.greycell a:active
	{color:#333399; text-decoration: none;}
.greycell a:hover
	{color:red; text-decoration: none;}

.redcell {color:white; font-size:8.0pt; font-weight:700; font-family:verdana; background-color: red; padding:5px; vertical-align:middle; text-align:center;}
.redcell a:active
	{color:white; text-decoration: none;}
.redcell a:hover
	{color:#333399; text-decoration: none;}

.bluecell {color:white; font-size:8.0pt; font-weight:700; font-family:verdana; background-color: #333399; padding:5px; vertical-align:middle; text-align:center;}
.bluecell a:active
	{color:white; text-decoration: none;}
.bluecell a:hover
	{color:red; text-decoration: none;}

.clearcell {color:black; font-size:8.0pt; font-weight:400; font-family:verdana; border: 1px solid #333399; background-color: white; padding:2px; vertical-align:middle;}
.clearcell a:active
	{color:black; text-decoration: none;}
.clearcell a:hover
	{color:red; text-decoration: none;}

.noleft
{border-left:none;}

.notop
{border-top:none;}

.noright
{border-right:none;}

.nobottom
{border-bottom:none;}

.fpbox
{
width: 335px;
border: 1px solid #333399;
background: white;
}

.padme{
padding-left: 20px;
padding-right: 20px;
}

