/* CSS Document */

html {
    background-color: #BEBFC1;
}

body {
 font-family: Arial;
 margin:0px;
 padding:0px;
 margin-top:-30px;
}

.zero-margin-top {
 margin-top:0px;
}

#wrapper
 {
  background-image: url(images/left.jpg);
  background-repeat: repeat-y;
  width:1005px;
  margin-right:Auto;
  }

#left
 {
  width: 140px;
  float:Left;
  height: Auto;
  color:#FFFFFF;
  text-align:center;
  font-size: 0.9em;
  padding-bottom:300px;
}

#left a:link, #left a:visited {
  color:#ffffff;
  text-decoration: None;
  padding-left:10px;
}

#left a:hover{
  background-color: #FF0033;
  padding-left:10px;
}

#left ul {
  list-style: none;
}

#left li {
  color:#FFFFFF;
  text-align: left;
  text-transform: capitalize;
  font-size: 0.85em;
  padding-top: 5px;
  padding-bottom:2px;
  text-indent: 0px;
  margin-left:-40px;
}

#rightwrapper{

}

#right{
  width:195px;
  float:right;
  position: relative;
  /*background: url(images/bottom_red.gif) no-repeat left bottom ;*/
  background: #ffffff;
}

#rightcontent{
  background: url(images/middle_red.gif) repeat-y left;
  padding-top:10px;
  margin-top:-10px;
  padding-bottom:10px;
  margin-bottom:-10px;
}

#right a:link{
  color: #330099;
  text-decoration: none;
}

#right a:visited{
  color: #330099;
  text-decoration: none;
}

#right a:hover{
  text-decoration: underline;
   color: #330099;
}

#right h1 {
  background-image: url(images/top_red.gif);
  min-height:30px;
  color:#FFFFFF;
  font-size: 0.85em;
  width:100%;
  background-repeat: no-repeat;
  text-align: center;
}

#right h2
{
 font-size: 0.75em;
 font-weight: bold;
 text-transform: capitalize;
 text-align:left;
 color:#ff0000;
 width: 174px;
 padding-left:3px;
 padding-right:3px;
}

#right p{
	 font-size: 0.725em;
     width: 174px;
     padding-left:3px;
     padding-right:3px;
}


#logo  {
 background-image: url(images/logo.jpg);
 width:140px;
 height:140px;
 background-repeat: no-repeat;
 float:left;
 }

/*

ul#mainlevel-nav
{
	list-style: none;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	padding-left: 0px;
	padding-right: 10px;
	font-size: 11px;
    Padding-top: 2px;
    padding-bottom: 2px;
	}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}


ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}

*/


#primary{
  width:635px;
  margin-left:140px;
  }

#header{
  top:0px;
  background: url(images/top.jpg) repeat-x top;
  min-width:1000px;
  height:140px;
 }

#header h1
 {
  font-family:  "Lucida Console", "Century Gothic", Arial;
  color:#FFFFFF;
  font-variant: small-caps;
  text-align:center;
  font-size: 3.1em;
  padding-left:140px;
}

.red{
  color:#ff0000;
}

#banner_inner {
    margin-top:-25px;
    height: 60px;
    left: 224px;
    width:468px;
    margin-left: 200px;
}

#top{
  float:right;
  Width:270px;
  margin-top: 10px;
  position: relative;
  color: #ffffff;
  text-align:center;
  font-weight: bold;
}

#calendarTitle{
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  text-align:left;
  color: #ffffff;
}


#cntdwn{
  background-color: transparent;
  color:#FFFFFF;
  font-size: 10pt;
}

#Maincontent{
min-height:650px;
background-color:#FFFFFF;
margin-top: -1px;
background: url(images/white_right.gif) repeat-y right;
padding-right:30px;
padding-left:15px;
padding-top:10px;
width: 100%;
}

#Maincontent h1{
 font-size: 1.2em;
 font-weight: bold;
 text-transform: capitalize;
 text-align:left;
 color:#ff0000;
}

#Maincontent h2{
 font-size: 1em;
 font-weight: bold;
 text-transform: capitalize;
 text-align:left;
 color:#330099;
}

#Maincontent h3{
 font-size: 0.9em;
 font-weight: bold;
 text-align:left;
 color:#000000;
}

#Maincontent p {
 font-size: 0.8em;
 text-align:justify;
 color:#000000;
}

#Maincontent a:link, #Maincontent a:visited {
  text-decoration: underline;
  color:#330099;
}

#Maincontent a:hover {
  text-decoration: none;
}

#footer{
  width: 100%;
  text-align: center;
  color: #666666;
  font-size:10px;
  background: url(images/white_bottom.gif) no-repeat top left;
  padding-right: 25px;
  padding-left:15px;
  margin-left:-1px;
}

#footer a:link, #footer a:visited {
  text-decoration: underline;
  color: #ffffff;
}







