*{
	padding:0;
	margin:0;
}
html {
	overflow-y:scroll;
	height: 100%;
}
body{
	font-family:"Trebuchet MS",Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size:0.75em;
	color:#2D4D7A;
	background-color:#fff;
	height: 100%;
}


#wrap {width:600px; margin:auto; text-align:left;}

p {margin-top:10px; font-size:12px;}
.tableborder {
	border-right: 1px solid #000; margin-bottom:20px; 
}
.tableborder td{
font-size:12px;
}
.tableborder .tablehead{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #989285;
	padding:2px;
	color:white;
}
.tableborder .tableoff{
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:2px;
}
.tableborder .tableheadnaked{
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding:2px;
}
.floatleft {  float:left;}
.floatright {  float:right;}

img{
	border:0;
}
a:link, a:visited{
	text-decoration:none;
	color:#173046;
	outline:0;
    font-size: 12px;
}
a:hover{
	text-decoration: underline;
}
p{
	margin:5px 0 10px;
	line-height: 1em;
	font-size: 1em;
}
ul{
	list-style:none;
}

hr{
	margin:15px 0;
	border:0;
	border-top:1px dotted #CCC;
}

h1{
    color:#2D4D79;
    margin:10px 0 0px;
    font-size:1.5em;
    font-weight:normal;
    margin-bottom:20px;
}
h2,h3{
    color:#2D4D79;
    margin:10px 0;
    font-size: 1.3em;
    font-weight:normal;
}
label{
	display:block;
	margin-bottom:3px;
}
th, td{
	color:#8f8f8f;
        font-weight: normal;
}
.liststyle {
	background:url(/images/allPages/dash.gif) left top no-repeat;
	padding:0 10px 0 10px;
}

#content p{
   line-height: 1.1em;
   margin-bottom: 20px;
   font-size: 1.1em;
}

.line{border-bottom:1px dotted #CCC;}
.grey, a.grey, a:link.grey, a:visited.grey{color:#4F4F4F;}
.orange, a.orange, a:link.orange, a:visited.orange{color:#F6AA3F;}
.brown, a.brown, a:link.brown, a:visited.brown{color:#222;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.hidden{display:none;}
.p5{padding:5px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt70{margin-top:70px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml50{margin-left:50px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr12{margin-right:12px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr100{margin-right:100px;}
.mr140{margin-right:140px;}
.mr160{margin-right:160px;}
.mb5{margin-bottom:5px;}
.mb50{margin-bottom:50px;}
.italic{font-style:italic;}
.bold{font-weight:bold;}
.underline, a.underline, a:link.underline, a:visited.underline{text-decoration:underline;}
.smaller{font-size:0.9em;}
.larger{font-size:1.1em;}
.big{font-size:1.35em;}
.w55{width:55px;}
.w250{width:250px;}
.w300{width:300px;}
.w400{width:400px;}
.w560{width:560px;}

.textLeft{text-align:left;}
.textMid{text-align:center}
.textRight{text-align:right}

/*LANCE - SIMPLE.CSS*/
body {
    text-align: left;
    color: #999999;
}

h1 {
    margin:0 0 20px 0;
}

h2 {
    margin: 0;
}

h1, h2 {
    padding-bottom:8px;
    font-size:1.3em;
    background: url('/images/allPages/hr_sm.gif') bottom left no-repeat;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

#content a.email {
    text-decoration: underline;
    font-weight: bold;
}

label {
    font-weight: bold;
}


#content input[type=checkbox] {
    margin-top: 3px;
}
/*end copy to simple*/