html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	border: 0;
	outline: 0;
	font-size: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
}

* { padding: 0; margin: 0; }

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	margin: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* Commonly used to style page titles. */
 h1 {
  color: #69c;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #69c;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

ul {
margin: 0;
padding: 0;
list-style: none;
width: 900px;
float: left;
}

ul li {
float: left;

}

ul a {
display: block;
padding: 0 9px;
line-height: 2.1em;
text-decoration: none;
color: #ffffff;
}

/* Sets the style for unvisited links. */
#wrapper #navBar a,  a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	
	}
/* Sets the style for visited links. */
#wrapper #navBar a:visited {
 color: #FFFFFF;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}
/* Sets the style for links on mouseover. */
#wrapper #navBar a:hover {
 color: #FFFFFF;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}
/* Sets the style for a link that has focus. */
#wrapper #navBar a:focus {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}
/* Sets the style for a link that is being activated/clicked. */
#wrapper #navBar a:active {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}

#wrapper {
	width: 922px;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
}
#header {
 background-color: #000000;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24pt;
  font-style: normal;
  font-weight: normal;
  line-height: 24pt;
 width: 900px;
 float: left;
 padding: 10px;
text-align: left;
 margin: 10px 0px 5px 0px;

}
#navBar {
	background-color: #C30080;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	clear: both;
	overflow:hidden;
	line-height: 14pt;
	margin: 10px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-position: center;  
  }
#leftcolumn {
	color: #FFFFFF;
	background: #000000;
	height: auto;
	width: 195px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

p {
	
	
	margin-bottom: 5px;
	
}

#content {
	float: left;
	color: #FFFFFF;
	background: #000000;
	padding: 10px;
	height: auto;
	width: 456px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rightcolumn {
	color: #FFFFFF;
	height: auto;
	width: 195px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	text-align: left;
	background-color: #A2B1DF;
	border: 2pt solid #C30080;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	width: 900px;
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}

h2 {
  color: #C30080;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 12pt;
  text-transform: capitalize;
}

h3 {
  color: #330099;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  line-height: 12pt;
  text-transform: capitalize;
 
}

#wrapper #rightcolumn {
	color: #330099;
}
#wrapper #leftcolumn h3 {
	 color: #C30080;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  line-height: 12pt;
  text-transform: capitalize;
}
#wrapper #content h3 {
	 color: #C30080;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  line-height: 12pt;
  text-transform: capitalize;
}

.clear {
	clear:both;
}