/* CSS Document */

html,body { 
	background: white;
	font-size: 12pt;
	font-family: Times, serif;
}

.breaker {
	display: none;
}

/* wrapper centers all content */
.wrapper {
	width:760px; 
	text-align:left;
	margin: 0px auto 0px auto;
	}

/* header set-up */
#topbar {
	display: none;
	}

#header {
	display: none;
}

/* primary nav set up */
#nav {
	display: none;
}

/* content container */
#maincontent {
}

#maincontentwrapper {
	}

#hometext {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#homeright {
	display: none;
}
	
#leftcol {
	display: none;
	}
		
#rightcol {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}


#footer {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#footer ul {
	display: none;
	}

/* text styling starts here  */

p	{
	line-height: 14pt;
	text-align: left;
	color: black;
	margin-top: 0;
	font-size: 12pt;
	}

h1 {
	color: black;
	font-size: 16pt;
	font-weight: bold;
	font-family: Times, serif;
	}


h2 {
	color: black;
	font-size: 14pt;
	font-weight: bold;
	font-family: Times, serif;
	}

h3 {
	color: black;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	font-family: Times, serif;
	}

.uplink {
	display: none;
}
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
		
.contactlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
