@charset "utf-8";
/* CSS Document */

/*Added 10/02/09 - KRM - New Home page */
#header2 {
width:743px;
padding-top:18px;
}
#header_wrapper { 
height:130px;
position:absolute;
top:0;
left:160px;
border-left:1px solid #000000; 
background:#c5b9eb;
font-family:verdana;
}
#left2 {
position:absolute;
width:160px;
top:0px;
left:0px;
background:#ffffff;
}
#site_container {
width:906px;
margin:0px auto;
background:#ffffff;
text-align:left;
}
#site_wrapper {
border-left:1px solid #000000;
border-right:1px solid #000000;
position:relative;
}
#wrapper {
padding:130px 0 0 160px;
}

#contents2 {
background:#ffffff;
border-left:1px solid #000000;
}
#footer2 {
background:#663366;
color:#ffffff;
text-align:center;
font-size:10px;
padding:10px 0;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}

#latest_news {
border-top:1px solid #000000;
padding:20px 0px 0px 13px;
}

#latest_text {
font-family:Georgia;
font-size:13px;
color:#5d204d;
}

#latest_small {
font-size:11px;
font-family:verdana;
color:#464646;
}

/* End additional */

body{
margin:0px;
text-align:center;
}


#left{
	position: absolute;
	top: 0px;
	bottom: 30px;
	left: 0px;
	width: 150px; /*Width of frame div*/
	height: 96%;
	overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	padding:0;
}

#header{
	position: absolute;
	top: 0px;
	left: 150px;
	height: 130px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}



#contents{
position: absolute; 
top: 130px; /*Set top value to HeightOfFrameDiv*/
left: 150px;
bottom: 30px;
overflow:auto;
background: #fff;
padding: 0;
width: 70%;

}

#footer {
  position:absolute; 
  bottom:0px; 
  left: 150px;
  /*right: 0px;*/
  height:30px; 
  text-align:center; 
  background: #663366;
  width: 70%;
  }


* html body{ /*IE6 hack*/
padding: 0 0 0 0; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #contents{ /*IE6 hack*/
height: 70%;
width: 85%;
}

* html #footer{ /*IE6 hack*/
width: 85%;
}

* html #header{ /*IE6 hack*/
width: 85%;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}

p {
color:#666666;
}

h10 { 
font-size:9px;
}

h11 { 
font-color: purple;
font-weight: bold;
font-variant: small-caps;
font-size:14px;
}

a:link {
	color: #9900CC;
	text-decoration: none;
}
a:active {
	color: #9900CC;
}


#main{
	margin: 0;
	padding: 10;
	border: 0;
	overflow: auto;
	height: 100%;
	max-height: 100%;
	background-color: #FFFFFF;
}

