/* Print Elements =====*/
html {
	width: 100%;
}

body {
	background: white;
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.3em;
	width: 95%;
}

img {
	border: 0;
}

.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

a:link {
	color: #4E4E50;
	text-decoration: underline;
}

a:visited {
	color: #4E4E50;
	text-decoration: underline;
}

a:hover {
	color: #4E4E50;
	text-decoration: none;
}

a:active {
	color: #4E4E50;
	text-decoration: none;
}

/* Structural Elements =====*/
.wrap {
	
}

.logo {
	display: none;
}

.content {
	
}

.flashplaceholder {
	display: none;
}

/* Homepage Specific Elements =====*/
.homewrap { /* Appended to the wrap class to make it the homepage wrap */
	
}

/* Interior Specific Elements =====*/
.interiorleft {
	float: left;
	width: 250px;
	text-align: center;
}

.interiorright {
	float: right;
	width: 375px;
}

#nav {
	display: none;
}