/* TAGS -------------------------------------------------------------------- */

body, table, td, th, div, span, input, select {
	font-size: 12px;
	font-family: verdana,arial,garamond,helvetica;
}

body {
	padding:0px;
	background: url('/images/shadowbg.jpg') center top;
	margin: 0px;
	text-align: center;
	color: white;
}

form {
	text-align: left;
}

a {
  color: white;
  text-decoration: underline
}

a:hover {
	color: #ffffb5;
	text-decoration:none
}


li {
	font-family:arial; font-size: 12px;
  color: white;
  font-family: verdana, arial, helvetica, sans-serif;
}

i {
	font-family:arial; font-size: 12px;
  color: white;
  font-style: italic;
  font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
	font-size: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: center;
}

table {
	text-align: left;
}
th, td {
	padding: 4px;
}

table.list {
	border-collapse: collapse;
	background-color: #75768A;
}

table.list td, table.list th {
	border: 1px solid #303060;
}

table.list th, table.list tr.footer {
	background-color: 484B93;
}

div.float, div.floatHalf {
	float:left;
	margin-right:10px;
}
div.floatHalf {
	width:45%;
}


/* IDS --------------------------------------------------------------------- */

#container {
	margin-left: auto;
	width: 749px;
	margin-right: auto;
	position: relative;
	background-color: #8083C0;
}

#floatingNav {
	position: absolute;
	right: 15px;
	top: 24px;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}

#navigation {
	text-align: center;
	border: 1px solid #E4E4E4;
	border-right: 0px;
	border-bottom: 0px;
	background-color: #E0ABE7;
}
#navigation table {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
}
#navigation table td {
	padding: 3px;
	text-align: center;
}

#left {
	text-align: left;
	float: left;
	width: 228px;
	border: 1px solid #E0ABE7;
	margin: 10px;
}
#right {
	text-align: left;
	float: left;
	width: 480px !important;
	width: 470px;
	margin: 10px;
	margin-left: 0px;
}

#flash {
	background-color: #FFB773;
	border: 2px solid #000000;
	font-size: 1.1em;
	color: #000000;
	padding: 10px;
}

/* CLASSES ----------------------------------------------------------------- */

.shadowed {
  float:right;
  background: url('images/drop-shadow.gif') no-repeat bottom right !important;
  margin-left:5px; margin-right:0; margin-top:10px; margin-bottom:0
}

.shadowed img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.tdnavleft {
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.button {
	background-color: #484B93;
	border-color: #484B93;
	padding: 4px;
	color: white;
	font-size: 1.1em;
}
