﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	overflow:hidden;
}

a {
	color:navy;
	text-decoration:none;
}

#center {
	width: 800px;
	height: 500px;
	border: 0px solid #000;
	background-color: white;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -250px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

#masthead {
	width: 800px;
	height: 100px;
	margin-bottom: 1px;
	border-bottom:thick,navy,solid;
}

#logo {
	float: left;
	width: 321px;
	z-index: 100;
}

#header {
	height:100px;
	margin-left: 321px;
	padding-top: 2.4em;
	text-align: left;
	vertical-align:bottom;
	z-index: 100;
}

#middlebody {
	clear: both;
	width: 807px;
	height: 360px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 3px;
	border-bottom-color: #000080;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-top-color: #000080;
	border-top-style: solid;
	border-top-width: thick;
}

#middlebody2 {
	width: 700px;
	height: 400px;
	margin:0 0 0 0;
}


#left_col {
	float: left;
	width: 600px;
	z-index: -50;
}

#left_col2 {
	float: left;
	width: 200px;
	text-align:center;
}

#left_col3 {
	float: left;
	width: 807px;
}

#left_col4 {
	float: left;
	width: 134px;
}

#page_content {
	margin-left: 600px;
	float:left;
}

#profile_content {
	float:left;
	margin-left:200px;
	width:607px
}

#footer {
	
	width: 800px;
	height:40px;
	text-align:left
}

#profile {
	text-align:justify;
	padding:4 4 4 4;
	margin:4 4 4 4;
}

.profilebody {
	text-align: justify;
	color: #000000;
}

img.main {
	height:360px;
	width:600px;
}

img.thumb {
	height: 360px;
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img.thumb2 {
	height: 360px;
	width: 134px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


img.profile {
	text-align:center;
	width:400px;
	height:250px;
}

.logo {
	border-style: none;
	border-color: inherit;
	border-width: medium;
}

.smallhead {
	color: #000080;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 115%;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.scrollable {
	width: 200px;
	height: 358px;
	overflow: auto;
	padding-left: 3px;
	text-align: justify;
	padding-right: 4px;
	position: absolute
}

.scrollableprofilecontent {
	width: 600px;
	height: 358px;
	overflow: auto;
	padding-left: 3px;
	text-align: justify;
	padding-right: 4px;
	position: absolute;
	top: 111px;
}

.scrollableprofilecontent2 {
	height: 358px;
	overflow: auto;
	padding-left: 3px;
	text-align: justify;
	padding-right: 4px;
	position: relative;
	margin-left: 134px;
}

.scrollableindex {
	width: 200px;
	height: 235px;
	overflow: auto;
	padding-left: 3px;
	text-align: justify;
	padding-right: 4px;
	position: absolute
}

.button {
	width: 200px;
	height: 120px;
	padding-left: 0px;
	text-align: justify;
	padding-right: 0px;
	position: absolute;
}


.divleft {
	width: 250px;
	height: 40px;
	text-align: left;
	position: absolute;
	float: left;
	left: 0px;
	top: 480px;
}

.divright {
	width: 557px;
	height:40px;
	text-align: right;
	position: relative;
	margin-left:250px
}

.regtext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}

a img {
	border: none;
}
