body { text-align:center;
	font-family: Tahoma, Sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#969696; /*46, 76, 73 */
}

#container {
	position: relative;
	top:50px;
	margin: auto;
	top-margin: 0px;
	max-width:850px;
	background-color:#ffffff;
}
#caption {
	font-size:9px;
}

#nav {
	width:180px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align:right;
	background-color:#ffffff;
	padding:5px;
	height:316px;
}
#main {
	position: relative;
	margin-top:20px;
	text-align: justify;
	background-color:#ffffff;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	overflow: auto;
	min-height:316px;
	width:800px;
}
img.full {
	max-width:529px;
}
img.bio {
	max-width:200px;
	max-height:200px;
	margin-left: 10px;
	float:right;
}
h1,h2,h3 {
	text-align: left;
}
th {
	font-size:11px;
	font-weight:bold;
}
td {
	font-size:11px;
}
#footer {
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	background-color:#ffffff;
	color:#505050;
	font-size:10px;
}
a {
	color:#000000;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a.button {
	color:#ffffff;
}
input.button {
	width:160px;
	text-align:center;
	background-color:#5e7C79; /* 2e4C49, d26461 */
	font-size:14px;
	text-transform:uppercase;
	color:#ffffff;
	margin-right:5px;
}
input.pressed {
	width:160px;
	text-align:center;
	background-color:#d26461;
	font-size:14px;
	text-transform:uppercase;
	color:#000000;
	margin-right:5px;
}
input.sub {
	text-align:center;
	background-color:#d26461;
	font-size:12px;
	margin-right:5px;
	text-transform:uppercase;
	color:#000000;
}
/*Image preview styling*/
#interface1 {
	z-index:1;
}

#loader_container {
    text-align:center;
    position:absolute;
    top:40%;
    width:100%}

#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}

#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}

#loader_bg {
	background-color:#EBEBE4;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px
}

.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}
.title_h2 {
 	padding:12px 0 0 18px;
	font-size:14px;
	padding:0;
	margin:0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
}
