body {
padding:0; margin:0;
}

body, td {
  font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:12px;
  color:#333366;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

a {
color:#CC6633;
}

.top {
background-image:url('images/top.jpg');
background-position: center right;
background-repeat: no-repeat;
height:117px;
}

.top h1 {
padding:0px 0px 0px 10px; margin:0;
color:white;
}

.top h2 {
padding:0px 0px 0px 10px; margin:0;
font-size:12px;
color:white;
}

.menu {
background-image:url('images/menubg.jpg');
height:32px;
}

.menu table {
width:auto;
padding:0;
margin:0;
height:24px;
}
.menu table td {
margin:0;
padding: 0px 20px 0px 20px;
height:24px;
border-right:1px solid white;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size:13px;
font-weight:bold;
}
.menu table td a {
color:black;
text-decoration:none;
}
.menu table td a:hover {
color:#CC3333;
}

.submenu {
background-color:#246494;
border-right:1px solid #2098D1;
color:white;
}

.submenu p {
	padding-left:5px;
}

.submenu table {
	width:188px;
}

.submenu table td {
padding:5px;
border-bottom:1px solid white;
color:white;
text-align:left;
}

.submenu table td a {
	font-weight:bold;
	color:white;
	text-decoration:none;
	background-image:url('images/arrow2.gif');
	background-position: 14px 50%;
	background-repeat: no-repeat;
	padding-left:33px;
}

.leftcolumn {
	background-color:#23A5E3;
	width:188px;
}

.rightcolumn {
	border-left:1px solid #707070;
	width:240px;
}

.rightcolumn p {
	padding-left:15px;
}

.header {
background-image:url('images/headerbg.jpg');
background-repeat:repeat-x;
height:27px;
}

.header h2 {
padding:0; margin:0;
}

.maincontent {
background-image:url('images/contentbg.jpg'); 
background-repeat:repeat-x;
padding:10px;
}

.submitbutton {
	width:89px;
	height:30px;
	border:0px;
	background-color:transparent;
	background-image:url('images/button.jpg');
	background-repeat:no-repeat;
	background-position:2px 3px;
	color:blac#003366;
	font-weight:bold;
	font-size:11px;
}