/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

p { 
	margin-top: 0; margin-bottom: 5px; 
}

img { border: 0 none; 
}

#maincolumn, #rightcolumn, #leftcolumn, #maincolumn_full {
	margin-left: 10px;
	margin-right: 10px;
	width: 95%;
	text-align: middle;
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 100%;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.4em;
  padding-left: 0px;
  margin-bottom: 10px;
}

.small {
	font-size: 9px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.small1 a:link, .small1 a:visited {
	font-size: 9px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.small1 a:hover {
	text-decoration: underline;
}

.user1 {
	font-size: 16px;
	color: #0AACDD;
  	font-weight: bold;
  	line-height: 35px;
}

.user2 {
	font-size: 16px;
	color: #B8065A;
  	font-weight: bold;
  	line-height: 35px;
}

.user3 {
	font-size: 16px;
	color: #FF8402;
  	font-weight: bold;
  	line-height: 35px;
}

.user4 {
	font-size: 16px;
	color: #97C608;
  	font-weight: bold;
  	line-height: 35px;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}