BODY {
font-size : 1em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color:#000000;
background-color:#82A288;
margin : 0 0 0 0;
padding : 0 0 0 0;
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

p {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 

}
#maincontent{
width:100%;
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #2747AA .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #2747AA;
}

.bg_main {
	background-color : white;
	color:#4c919a;
}

.bg_medium {
  background-color : #608a68;
  color:black;
}

.bg_leftside {
  background-color : #608a68;
  color:white;
}

.bg_leftside  a:link {
color: white;
text-decoration:none;
}
.bg_leftside  a:visited {
color: white;
text-decoration:none;
}
.bg_leftside  a:hover {
color: white;
text-decoration:none;
}
.bg_leftside  a:active {
color: white;
text-decoration:none;
}

.bg_light {
  background-color : #9491E8;
}

.alt_bg_dark {
  background-color : #5B026E;
}

.alt_bg_medium {
  background-color : #608a68;
}

.alt_bg_light {
  background-color : #C6D8FE;
}

.copyright {
    font-size: .8em;
    text-align: center;
}

.centercolumn {
	background-color:#FFFFFF;
	width:573px;
	float:left;
}
.leftcolumn {
	background-color:#608A68;
	width:227px;
}