/* This is main2.css */
* {
 padding: 0px;
 margin: 0 auto;
 }
body {
  font-family: Georgia, Palatino, Garamond, Century, serif;
 color: #333333;
 min-width: 965px;
 background: #ffffff;
 font-size: medium;
 text-align: center;
 }
 #wrapper {
 width: 850px;
 padding: 0px;
 background: #ffffff;
 margin: 0 auto;
 text-align: center;
}
#header {
 border: 0px solid #ccc;
 margin: 0 auto;
 padding: 0px;
 background-color: #ffffff;
 }
 #wrapper2 {
 width: 650px;
 padding: 0px;
 background: #ffffff;
 margin: 0px;
 text-align: center;
 float: left;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0px 10px 0px 2px;
 display: inline; /* IE Hack */
 padding: 6px;
 width: 180px;
 float: left;
 border: 1px solid #ccc;
 background-color: #fff;
 min-height: 400px;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn {
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 426px;
 float: left;
 min-height: 800px;
}
* html #centercolumn {height:800px} /* IE Min-Height Hack */ 

#rightcolumn { /* Parent Wrapper for inside boxes */
 margin: 0px 2px 0px 0px;
 display: inline; /* IE Hack */
 padding: 6px;
 width: 180px;
 float: right;
 border: 1px solid #ccc;
 background-color: #fff;
 min-height: 400px;
}

h3.leftcol
 {
 font-family: Georgia, Palatino, Garamond, Century, serif;
 color: #000000;
 font-size: medium;
 text-align: center;
  margin:  20px 0px 10px 0px;
  }
 h3.centercol
 {
font-family: Georgia, Palatino, Garamond, Century, serif;
 color: #000000;
 font-size: medium;
 text-align: center;
 margin:  20px 0px 10px 0px;
  }
  div.centercol
 {
font-family: Georgia, Palatino, Garamond, Century, serif;
 color: #000000;
 text-align: center;
 margin:  10px 0px 10px 0px;
  }
   div.rightcol
 {
font-family: Georgia, Palatino, Garamond, Century, serif;
 color: #000000;
 text-align: center;
 margin: 0px 6px 10px 6px;
  }
 p.leftcol
 {
 font-family: Georgia, Palatino, Garamond, Century, serif;
 color: #000000;
 font-size: medium;
 margin:  10px 0px 10px 0px;
 }
 p.leftcolc
 {
 font-family: Georgia, Palatino, Garamond, Century, serif;
 color: #000000;
 font-size: medium;
 text-align: center;
 margin:  10px 0px 10px 0px;
 }
 p.centcol
 {
 font-family: Georgia, Palatino, Garamond, Century, serif;
 color: #000000;
 font-size: medium;
 text-align: center;
 margin:  5px 0px 10px 0px;
 }
 p
 {
font-family: Georgia, Palatino, Garamond, Century, serif;
 color: #000000;
 font-size: medium;
 margin:  10px 0px 10px 0px;
 text-align: left;
 }
 p.cent2
 {
font-family: Georgia, Palatino, Garamond, Century, serif;
 color: #000000;
 font-size: medium;
 margin:  10px 0px 10px 0px;
 text-align: left;
 }
  p.cent3
 {
 font-family: Georgia, Palatino, Garamond, Century, serif;
 color: #000000;
font-size: large;
 margin:  10px 0px 10px 0px;
 text-align: left;
 }
 
 div.img { border:1px solid black;
}
 div.frame 
 { 
  text-align: left;
  border:1px dotted gray;
  margin:  10px 5px 10px 5px;
  padding: 10px 10px 10px 10px;
  background-color: #ffffcc;
}
div.frame2 
 { 
   font-family: Georgia, Palatino, Garamond, Century, serif;
   font-size: medium;
  text-align: left;
  border:1px dotted gray;
  margin:  5px 0px 5px 0px;
  padding: 0px 0px 0px 0px
}
 
img.two 
{
border:1px solid black;
margin:2px 2px 2px 2px;
}
img.three 
{
border:1px solid black;
margin:05px 0px 10px 0px;
}
a.one:link {color: #0000ff}
a.one:visited {color: #ff00ff}
a.one:hover {color: #ff0000}

a.two:link {color: #0000ff}
a.two:visited {color: #ff6600}
a.two:hover {
color: #000000; 
background-color: #ffff00;
}
p.rightcol
 {
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: small;
 margin:  10px 0px 10px 0px;
 }

#footer {
 background-color: #ffffff;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 float: left;
 width: 100%;
 border:1px dotted gray;
}
