/* CSS Document */
body {
	background-color: white !important;
  	background-image: none !important;
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	}
#wrapper{
	width: auto;
	border: 0;
	margin: 0 5%;
	}
/* --------------------- HEADER */
#header {
	display: none;
	}
/* --------------------- HEADER end */
/* --------------------- INCREASE/DECREASE TEXT */
.textresize {
	display: none;
	}
/* --------------------- INCREASE/DECREASE end */
#topnav {
	display: none;
	}
/* --------------------- TOPNAV end */
/* --------------------- MENU */
dl, dt, dd, ul, li {
	display: none;
	}
#menu {
	display: none;
	}
/* --------------------- MENU end */
/* --------------------- CONTENT LAYOUT */
#contentwrapper{
	float: left;
	width: 100%;
	}
#contentcolumn{
	margin: .5em 190px 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	font-size:1em;
	line-height:150%;
	padding:0 1em;
}
.innerwrapper{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
#leftcolumn{
	display: none;
	}
#rightcolumn{
	float: left;
	width: 190px; /*Width of right column*/
	margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
	}
/* --------------------- CONTENT LAYOUT end */
/* --------------------- FEATURES */
#features {
	border-left: 1px solid #abd3e9; 
	border-right: 1px solid #abd3e9; 
	border-bottom: 3px solid #abd3e9;
	/*font: 0.8em Geneva, Arial, Helvetica, sans-serif;*/
	font: 0.9em/130% "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif
	}
#features h2 {
	margin: .5em 0 0.5em 0;
	padding: 4px;
	background: url(../images/featureHeader.jpg) repeat-x #abd3e9;
	font: 1.1em Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #11568b;
	}
* html #features h2 {
	width: 100%; /* WinIE wants a dimension in order to show the background. Hidden from non-IE browsers because it causes a persistant horizontal scroll in them. */
	}
/* Groups each feature item in the column. */
#features div {
	margin: 0 0 1em 0; /* Spaces each box in features column out from one another */
	}
#features p {
	margin: 0.5em 0.5em 0 0.5em; 
	padding-bottom: 1em; /* Spaces paragraphs away from one another using padding instead of margin because bottom margin will collapse outside the box but padding will not. */
	}
#features sup {
	font-size: .7em;
	}
#feature-news a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #0090b6;
	}
#feature-events a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #0090b6;
	}
#feature-portals a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #0090b6;
	}
/* --------------------- FEATURES end */
/* --------------------- NEWSfeatures */
#newsfeatures {
	display: none;
}
	
/* --------------------- NEWSfeatures end */
/* --------------------- PROFILE */
/* --------------------- PROFILE */
#profile{
display: none;
}
/* --------------------- PROFILE end */
/* --------------------- FORM */
form {
	display: none;
	}
.search {
	display: none;
	}
/* --------------------- FORM end */
/* --------------------- FOOTER */
#footer{
	display: none;
	}
.line {
	background: none ;
	}
.address {
	display: none;
	}
/* --------------------- FOOTER end */
/* --------------------- LINKS */
#more a {
	display: none;
	}
/* --------------------- LINKS end */
/* --------------------- HEADINGS */		
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #11568b;
	}
h1 {
	margin: 0 0 .1em 0;
	font-size: 14pt;
	}
h2 {
	margin: .3em 0 .1em 0;
	font-size: 13pt;
	color:#000;
	}
h3 {
	margin: .3em 0 0.1em 0;
	font-size: 12pt;
	}
h4 {
	margin: 0;
	font-size: 11pt;
	}
h5 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
h6 {
	display: none;
	}
/* --------------------- HEADINGS end */		
/* --------------------- IMAGES (in content div) */
.left {
	float: left;
	border: 1px solid #1c306b;
	margin: 5px 10px 0 0;
	position: relative; /* Because of MacIE's faulty positioning and float models, all floated objects will overlap the background and borders of the fixed footer. Adding position: relative and a smaller z-index than the footer to all the floats fixes this. */
	z-index: 200; /* See note above. */
	}
.right {
	float: right;
	border: 1px solid #1c306b; 
	margin: 5px 10px 0 10px; 
	position: relative; /* Because of MacIE's faulty positioning and float models, all floated objects will overlap the background and borders of the fixed footer. Adding position: relative and a smaller z-index than the footer to all the floats fixes this. */
	z-index: 200; /* See note above. */
	}	
/* --------------------- IMAGES end */	




