/* Fonts */

BODY {
	font-family : georgia, times, serif;
	color : #000000;
	font-size : 12px;
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
}

.title{
	font-family : georgia, times, serif;
	color : #5e88a2;
	font-size : 19px;
	float: left;
	font-weight: bold;
}

.small{
	font-family : georgia, times, serif;
	color : #000000;
	font-size : 10px;
	float: left;
}

.med {
   font-size: 14px;
}

.content {
line-height: 20px;
}


.pic { background-color: #FFFFFF; padding: 5px; border: 1px solid #CCCCCC; margin: 5px; }
.border {  border: 1px solid #000000; }

.menu {line-height: 23px;}

/* forms */

input, select, textarea {
   font-family: georgia, times, serif;
   font-weight: none;
   vertical-align: middle;
   background: #FFFFFF;
   border: 1px solid #CCCCCC;
   font-size: 13px;
   color: #000000;
}

input:hover {
   border: 1px solid #CCCCCC;
   background: #cbd3d8;
   color: #000000;
}

select:hover {
   border: 1px solid #CCCCCC;
   background: #a1adc2;
   color: #000000;
}

.button {
  background-color: #bebdc9;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
}

.button:hover {
  background-color: #d5d3e5;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
}



/* DIVs */

div.spacer {
  clear: both;
  }

#container {
  background-color: #FFFFFF;
  width: 735px;
  margin:0 auto; /*center hack*/
  margin-top: 20px;
  border: 1px solid #333333;
}

#footer {
  background-color: #b3c1ca;
  width: 735px;
  margin:0 auto; /*center hack*/
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: left;
  padding-right: 8px;
  padding-left: 8px;
}

div.padding {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 21px;
}

#topmenu {
  color: #FFFFFF;
  width: 715px;
  height: 20px;
  padding-right: 5px;
}

.header {
  width: 735px;
  text-align: center;
  padding-top: 2px;
}

.menubar {
  width: 735px;
  text-align: center;
  background-color: #888888;
}

div.menupic {
  float: left;
  width: 147px;
  color: #FFFFFF;
  padding-bottom: 3px;
}

div.normal {
padding: 10px;
}

div.content {
padding: 5px;
float: right;
padding-left: 10px;
width: 565px;
margin-top: 15px;
text-align: left;
border-left: 1px solid #666666;
margin-bottom: 10px;
min-height: 300px;
}

div.contenthome {
padding: 5px;
padding-left: 10px;
float: left;
width: 368px;
margin-top: 15px;
text-align: left;
border-left: 1px solid #666666;
margin-bottom: 10px;
}

div.news {
padding: 5px;
width: 360px;
margin-top: 5px;
text-align: left;
background-color: #5d9ba2;
}

div.rightside {
float:right;
width: 170px;
background-color: #CCCCCC;
margin-top: 15px;
margin-right: 10px;
margin-left: 10px;
padding: 5px;
text-align: left;
margin-bottom: 10px;
}

div.promo {
float:right;
width: 180px;
margin-right: 10px;
margin-left: 10px;
text-align: left;
margin-bottom: 10px;
}

#sidebottom {
	width: 135px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

#column1 {
	width: 135px;
	float: left;
	margin-top: 15px;
	margin-left: 3px;
	text-align: left;
	padding: 5px;
	
}

.borderbottom {
border-bottom: 1px solid #000000;
}

.gray{
background-color: #777777;
border-bottom: 1px solid #000000;
color: #FFFFFF;
}

.footer { font-size: 10px; text-align: right; padding-bottom: 10px; width: 735px; margin:0 auto; padding-top: 7px; padding-right: 5px; color: #FFFFFF;}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.white {
color : #FFFFFF;
}


/* Links */

a:link {
	color : #943823;
	font-family : georgia, times, serif;
	text-decoration : none;
}

a:visited {
	color : #486600;
	font-family : georgia, times, serif;
	text-decoration : none;
}

a:hover {
	font-family : georgia, times, serif;
	color: #943823;
	text-decoration : underline;
}

#topmenu a:link {
	color : #FFFFFF;
	font-family : georgia, times, serif;
	text-decoration : none;
}

#topmenu a:visited {
	color : #FFFFFF;
	font-family : georgia, times, serif;
	text-decoration : none;
}

#topmenu a:hover {
	font-family : georgia, times, serif;
	color: #b3c1ca;
	text-decoration : none;
}

a.menupic:link {
	color: #FFFFFF;
	font-family : georgia, times, serif;
	text-decoration : none;
}

a.menupic:visited {
	color: #FFFFFF;
	font-family : georgia, times, serif;
	text-decoration : none;
}

a.menupic:hover {
	font-family : georgia, times, serif;
	color : #DDDDDD;
	text-decoration : none;
}

a.menu:link {
	color: #000000;
	font-family : georgia, times, serif;
	text-decoration : none;
}

a.menu:visited {
	color: #000000;
	font-family : georgia, times, serif;
	text-decoration : none;
}

a.menu:hover {
	font-family : georgia, times, serif;
	color : #666666;
	text-decoration : none;
}

a.footer:link {
	color: #FFFFFF;
	font-family : georgia, times, serif;
	text-decoration : none;
	font-size: 10px;
}

a.footer:visited {
	color: #FFFFFF;
	font-family : georgia, times, serif;
	text-decoration : none;
	font-size: 10px;
}

a.footer:hover {
	font-family : georgia, times, serif;
	color : #FFFFFF;
	text-decoration : none;
	font-size: 10px;
}
