/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	background-color: #FFF;
	color: #000;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;*/
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style section titles. */
#content h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 15px;
}
#content h1{
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color: #000;
	line-height:26px;
	padding-left: 15px;
	}
#content p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height:140%;
	color: #000;
	padding-left: 15px;
	font-weight: normal;
	text-decoration: none;
	bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}


a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}

#outerWrapper {
	/*background-color: #fff;*/
	margin: 0 auto 0 auto;
	min-width: 800px;
	text-align: left; 
	width: 800px;
	
}
#outerWrapper #header {

	/*font-size: 0px;
	font-weight: bold;
	height: 195px;
	line-height: 0px;
	padding: 0px;
	width: 800px;*/
	display:none;
}

 /*#leftCol {

	float: left;
	padding: 0px;
	width: 155px;
	border-left: solid 1px #cccccc;
	display:none;
}*/

 #rightCol {
	background-color: #FFF;
	border-left: solid 1px #000; 
	float: right;
	padding: 10px 7px 10px 7px; 
	width: 230px;
	border-right: solid 1px #000;
}

#rightCol p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}

li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
}
#rightCol h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	padding-left: 7px;
	padding-bottom:4px;
	padding-top:2px;
}
	
	
#outerWrapper #contentWrapper #content {
	/*margin: 0 270px 0 170px; */
	margin: 0 270px 0 0px;
	padding: 10px 5px 10px 0px; 
	/*width: 360px;*/
	width: 570px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	background-color: ##FFF;
	border: solid 1px #000; /* Sets the top border properties for an element using shorthand notation */
	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;/* Sets the font properties for an element using shorthand notation */
	padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#header_bar {
	/*font-family:Tahoma, Geneva, sans-serif;
	background-color: #CD74AC;
	height: 20px;
	width: 788px;
	border-color: #CF9;
	border-width: 4px;
	border-style: solid;*/
	display:none;
}
/*.dateformat {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 180%;
	padding-left: 5px;
	padding-top: 5px;
}*/
.subHeader {
	color: #000;
	line-height:16px;
	letter-spacing:0.0em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	
.subhd_GrnVerban {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: left;
	font-size: 12px;
}
img {
	text-decoration: none;
	float: left;
	padding-right: 12px;
}

