BODY{
	background-color: white;
	font-family: verdana,arial,serif;
	font-size: 10pt;
	color: black;
}


A:link { color: blue; background: transparent;}    /* unvisited links */
A:visited { color: purple; background: transparent;}   /* visited links   */
A:hover   { color: green; background: transparent;} /* user hovers     */
A:active  { color: red; background: transparent;}   /* active links    */

img {
	border: 0px;
}

div.header {
	width: 100%;
	clear: both;
}

div.rightalign {
	text-align: right;
}

div.logo {
	background: url("blue/vent_logo.png");
	background-repeat: no-repeat;
	width: 340px;
	height: 70px;
	float: left;
}

div.mainmenu {
	padding: 30px;
	float: left;
	text-align: left;	
	font-size: 12pt;
}

div.clearer {
	clear: both;
}

div.tagline {
	padding-left: 25px;
	padding: 4px;
	text-align: left;
	clear: both;
}

div.pageholder {
	width: 95%;
	clear: both;
}


div.topleft {
	background: url("blue/topleft.png");
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}

div.topright {
	background: url("blue/topright.png");
	background-repeat: no-repeat;
	background-position: right;
	width: 33px;
	height: 25px;
	float: right;	
}

div.entry {
	background: url("blue/entry.png");
	background-repeat: no-repeat;
	width: 98px;
	height: 25px;
	float: left;
}

div.left {
	background: url("blue/left.png");
	background-repeat: repeat-y;
	width: 100%;
	clear: both;
}

div.right {
	background: url("blue/right.png");
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
}

div.entrybottom {
	background: url("blue/entrybottom.png");
	background-repeat: no-repeat;
	width: 95px;
	height: 30px;
	float: right;
}

div.bottomright {
	background: url("blue/bottomright.png");
	background-repeat: no-repeat;
	width: 33px;
	height: 30px;
	float: right;
}

div.bottomleft {
	background: url("blue/bottomleft.png");
	background-repeat: no-repeat;
	width: 25px;
	height: 30px;
	float: left;
}



div.contentcontainer {
	padding-left: 25px;
	padding-right: 33px;
	padding-top: 6px;
} 

div.topholder {
	background: url("blue/top.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
	clear: both;
}

div.bottomholder {
	background: url("blue/bottom.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	clear: both;
}

div.rightside {
	float: right;
	clear: both;
}

div.date {
	font-weight: bold;
	font-style: normal;
	font-family: verdana,arial,serif;
	font-size: 12pt;
	color: #000066;	
	border: solid #000066;
	border-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	background: white;
	float: left;
}

div.posts {
	width: 75%;
	float: left;
	text-align: left;
}

div.modules {
	width: 24%;
	float: right;
	text-align: left;
}

div.vent_options_title {
	font-size: 12pt;
	font-weight: bold;
	clear: both;

}

div.vent_system_error {
	color: red;
}

div.footer {
	width: 100%;
	clear: both;
	font-size: 8pt;
	text-align: center;
}


div.quote {
	margin-left: 20px;
	padding: 4px;
	background: url("quote_bg.png");
}


div.code {
	margin-left: 20px;
	padding: 4px;
	background: url("quote_bg.png");
	font-family: Courier New, Courier;
}
