/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: white;
	line-height: 1.2;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #002940;
}

h1{
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 50%;
}	
h2{
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 50%;
}
hr{
	clear: both;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#leftColumn{
	float: left;
	width: 10%;
	margin: 0px;
	padding: 0px;
}

#rightColumn{
  	float:right;
	width: 10%;
	margin: 0px;
	/*padding-right: 10px;*/
}

#contentColumn{
	float: left;
  	width: 75%;
}



/***********************************************/
/* Content Styles                                 */
/***********************************************/

#imagePanel {
	display: none;
}
#radius_bl {
	width: 100%;
	height: 333px;
	background: url("../image/radius_4.gif") no-repeat bottom right; 
}
#radius_br {
	width: 100%;
	height: 333px;
	background: url("../image/radius_3.gif") no-repeat bottom left; 
}
#radius_tr {
	width: 100%;
	height: 333px;
	background: url("../image/radius_2.gif") no-repeat top right; 
	margin: 0;
}



#navPanel {
	display: none;
}

.contentPanel{
	clear: both;
	padding: 30px 0px 0px 0px;
	font-size: 1em;
}

.contentPanel p{
	font-size: 0.75em;
	margin: 0 0 0.66em 0;
}

.introPanel {
	float: left;
	width: 430px;
	padding-bottom: 30px;

}

#newsPanel {
	width: 90px;
	float: left;
	margin-left: 10px;
	font-size: 90%;
	padding-right: 10px;
}
#newsPanel h3 {
	font-size: 0.8em;
}
.newsSeparator {
	border-left: solid white 1px;
}

.stars {
	margin: 10px 0 0 0;
}
