html,body { margin: 0; padding: 0; height: 100%; }

body {
	background:#F38055 url(graphics/bkgd.gif);
	color:#374A5B;
	font-family:helvetica,arial,verdana,sans;
	font-size:12px;
	line-height: 16px;
	margin:0px;
}

br {
	height:10px;
}

	
	#container {  
		position:relative; 
		color:#374A5B;
		width:960px;
		text-align:left;
		margin:auto;
	}
	
	#leftCol {  
		position:relative; 	
		float:left;
		width:163px;
		padding-top: 25px;
	}
	
	#rightCol { 
		position:relative; 
		float:left;
		width:797px;
		background: transparent url(graphics/bkgd_left.gif) no-repeat;
	}
	
	#rightColTop {
		position:relative;
		width:797px;
		background: transparent url(graphics/frame_middle.gif) repeat;
	}
	
	#rightColContent {
		position:relative;
		width:797px;
		min-height:647px;
		background: transparent url(graphics/frame_top2.gif) no-repeat;
	}
	
	#rightColContentLeft {
		position:relative;
		float:left;
		width:379px;
		padding: 0px 0px 0px 40px;
	}
	
	#rightColContentRight {
		position:relative;
		float:left;
		width:255px;
		padding: 0px 0px 0px 73px;
	}
	
	#rightColBottom {
		position:relative;
		width:797px;
		height:67px;
		background: transparent url(graphics/frame_bottom.gif) no-repeat;
	}
	
	#footer {  
		position:relative;
		width:960px;
		text-align:left;
		margin:auto;
		
	}
	
	#topLeftCol {
		position:relative;
		float:left;
		width:419px;
	}
	
	#topRightCol {
		position:relative;
		float:left;
		width:378px;
	}
	
	#nav {
		position:relative;
		width:396px;
		height:275px;
		padding: 25px 0px 0px 23px;
	}
	
	#header {
		position:relative;
		width:379px;
		height: 147px;
		padding: 0px 0px 0px 40px;
	}
	
	.rightContentCol {
		position:relative;
		width:371px;
		padding: 0px 0px 0px 4px;
	}
	
	
	.blueLine {
		color:#374A5B;
		background-color:#374A5B;
		width:379px;
		height:1px;
		border:0px;
		padding:0px;
		margin:0px;
		line-height:1px;
	}
	
	.releaseList {
		position:relative;
		width:150px;
		padding:16px 16px 0px 16px;
		float:left;
		display:inline;
		font-weight:bold;
	}
	
	.blueHeadlineBig {
		font-weight: bold;
		font-size: 14px;
	}
	
	.blueHeadline {
		font-weight: bold;
	}
	
	.orangeHeadline {
		font-weight: bold;
		color: #F38055;
	}
	
	.lightBlue {
		color: #1FA0D0;
	}
	
	.dotBox {
		position:relative;
		width:230px;
		height:100px;
		padding:10px 10px 10px 10px;
		background:transparent url(graphics/dot.gif);
	}
	
	.dotBoxInner {
		position:relative;
		width:220px;
		background-color:#ffffff;
		padding: 0px 5px 0px 5px;
	}
	
	
a:link {
	color:#00AEEF;
	text-decoration : none; 
}
a:visited {
	color:#00AEEF;
	text-decoration : none; 
}
a:hover {
	color:#00AEEF;
	text-decoration : underline; 
}

a.nav:link{
	color:#182532;
	text-decoration : none;
}

a.nav:visited{
	color:#182532;
	text-decoration : none;
}

a.nav:hover{
	color:#629B6A;
	text-decoration : underline;
}

a.green:link{
	color:#629B6A;
	text-decoration : none;
}

a.green:visited{
	color:#629B6A;
	text-decoration : none;
}

a.green:hover{
	color:#629B6A;
	text-decoration : underline;
}

.blueHeadline a {
	color: #374A5B;
	text-decoration : none;
}

.blueHeadline a:hover {
	text-decoration : underline;
}

blockquote {
	padding: 10px 0px 10px 10px;
	margin:0;
	border-left: solid #dddddd 1px;
	font-size: .85em;
	line-height:1.25em;
}

blockquote p {
	margin:0;
}

blockquote .title{
	margin-bottom:1.25em;
}

blockquote .indent{
	margin-left:1.25em;
}

