  @charset "UTF-8";  html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, embed,   figure, figcaption, footer, header, hgroup,   menu, nav, output, ruby, section, summary,  time, mark, audio, video {	  margin: 0;	  padding: 0;	  border: 0;	  font-size: 100%;	  font: inherit;	  vertical-align: baseline;  }  /* HTML5 display-role reset for older browsers */  article, aside, details, figcaption, figure,   footer, header, hgroup, menu, nav, section {	  display: block;  }  body {	  line-height: 1;  }  ol, ul {	  list-style: none;  }  blockquote, q {	  quotes: none;  }  blockquote:before, blockquote:after,  q:before, q:after {	  content: '';	  content: none;  }  table {	  border-collapse: collapse;	  border-spacing: 0;  }/*the beginning of my code*/  #container { 					  width: 420px;	  padding-right: 10px;	  padding-left: 5px;	  margin-top: 5px;	  margin-right: 10px;  }      #ColumnLeftTop {				  width:420px;	  text-align: center;	  padding-left:10px;	  padding-right:5px;	  border-bottom:3px double #003;  	}				    #container #ColumnRightTop h2 {			  font-family: Verdana, Geneva, sans-serif;	  font-size: 14px;	  font-weight: bold;	  letter-spacing: .2em;	  text-align: center;	  padding-top: 20px;  }     #ColumnRightTop {				  width:420px;	  border-bottom:3px double #003;	  padding-right:5px;  }      #container #ColumnRightTop h1 {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 14px;	  font-weight: bold;	  text-align: center;	  padding-right: 10px;	  padding-bottom: 10px;	  padding-top: 5px;  }				    #container #ColumnLeftTop h1 {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 18px;	  font-weight: bold;	  letter-spacing: .5em;	  text-align: center;	  padding-top: 5px;	  padding-bottom: 5px;  }    #ColumnLeftBottom {	  width:420px;	  height: 100%;	  padding-bottom: 10px;	  padding-left: 10px;	  padding-right: 10px;	     }	    #ColumnLeftBottom h3{	  font-family: Verdana, Geneva, sans-serif;	  font-size: 10px;	  font-weight: bold;	  color: #000;	  text-decoration: none;	  padding-top: 5px;	  padding-bottom: 20px;	  word-spacing: 2em;	  letter-spacing:.2em;  }				    #ColumnLeftBottom p{	  font-family: Verdana, Geneva, sans-serif;	  font-size: .6em;	  color: #000;	  line-height: 100%;	  padding-right: 10px;	  padding-top: 10px;  }    #ColumnLeftBottom img {	opacity: .65;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /* IE 8 hack */ 	filter: alpha(opacity = 65); /* IE 5-7 hack */	-webkit-transition: opacity .2s ease-in-out;	-moz-transition: opacity .2s ease-in-out;	-o-transition: opacity .2s ease-in-out;	transition: opacity .2s ease-in-out;			}	#ColumnLeftBottom img:hover  {	opacity: 1;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */	filter: alpha(opacity = 100); /* IE 5-7 hack */		}		#ColumnLeftBottom p a {		color:#000;	text-decoration:none;	opacity: .6;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 hack */ 	filter: alpha(opacity = 60); /* IE 5-7 hack */	-webkit-transition: opacity .3s ease-in-out;	-moz-transition: opacity .3s ease-in-out;	-o-transition: opacity .3s ease-in-out;	transition: opacity .3s ease-in-out;		}	#ColumnLeftBottom p a:hover {		color:#03F;	opacity: 1;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */ 	filter: alpha(opacity = 100); /* IE 5-7 hack */	text-decoration:underline;		}				       #ColumnRightBottom {	  width:420px;	  height: 100%;	  padding-top:4px;	  text-align:left;	  border-bottom:3px double #003;	  padding-right: 10px;  }        #ColumnRightBottom img{	  padding-top:10px;	  padding-bottom:10px;	  display: block; 	  max-width: 400px;	}				    #ColumnRightBottom h2 {						    	  font-family: Verdana, Geneva, sans-serif;	  font-size: 12px;	  font-weight: bold;	  letter-spacing: .2em;	  text-align: center;	  padding-bottom: 5px;	  }    .ClearBoth {clear:both;}    h3 a:link {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 12px;	  font-weight: bold;	  color: #000;	  text-decoration: none;  }  h3 a:hover {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 12px;	  font-weight: bold;	  color: #000;	  text-decoration: underline;  }  h3 a:visited {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 12px;	  font-weight: bold;	  color: #000;	  text-decoration: none;  }    #ColumnLeftBottom img {	  margin-right: 2px ;	  margin-top: 10px ;  }						    #bottomCopyright {   		font-family:Verdana, Geneva, sans-serif;  		text-align:center;  		font-size: .5em;  		line-height: 2.5em;  }						  						  						  em {	font-style: italic;	font-weight: bold;}