a {
	text-decoration:none;
	font-weight: normal;
}
a:visited {
	text-decoration:none;
	font-weight: normal;
}
a:hover {
text-decoration:underline;
}

blockquote {
	padding:1.2em;
	background-color:#000000;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCCFF;
	border-bottom-color: #FFCCFF;
	margin-top: 1em;
	margin-right: 3em;
	margin-bottom: 1em;
	margin-left: 3em;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial;
}
blockquote a:link {
	color: #00CCFF;
	text-decoration: none;
}
blockquote a:visited {
	color: #00CCFF;
	text-decoration: none;
}
blockquote a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



blockquote p {
margin:.1em;
}

#header h1 {
	padding:0;
	font-size:24pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 50pt;
	float: right;
	margin-right: 70px;
}


#header a {
text-decoration:none;
}



#leftColumn {
float: left;
width:14em;

margin: 0;
padding: 1em .5em 2em .5em;
background:#FFFFFF;
border:1px solid #eeeeee;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
color: #000000;
}

#leftColumn li {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10pt;
}

#centerColumn {  
  margin: 0 15.4em;
  padding: 1em .5em 2em .5em;

  
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  
  background-color: #FFF;
}

/* Fix IE and Opera 5 */
* html #centerColumn {
  float: left;
  margin-left: 0.2em;
  margin-right: 0.2em;
}


#centerColumn h2 { 
margin:0; 
padding:0;
font-size:1em;
color: #CC0066;
letter-spacing:0.1em;
}

#centerColumn h3 { 
margin:0; 
padding:0;
font-size: 12px;
color: #000;
text-align: center;
letter-spacing:.1em;
}

#rightColumn {
float: right;
width:14em;

margin:0;
padding:1em .5em 2em .5em;
background:#FFFFFF;
border:1px solid #eeeeee;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
color: #000000;
}

#rightColumn h2 { 
margin:0 0 -1em 0; 
padding:0;
font-size:12px;
color: #0066CC;
letter-spacing:0.1em;
}

/* CHANGED */
#wrapper {
  overflow: hidden;
}

/* Start Mac IE5 filter \*/
#leftColumn, #rightColumn, #centerColumn {
  padding-bottom: 32767px;
  margin-bottom: -32767px;
}
/* End Mac IE5 filter */

/* Fix for Opera 8+ */
@media all and (min-width: 0px) {
  #leftColumn, #rightColumn, #centerColumn {
    padding-bottom: 0;
    margin-bottom: 0; 
  }

  #leftColumn:after, #rightColumn:after, #centerColumn:after {
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    background: inherit;
    padding-top: 32767px;
    margin-bottom: -32767px;
    height: 0;
  }
}

#tags {
margin:0 0 .5em 0;
width:10em;
float:right;
border:none;
text-align:right;
}

#tags img {
border:none;
}

#tags p {
	margin:0 0 .25em 0;
}

#tags a {
font-size:.7em;
color:#cc0000;
}

.centerimg {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	vertical-align: bottom;
}
ol {
	font-family: Tahoma;
	font-size: 14px;
	list-style-type: none;
	color: #FFFFFF;
	margin-left: 15px;
	margin-top: 30pt;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
}
.sidebar ul {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	list-style-type: circle;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.sidebar a:link {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
.sidebar a:visited {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
.sidebar a:hover {
color:#000000;
text-decoration:underline;
}

