body{
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-family: tahoma;
	font-size: 14px;
	background-image: url(../images/backgrounds/pageGradientBg2.jpg);
  /*background-repeat: repeat-x;*/
  background-color: #5A66CA;
}

b{
  font-size: 110%;
}

em{
  color: red;
}

#maincontainer{
  width: 980px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  background-color: #EBE8E8;
}

#header{
  background: #EAEAEA;
  height: 90px; /*Height of top section*/
  background-image: url(../images/headers/header1.jpg);
}

.headersection span{
  margin: 15px;
  font-weight: bold;
  font-size: 85px;
}

#contentwrapper{
  float: left;
  width: 100%;
  margin-top: 4px;
}

#contentcolumn{
  margin: 0 0px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
  padding-bottom: 5px;
}

#leftcolumn{
  float: left;
  width: 180px; /*Width of left column in pixel*/
  margin-left: -980px; /*Set margin to that of -(MainContainerWidth)*/
  background-color: #EBE8E8;
  background-image: url(../images/backgrounds/columnbg.jpg);
  background-repeat: repeat-x;
  margin-top: 0px;
  padding-bottom: 0px;
  border-right: 1px solid #999999;
}

/*#rightcolumn{
  float: left;
  width: 179px; /*Width of right column*/
  margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
  background-color: #EBE8E8;
  background-image: url(../images/backgrounds/columnbg.jpg);
  background-repeat: repeat-x;
  margin-top: 0px;
  padding-top: 4px;
  border-left: 1px solid #999999;
}*/

#footer{
  clear: left;
  width: 100%;
  background: black;
  color: #FFF;
  text-align: center;
  padding: 4px 0;
}

#footer a{
  color: #FFFF80;
}

.contentsection, .largetextsidesection, .smalltextsidesection, .headersection{
  margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0px;
  border: 1px solid #999;
}

.contentsection{
  background-color: #FFF;
  padding: 5px;
}

.headersection{
  border: none;
  margin-bottom: 15px;
}

.largetextsidesection, .smalltextsidesection{
	background-color: #FFF;
	border: 1px solid #999999;
	
}

.smalltextsidesection{
	font-size: 11px;
	line-height: 1em;
	padding: 3px;
}

.nopadding{
	padding: 0px;	
}

a
{
	color: red;
}

a:hover
{
	color: #2B3161;
	/*text-decoration : none;*/
}

div.title{
	color: #EBE8E8;
	padding: 8px;
	background-color: #2B3161;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
	border: 1px solid #999999;
}

a.headinglink{
	font-size: 24px;
	font-weight: bold;
	color: #EBE8E8;
	text-decoration : none;
	line-height: 25px;
}

a.headinglink:hover{
	text-decoration : none;
	border-bottom : none;
}

.hidden{
	display: none;
}

h1{
	line-height: 25pt 
}