@charset "utf-8";
body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  background: #aaa;
}

#mainContainer
{
  margin: 0 auto 0 auto;
  padding: 0;
  width: 922px;
  min-height: 600px;
  background: #ccc; 
  }
#siteName
{
  color: #fff;
  width: 915px;
  height: 12px;
  padding: 0 2px 3px 3px;
  margin: 0 auto 0 auto;
  background: #000099;
  text-align: left;
  font-size: 12px;
  border: 1px solid black;
  border-bottom: 0;
}

#header
{
  color: #66CBFF;
  background-color: #000;
  width: 922px;
  height: 75px;
  padding: 0;
  margin: 0;
  text-align: left;
}

#headerTop
{
    float: left;
	width: 922px;
	height: 50px;
	margin: 0;
}

#headerTopLeft{
    float: left;
    width: 114px;
    height: 50px;
    margin: 0;
    padding: 0;

	
}

#headerTopRight{
    float: left;
    width: 685px;
    height: 50px;
    margin: 0;
    padding-left: 123px;
}

#menu
{
	float:left;
	width: 920px;
	height: 50px;
	padding: 0;
	margin: 0;
	background-color: #FF6600;
        border-left: 1px solid black;
        border-right: 1px solid black;
}

#menu ul
{
	float: left;
	width: 750px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li
{
	float: left;
	width: 110px;
	height: 25px;
	margin: 0;
	text-align: center;
}

#menu ul li a
{
	color: white;
	font-size: 12px;
	padding: 5px 0 6px 0;
	margin: 0;
	display: block;
   	background-color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a:hover, #menu ul li a.active, #menu ul li a.menu_current
{
	color: black;
}

#contentContainer
{
   float: left;
   width: 920px;
   background: #ccc;
   color: #000;
   border-right: 1px solid black;
   border-left: 1px solid black;
}

#contentLeftContainer{
  float: left;
  width: 200px;
  height: 450px;
  padding: 0;
  background: #bbb;

 }
#links{
	float: left;
	height: 20px;
	width: 200px;
	background-color: #ccc;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0;
}
#linkc{
	float: left;
	height: 150px;
	width: 200px;
	background-color: red;

}
#linkd{
	float: left;
	height: 140px;
	width: 200px;
	background-color: white;

}

#linke{
	float: left;
	height: 140px;
	width: 200px;
	background-color: blue;
	
}

#contentRightContainer
{
  float: left;
  text-align: left;
  color: #000;
  background: #FDE6D0;
  width: 719px;
  min-height: 500px;
  border-left: 1px solid; 
  border-color: black;

  
 
}
#contentRightContainer.text
{
padding: 10px 0 0 10px;
}

#contentRightContainer a:hover
{
    color: blue;
    text-decoration: none;
}

blockquote{
    text-align: left;
    font-size: 12px;
    color: #000;
    margin: 15px 145px 15px 145px;
    padding: 5px;
}
blockquote a{
    text-align: right;
    font-size: 10px;
    color: blue;
    text-decoration: none;

}

h1
{
  color: #0000ff;
  font-size: 2em;
}

h2
{
  color: #000;
  font-size: 1em;
}

img
{
  border: 0;
}

#footer
{
  float: left;
  color: #fff;
  width: 911px;
  height: 13px;
  padding: 5px;
  margin: 0 auto 0 auto;
  background: #000099;
  text-align: left;
  font-size: 12px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  
}

#footer a,
#footer a:visited,
#footer a:active
{
  color: #fff;
  background: inherit;
}

#footer a:hover
{
  color: #000;
  background:inherit;
  text-decoration: underline;
}

#footer2
{
  float: left;
  color: #000;
  width: 921px;
  height: 13px;
  padding: 0;
  margin: 0 auto 0 auto;
  background: #aaa;
  text-align: left;
  font-size: 10px;
  
}
#footer2 a:hover
{
  color: #fff;
  background:inherit;
  text-decoration: none;
}
#footer2 a, #footer2 a:visited, #footer2 a:active
{
  color: #000;
  background:inherit;
    text-decoration: none;
}

