/*
//
// primary styles
// Author: DataSetGo
// Date: 2006/04/18
//
/////////////////////////////////////// */



/* Global Styles
/////////////////////////////////////// */
body {
	font: 12px/14px helvetica, arial, sans-serif;
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
	color: #003;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	color: #333;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #333;
}

img {
	border: 0;
}
#container {
	width: 936px;
	margin: 0 auto 0 auto;
}

#content {
}

#header {
	height: 70px;
}

#nav {
	height: 30px;
}

#footer {
	height: 40px;
}

.clear {
	clear: both;
}

/* min-height fixes */
.prop {
	float: right;
	width: 1px;
	display: hidden;
  }

.minHeight {
	height:300px;
  }
  
  
  
 /* page-specific styles
 ////////////////////////////////////// */
 
 