@charset "UTF-8";
/* CSS Document */


html, body {
	margin: 0px;
	background-color: #525252;
	height: 100%;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../v2images/bkg2.gif);
}

a img { border: none ; }



#container  {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#logocontainer  {
	width: 600px;
	background:#ffffff;
	height: 85px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #525252;
}


.header  {
	width: 600px;
	height: 85px;
	background:#ffffff;
}

.credits {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 14px;
	
	}


	
.strip {
	width:600px;
	height:15px;
	background:#ffffff;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #525252;
	border-top-width: 1px;
	border-top-color: #525252;
	}
	
.strip2 {
	width:600px;
	height:15px;
	background:#ffffff;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525252;
	}

#contentcontainer  {
	width: 600px;
	height: inherit;
	background-color: #FFFFFF;
}


#footer {
	background:#ffffff;
	height: 60px;
	width: 600px;
	}
	
	
.footertext {
	width:429px;
	margin-right: auto;
	margin-left: auto;
	height: 23px;
	padding-top: 15px;
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	letter-spacing: 1px;
	}

a:link {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #62404f;
	text-decoration: none;
	line-height: 14px;
}

a:visited {
	color: #8ba1a5;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	}
	
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
	}
#article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 20px;
}
#articletitle {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	color: #62404f;
	padding: 20px 20px 0px;
	background-color: #FFFFFF;
}
.subtitle {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
