@charset "utf-8";

body{
	font-family: verdana;
	font-size: 95%;
	line-height: 115%;
	background-repeat: repeat;
	background-color: #26354a;
	background-image:url(/images/bg3.gif);
	padding-top:10px;
/*	background-position: center top; */
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #64748B;
	padding-right: 10px;
	background-color: #A6B9CE;
	margin: 0px;
	padding-bottom: 1px;
}
.box {
	background-color: #A6B9CE;
	border: thin groove #CCCCCC;
}
.textbox {
	margin: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sectionName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #26354A;
	background-color: #A6B9CE;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-top-color: #26354a;
	border-top-style: solid;
	border-top-width: 1px;
}
.jobTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #26354A;
	padding-top: 5px;
	padding-left: 5px;
}
.jobAssignment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #26354A;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: -50px;
}
.jobPrior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #26354A;
}
.company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #26354A;
	padding-left: 5px;
}
.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #26354A;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #26354A;
	text-align: right;
}

.pgview {
	width: 760px;
	margin: 10px;
}

.header {
	background-color:#26354A;
	float:none;
	position:relative;
	left: -5px;
	top: -5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #47648B;
	border-right-color: #182230;
	border-bottom-color: #182230;
	border-left-color: #47648B;
	z-index:10;
}
.sidebar {
	background-color:#26354A;
	position:relative;
	left: -5px;
	top: -5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #47648B;
	border-right-color: #182230;
	border-bottom-color: #182230;
	border-left-color: #47648B;
	z-index:9;
}

.footer {
	background-color:#64748B;
	position:relative;
	left: -5px;
	top: -5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9AA5B6;
	border-right-color: #434E5C;
	border-bottom-color: #434E5C;
	border-left-color: #9AA5B6;
	padding-top:10px;
	padding-bottom:10px;
	height: 90px;
}

.main {
	background-color:#D3DCE6;
	position:relative;
	left: -5px;
	top: -5px;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECF0F4;
	border-right-color: #A7B9CD;
	border-bottom-color: #A7B9CD;
	border-left-color: #ECF0F4;
	z-index:9;
}

.wrap1, .wrap2, .wrap3, .wrapL, .wrapR {
	display:inline-table;
	/* \*/display:block;/**/
	padding-bottom:10px;
}

.wrap1, .wrapL {
	float:left;
}

.wrap1 {
	width: 100%
}	


.wrapL {
	width: 180px;
}

.wrapR {
	float:right;
	width: 740px;
}	

.dropShadow {
	position:relative;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background:#142033;
}
