/* Structural */
body{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: #999999;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	min-width: 760px;
}

ul li {
	margin-left:-10px;
}

form {
	margin: 0;
	padding: 0;
}

p{
	margin: 0px 0px 7px 0px;
}

a{
	background: transparent;
	color: #1C6FEC;
}

a:hover{
	background: #EAF3FB;
	color: #1359BD;
}

h1,h2,h3,h4,h5 {
	background: transparent;
	color: #000000;
	margin: 0px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
}

h1{
	font-size: xx-large;
}

h2{
	font-size: x-large;
}

h3{
	font-size: large;
}

h4{
	font-size: larger;
}

h5 {
	font-size: small;
}

#wrapper{
	background: #FFFFFF;
	border-top: 4px solid #FF0000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 740px;
	padding: 10px;
	margin: 0px auto;
	text-align: left;
}

/* Site stylings */
.red_dot {
	height: 1px;
	color: transparent;
	background-color: transparent;
	border: none;
	border-bottom: 1px dashed #FF0000;
}

 
.green_dot {
	height: 1px;
	color: transparent;
	background-color: transparent;
	border: none;
	border-bottom: 1px dashed #00CC00;
}

.black_line{
	height: 1px;
	color: transparent;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000;
}

.no_line{
	height: 1px;
	color: transparent;
	background-color: transparent;
	border: none;
	border-bottom: 1px hidden #000;
}

#main_heading {
	background: transparent;
	color: #0066FF;
	font-weight: normal;
	margin-bottom: 10px;
}

#main_heading a {
	background: transparent;
	color: #0066FF;
	text-decoration: none;
	border-bottom: 3px double #0066FF;
}

#main_heading a:hover {
	background: transparent;
	color: #0066FF;
	text-decoration: none;
	border-bottom: none;
}

#main_nav {
	background: #EEF6FD;
	padding: 5px;
}

#main_nav h4{
	background: transparent;
	color: #FF00FF;
}

#main_nav h4 a{
	background: transparent;
	color: #FF00FF;
	text-decoration: none;
	border-bottom: 3px double #FF00FF;
}

#main_nav h4 a:hover{
	background: transparent;
	color: #FF00FF;
	text-decoration: none;
	border-bottom: none;
}

.container_ship{
	background: #FFFFFF;
	border: 1px solid #000;
	padding: 10px;
	margin-top: 10px;
	width:720px;
}

.work_ship {
	margin-top: 10px;
}

#outer {
	height: 230px;
	overflow: hidden;
	position: relative;
}

#outer[id] {
	display: table;
	position: static;
}

#middle {
	position: absolute;/* for explorer only*/
	top: 50%;
}

#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner {
	position: relative;/* for explorer only */
	top: -50%;
}

/* optional: #inner[id] {
	position: static;
}
 */
#no_splash {
	background: transparent;
	color: #FF00FF;
	font-weight: normal;
	font-size: 3.5em;
	margin: 0px;
	width:720px;
	text-align:center;
}

#blind_man {
	top:-170px;
	right:-480px;
	position: relative;
	width:250px;
	clear: both;
}

.message_box {
	padding: 10px;
	background: #EEF6FD;
	border: 1px solid #BADDFE;
	overflow: hidden;
	position: relative;
}

.date_line {
	color: #9F9F9F;
	font-weight:bold;
	margin-bottom:5px;
	font-style: italic;
}

.work_unit {
	clear: both;
	background: #F8F8F8;
	margin-bottom: 10px;
	padding:10px;
	border: 1px solid #000;
	width:720px;
}

.work_column {
	width:370px;
	background: transparent;
}

.image {
	background: #EEF6FD;
	margin-left:5px;
	padding: 5px;
	border: 1px solid #9F9F9F;
}

.right {
	float: right;
}

.left {
	float: left;
}

.screen_shot {
	background: #ECECEC;
	padding: 5px;
	margin-bottom:20px;
}

.grey_out {
	color: Silver;
}

.paginate {
	background: #ECECEC;
	padding: 5px;
	margin-top:20px;
	text-align: center;
}

/* Resume */

.resume_para {
	background: #F8F8F8;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #FFDFDF;
}

.line_down {
	margin: 0px;
	padding: 0px;
}