/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  09: 3Col_Flexible_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 980px;
	margin:0 20px 20px  20px;
	font-size: 85%;
}
#masthead {
	color: #000000;
	background-color: #ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	background-image:url(../Pictures/niceic-logoc16w190x105.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#masthead .content {
	padding: 12px;
}
#outer_wrapper {
}
#wrapper {
}
#left_wrapper {
	float: left;
	margin-left: -200px;
	width: 100%;
}
#left {
	float: left;
	width: 200px;
	margin-left: 200px;
}
#center {
	margin-left: 400px;	
	background-image:url(../Pictures/rnrlogowmc16w350x295.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment:scroll;
}
#right {
	float: left;
	width: 200px;
}
#left .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.35em;
}
#center .content {
	padding:0 24px 24px 24px;
	font-size: .9em;
	line-height: 1.7em;
}
#right .content {
	padding: 24px 20px;
	font-size: .7em;
	line-height: 1.35em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#footer {
	color: #CCCCCC;
	background-color:#ffffff;
}
#footer .content {
	padding: 12px;
	font-size: .7em;
	text-align:center;
	margin:10px auto;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
}

.menulist li{
	margin:10px 0;
}

#left a:link {
	color: #846900;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #3399cc;
}
#center a:visited {
	color: #666666;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #466975;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	
	padding: 0 0 0 20px;
}
#wrapper .menulist a:hover {
	
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.3em;
	margin: 30px 0 0 0;
}
h2 {
	font-size: 1.3em;
	margin:30px 0 0 0;
	font-weight:200;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
h5 {
	font-size: 1.15em;
	margin: 20px auto 0 20px;
	color:#666666;
	font-weight:100;
}

.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
/* Added styles --------------------------*/

#footer p{
	color:#999999; 
	font-size:.95em; 
	padding:0; 
	margin:0;
}
	

	
#footernav ul{
	list-style:none;
	text-align:center;
	margin:0 auto 20px auto;
	padding:30px;
	font-size:1.3em;
	letter-spacing:1px;
	}
	
#footernav ul li{
	display:inline;
	padding:0 20px;
	}
	
	
#table td{
padding:15px 0;
}

.nobullet ul {
list-style:none;
margin-top:10px;
font-size:1.2em;
}

#management{
text-align:center;
margin:20px auto;
padding:0;
}

#management h2{
margin:10px 0 0 20px;
font-weight:600;
color:#999;
font-size:1.1em;
}

#management ul{
	margin:10px 0 10px 35px;
	}

.middlebox{
	text-align:left;
	margin:10px 0 10px;
	padding:20px 60px;
	width:150px;
	border:1px solid #ccc;
	}
	
.leftbox{
	text-align:left;
	float:left;
	margin: 10px 0;
	padding:0;
	width:200px;
	border:1px solid #ccc;
}

.rightbox{
	text-align:left;
	float:right;
	margin: 10px 0;
	padding:0;
	width:240px;		
	border:1px solid #ccc;
	}

	
