/* Fonts */

BODY {
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	color : #000000;
	font-size : 13px;
	background-color: #183e60;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
}

.title{
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	color : #000000;
	font-size : 19px;
	font-weight: bold;
}

.small{
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	color : #333333;
	font-size : 12px;
	text-align: center;
}

.big{
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	color : #333333;
	font-size : 16px;
	text-align: left;
}


div.content {
width: 730px;
padding: 10px;
text-align: left;
}

div.top {
width: 734px;
height: 23px;
background-image:url(../images/top.gif);
}

div.bottom {
width: 734px;
height: 17px;
background-image: url(../images/bottom.gif);
}

div.footer {
width: 740px;
height: 40px;
color: #FFFFFF;
font-size: 12px;
padding: 5px;
background-color: #183e60; 

}


.pic { background-color: #FFFFFF; padding: 5px; border: 1px solid #CCCCCC; margin: 5px; }
.border {  border: 1px solid #000000; }

div.menu { font-size: 13px; font-weight: bold; line-height: 30px; background-color: #d7813b; color: #ffffff;}

/* forms */

input, select, textarea {
   font-family: arial, verdana, trebuchet ms, helvetica, sans 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: #d697c3;
   color: #000000;
}

select:hover {
   border: 1px solid #CCCCCC;
   background: #d697c3;
   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: 750px;
  margin:0 auto; /*center hack*/
  margin-top: 20px;
  border: 0px solid #000000;
}


#footer {
  width: 759px;
  margin:0 auto; /*center hack*/
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: center;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 8px;
}

div.padding {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 21px;
  width: 700px;
}

div.normal {
padding: 10px;
}

#sideright1 {
	float: right; 
	width: 503px; 
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-image:url(../images/bg1.jpg);
	background-repeat: no-repeat;
}

#sideright2 {
	float: right; 
	width: 503px; 
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-image:url(../images/bg2.jpg);
	background-repeat: no-repeat;
}

#sideright3 {
	float: right; 
	width: 503px; 
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-image:url(../images/bg3.jpg);
	background-repeat: no-repeat;
}

#sideright4 {
	float: right; 
	width: 503px; 
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-image:url(../images/bg4.jpg);
	background-repeat: no-repeat;
}

#sideright5 {
	float: right; 
	width: 503px; 
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-image:url(../images/bg5.jpg);
	background-repeat: no-repeat;
}

#sideright6 {
	float: right; 
	width: 503px; 
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-image:url(../images/bg6.jpg);
	background-repeat: no-repeat;
}



#sideright {
	float: right; 
	width: 503px; 
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#sideleft {
	float: left; 
	width: 180px; 
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

div.homemenu {
padding-top: 197px;
padding-right: 35px;
}

#column1 {
	width: 680px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	padding: 5px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.white {
color : #FFFFFF;
}


/* Links */

a:link {
	color : #336089;
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	text-decoration : none;
}

a:visited {
	color : #336089;
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	text-decoration : none;
}

a:hover {
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	color: #666666;
	text-decoration : none;
}

a.footer:link {
	color : #FFFFFF;
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	text-decoration : none;
}

a.footer:visited {
	color : #FFFFFF;
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	text-decoration : none;
}

a.footer:hover {
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	color: #FFFFFF;
	text-decoration : underline;
}

a.menu:link {
	color : #FFFFFF;
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	text-decoration : none;
}

a.menu:visited {
	color : #FFFFFF;
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	text-decoration : none;
}

a.menu:hover {
	font-family : arial, verdana, trebuchet ms, helvetica, sans serif;
	color: #183e60;
	text-decoration : none;
}




