/* CSS Document */
html, body{
	width:100%;
	height:100%;
	background-color:#003366;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0px;
	min-width:756px;
	padding:0px;
}
#wrapper{
	position:relative;
	left:50%;
	width:756px;
	margin-left:-378px;
}
#header{
	width:756px;
	height:100px;
	background-image:url(images/header.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/*Page wrappers*/

#page{
	width:756px;
	text-align:left;
	padding:10px 0px 10px 0px;
}

/*#page p{
	padding:0px 10px 0px 10px;
}*/

#page ol{
}
#page h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000066;
	padding:0px 0px 10px 0px;
}
#pheader{
	position:relative;
	float:left;
	width:756px;
	text-align:left;
}
#psplitheader_left{
	position:relative;
	float:left;
	border:#333333 10px;
}
#psplitheader_right{
	position:relative;
	float:right;
	border:#333333 10px;
}
#pheader h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000066;
	padding:0px 0px 10px 10px;
}
.pcaption{
	font-size:9px;
}
#pleft{
	position:relative;
	float:left;
	width:357px;
	border-right:dashed 1px #999999;
	padding:0px 10px 0px 10px;
}
#pright{
	position:relative;
	float:right;
	width:358px;
	padding:0px 10px 0px 10px;
}
.inline_r{
	position:relative;
	float:right;
}
.inline_l{
	position:relative;
	float:left;
}
.clear{
	clear:both;
	display:inline;
}

/*Picture wrappers*/

.port_c {
	position:relative;
	text-align:center;
}
.port_r {
	position:relative;
	float:right;
	border:0px;
	padding:0px 0px 5px 10px;
	text-align:center;
}
.port_l {
	position:relative;
	float:left;
	border:0px;
	padding:0px 0px 5px 10px;
	text-align:center;
}
#nav_upper{
	width:756px;
	height:26px;
	background-image:url(images/top_nav_bg_upper.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}
#nav_upper ul{
	margin:0px;
	padding-left:5px;
	list-style:none;
}
#nav_upper li.first{
	padding-left: 30px;
}
#nav_upper li{
	border:1px #FF0000;
	display:inline;
	position:relative;
	float:left;
	padding:5px 15px 5px 5px;
}
#nav_upper a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#nav_upper a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	display:block;
}
#nav_lower{
	width:756px;
	height:22px;
	background-image:url(images/top_nav_bg_lower.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#cv_date{
	position:relative;
	float:left;
	text-align:left;
	width:20%;
}
#cv_details{
}
#cv_cap{
	position:relative;
	float:right;
	text-align:left;
	width:75%;
	padding-left:5px;
}
#footer{
	padding:15px;
	vertical-align:middle;
}
#w3c{
	display:inline;
	vertical-align:middle;
	border:0px;
	position:relative;
	float:right;
}
#isibbot{
	border:0px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px
}

/* FORMS */
br {
	clear:left;
}
legend{
	background-color:#FFFFFF;
	padding:0px 5px 0px 5px;
}
fieldset{
	border:1px #666666 dashed;
	padding-top:20px;
}
input{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
textarea{
	float:right;
	margin-bottom:10px;
}
select{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	display:block;
	text-align:right;
	width:150px;
	padding-right:5px;
}
#submit{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
#pdf_link{
	margin-bottom:15px;
	padding:12px 0px 15px 20px;
	background-image:url(images/pdficon_small.gif);
	background-position:left;
	background-repeat:no-repeat;
	vertical-align:middle;
}
