body,textarea {
	font-family: tahoma;
	font-size: 9pt;
}

body {
	padding:0;
	margin: 0px;
	font-family: "trebuchet ms";
	color: #313131;
	background-color: #c6cad1;
	font-size: 10pt;
}

.header-image {
	position:absolute;
	margin-left:34px;
	border:2px solid black;
	top:5px;
}

.main {
	text-align: left;
	width: 1024px;
	background-repeat: no-repeat;
	background-color: white;
}

.rightSection {
	width: 200px;
}

.content {
	padding-top: 210px;
	width: 100%;
	text-align: left;
	background-image: url('../images/background.gif');
}

.copyright {
	text-align: right;
	padding: 4px;
	color: #CCC;
}

/* global styles */
a {
	color: #0064B5;
	text-decoration: none;
}

a:hover {
	color: #00467F;
	text-decoration: underline;
}

.actionMessages ul,.actionErrors ul {
	list-style-type: square;
	padding: 0;
	margin-left: 2em;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.body img {
	margin: 7px;
}

/* menu styles */
.menu {
	width: 200px;
	padding-left: 20px;
}

.menu .title {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1.3em;
}

.menuContent { padding-left: 0; }

.menuitem {
	margin-bottom: 4px;
	margin-top: 4pt; 
	font-size: 8pt;
}


.rel_static
{
	position:relative;
	z-order:10;
}

.float_left, .float_right
{
	margin:18px;
	border:1px solid black;
}

.float_left
{
	margin-left:0;
	float:left;
}

.float_right
{
	margin-right:0;
	float:right;
}

.float_top
{
	margin-top:0;
}

.announcements p, .datesCalendar p {
	font-size: 8pt;
	margin: 0;
}

.announcements h1, .datesCalendar h1 {
	font-size: 12pt;
	margin: 0;
	margin-bottom: 6px;
}

font { font-size: inherit; }

.section {
	border: 1px solid #BED6F8;
	background-color: #FFFFFF;
	padding: 1px;
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.sectionTitle {
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	font-weight: bold;
	padding: 2px;
	background-image: url('../images/headerbg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #BED6F8;
	border-color: #BED6F8;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.sectionBody {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
}

/* body styles */
.body {
	width: 495px;
}

.submenu ul {
	padding-left: 0;
	margin-left: 0;
	background-color: transparent;
	color: White;
	width: 100%;
}

.submenu ul li {
	display: block;
}

.submenu ul li a {
	padding: .5em;
	background-color: transparent;
	margin-bottom: .5em;
}

.submenu ul li a:hover {
	
}

p {
	font-size: 10pt;
	margin: 0 1em 1em 1em;
	line-height: 1.5em;
	text-align: left;
}

h1,h2 {
	color: black;
	text-align: left;
	margin-bottom: 1em;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

/* table styles */
.data {
	border: 1px solid #D2C9C4;
	border-collapse: collapse;
	margin: 20px 0 20px 0;
}

.data table caption {
	padding-bottom: 6px;
	text-align: left;
	font-weight: bold;
}

.data th {
	border-left: 1px solid #D2C9C4;
	background-image: url('./images/th.bg.gif');
	background-repeat: repeat-x;
	background-position: 0 100%;
	border-bottom: 1px solid #D2C9C4;
	padding: 6px;
	text-align: center;
	font-size: 8pt;
}

.data td {
	border-left: 1px solid #E4DBD5;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #D2C9C4;
	font-size: 8pt;
}

.data .dark td {
	background-color: #FFFAED;
}

.wwFormTable td,.tdLabel,.label {
	padding: 5px;
	font-style: normal;
}

/* form styles */
input {
	border: 1px solid #C3BBB6;
	padding: 4px;
	font-size: 8pt;
	margin: 5px 0px 5px 0px;
	background: #fff url('./images/input.bg.gif') 0 0 repeat-x;
}

select {
	border: 1px solid #C3BBB6;
	padding: 4px;
	margin: 5px 0;
	background: #fff url('./images/input.bg.gif') 0 0 repeat-x;
}

input [type="hidden"] {
	border: none;
	padding: 0;
	margin: 0;
	visibility: hidden;
	display: none;
}

input [type="submit"],input [type="button"] {
	font-weight: bold;
	color: #fff;
	border: 1px solid #5D1414;
	font-size: 9pt;
	height: 26px;
	background: #fff url('./images/btn.bg.gif') 0 0 repeat-x;
	border-style: none;
}

input [type="checkbox"], input [type="radio"] {
	border: none;
}
