/* CSS Document */

body{
margin: 0px;
padding: 0px;
}
.header{
height: 150px;
width:791px;
margin-top:0px;
margin-left:201px;
background-color:#000066;
}

.port{

	position:absolute;
	top:2px;
	left:2px;
	width:200px;
	height:800px;
	float:left;
	font-family: tahoma;
	text-align:center;
	white-space:normal;
	border-right:1px solid black;
	font-size: 12px;
	font-family:tahoma;
	color:#000000;	
	
}
h4 { display:inline;

}
h2{
font-family:tahoma;
display:inline;
text-align:center;
}

.bar{
width:200px;
height:32px;
background: white url(../images/bar.gif) repeat-x bottom left;
display: block;

}
.starboard{
	position:absolute;
	top:150px;
	left:229px;
	padding: 0px;	
	width:400px;
	height:500px;	
	white-space:normal;
	font-family:tahoma;
	text-align:center;	
}

.footer{
clear: both;
width:700px;
margin-left:220px;
text-align:center;

}
.hp_headstyle{
vertical-align:middle;
}

.starhead{
	font-size: 30px;
	font-family: tahoma;
	color:#000000;
	text-align:center;
	
	}

.starbox1{

height:auto;
width:400px;
text-align:justify;


/*float:left;*/

}
.starpic{
border-style:outset;
margin-left:12%;
margin-right:12%;
height:127px;
width:300px;

}
.starbox2{
height:auto;
width:300px;
float:right;
}
.style1 {
	font-family: tahoma;
	font-weight: bold;
}
.style2 {font-family: tahoma;
		text-align:justify;
}
.right{
font-family:tahoma;
margin-left:650px;
margin-top:0px;
text-align:justify;
width:300px;
height:650px;
border-left:1px solid black;
}
.rightcontent{
width:300px;
height:auto;
margin-left:25px;
}
.starest{
	position:absolute;
	top:150px;
	left:229px;
	padding: 0px;	
	width:700px;
	height:500px;	
	white-space:normal;
	font-family:tahoma;
	text-align:center;	
}
.starpicrest{
border-style:outset;
margin-left:49%;
margin-right:49%;
height:127px;
width:300px;

}
#readocmain{
	margin-left:200px;
	padding: 0px;	
	width:auto;
	height:auto;	
	white-space:normal;
	font-family:tahoma;
	text-align:justify;	
	border-left:1px solid black;
	
}
#readoc{
	margin-left:20px;
	padding: 0px;	
	width:700px;
	height:auto;	
	white-space:normal;
	font-family:tahoma;
	text-align:justify;	
	
}
#docs{
	margin-left:229px;
	padding: 0px;	
	width:700px;
	height:auto;	
	white-space:normal;
	font-family:tahoma;
	text-align:justify;	
}
#port{

	position:absolute;
	top:2px;
	left:2px;
	width:198px;
	height:550px;
	float:left;
	font-family: tahoma;
	text-align:center;
	white-space:normal;
	border-right:1px solid black;
	font-size: 12px;
	font-family:tahoma;
	color:#000000;	
	
}
.req{
color:red;
font-family:tahoma;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
