body {
margin:0;
padding:0;
width: 100%;
height: 100%;
background-color: #bdbdbd;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
} 
.clear{
clear: both;
}

.column1{
float:left;
width:60%;
padding-right:10px;
}
.column2{
float:right;
width:38.5%;
}
.half{
width:46%
}
.third {
width: 30%;
}
.fifth {
width: 16%;
}

.marginRight{
	margin-right: 8px;
}

.marginLeft{
	margin-left: 8px;
}

.margin{
	margin: 8px;
}

.pad {
padding: 8px;
}

.itemBox {
padding:8px;
margin-left:auto;
margin-right:auto;
margin-bottom:16px;
width:80%;
background-color:#f7eecc;
border: 1px solid #2c2418;
}


.standOut {
color:#990000;
font-weight:bold;
}


p {
padding: 8px;
}
hr {
border:none 0;
border-top: 1px solid #2c2418;
height: 1px;
margin:8px;
}
img {
	vertical-align: middle;
}
.title {
color: #990000;
font-weight: bold;
font-size: 11pt;
width: 97%;
}

.indent {
margin-left:20px;
}

img.flowImg {
padding: 3px;
float:left;
}
.floatR {
float:right;
}
.floatL {
float:left;
}
a:link, a:active, a:visited {color: #990000; text-decoration: underline; font-weight:bold}
a:hover {color: #990000; text-decoration: none; font-weight:bold}

ul.normalList a:link, ul.normalList a:active, ul.normalList a:visited {	
	display: inline; 
	color: #990000;
	background: none;
	padding: 0px;
	text-decoration: underline;
}
ul.normalList a:hover {	
	display: inline; 
	color: #990000;
	background: none;
	padding: 0px;
	text-decoration: none;
}

ul.normalList {
	margin-left: 20px;
	padding-left: 20px;
}

.center {text-align:center;}
div:focus, a:focus { outline: none; }
img {border:0px;}
form{margin:0;}
select, input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;}
.checkbox {width: 13px;height: 13px;margin:0;}

input.btn {   
	color:#fff; 
	font-size: 11px;
	font-weight: bold;   
	border: 1px solid;   
	border-color: #600000 #300000 #300000 #600000;  
	background:#600000 url(images/button_back.gif) repeat-x;
	padding: 1px 5px 1px 5px;
}
input.btn:hover{
	color:#600000;
	background:#f7eecc url(images/button_back_hover.gif) repeat-x;
}
.search {
float: left;
padding:2px 5px 1px 5px;
}

label {
width: 150px;
line-height:17px;
float:left;
margin-right:0.5em;
display:block;
}

.readonlyText {
line-height:17px;
display:block;
float:left;
}

div.main {
position:absolute;
height:100%;
width: 94%;
top: 0px;
left: 50%;
margin-left: -47%;
min-width:960px;
padding-right:10px;
}

.main .content, .main .content div.left {
 background:transparent url(images/shadow_main.gif) repeat-y top right;
}
.main .bottom, .main .bottom div {
 height:9px;
 background:transparent url(images/shadow_bottom.gif) repeat-y top right;
}


.main .content, .main .bottom{
position:relative;
zoom:1;
_overflow-y:hidden;
padding:0px 10px 0px 10px;
}


.main .content div.left, .main .bottom div {
 /* left side */
 position:absolute;
 left:0px;
 top:0px;
 width:160px; /* left slice width */
 height:100%;
 _height:8000px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

div.main .header {
height: 60px;
background:url(images/header_grad.gif) repeat-x;
border-bottom: 1px solid #2c2418;
}
div.header .logo {
float:left;
}
div.header .subHeader {
text-align:right;
padding:38px 5px 5px 5px;
position:absolute;
right:1%;
line-height:24px;
font-size:14px;
font-weight: bold;
}

.shadow{
height: 7px;
line-height:1px;
font-size:1px;
background:url(images/shadow.gif) repeat-x;

}

div.main .page {
margin-left:160px;
border: solid 1px #9a3a22;
border-top: 0px;
padding:0px;
background-color:#fff5e2;
}

.borderBox {
border: 1px solid #2c2418;
}

div.main .nav {
height:24px;
line-height:20px;
background-color:#f7eecc;
border-bottom: 1px solid #2c2418;
}

div.main .footer {
line-height:21px;
text-align:right;
padding: 5px;
background-color:#e3af7c;
border-top: 1px solid #9a3a22;
}


div.contentBox {
width:100%;
position:relative;
background-color:#fff;
border: 1px solid #2c2418;
}
div.contentBoxFooter {
background-color:#f6c15b;   
border-top: 1px solid #2c2418;
height:21px;
line-height:21px;
text-align:center;
}

.centeredBox {
width:90%;
margin-left:auto;
margin-right:auto;
background-color:#fff;
border: 1px solid #2c2418;
}
.centeredContent {
width:90%;
margin-left:auto;
margin-right:auto;
}