html {
  height: 100%;
  margin-bottom: 0px;
}

img,table {
	border: none;
}

body {
	font-family: Lucinda Grande, Verdana, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	background: #ffffff;
}

a:link {
        font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

a:visited {
        font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

a:hover {
        font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}


p {
	margin-top: 0;
	margin-bottom: 3px;
}


#upper {
	background: #f7f7f7;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#top {
	width: 600px;
	margin: 0 auto;
}

#back {
	padding: 0;
	background: #F7F7F7;
}

#wrapper {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	background: #ffffff;
}

#center {
	text-align: center;
	margin: 0 auto;
	width: 700px;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

#middle {
	background: url(images/middle.jpg) top center no-repeat;
	width: 700px;
	height: 7px;
	margin: 0 auto;
	font-size: 0;
}

#header {
	background: #ffffff url(graphics/top_bg.jpg) top left repeat-x;
	width: 700px;
	margin: 0 auto;
	height: 100px;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

#content {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	padding: 40px 0 0 1px;
	text-align: center;
	margin: 0 auto;
	width: 700px;
}

#logo a, #logo a:link, #logo a:hover {
	font-weight: bold;
	font-family: Lucinda Grande, Verdana, sans-serif;
	font-size: 28px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	color: #FF6600;
	text-decoration: none;
	outline: none;
	line-height: 36px;
}


#area {
	padding: 0;
	margin: 0 auto;
}

#main {
	margin: 8px 10px;
	width: 700px;
	float: left;
	text-align: left;
}

#bottom {
	background: #F7F7F7;
	height: 2px;
	width: 700px;
	margin: 0 auto;
	font-size: 0;
}

#footer {
	margin: 0 auto;
	width: 700px;
	height: 50px;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

#footer p {
	height: 20px;
	text-align: center;
	padding: 10px 30px 0 0;
	color: #666;
}


h1 {
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	color: #0099cc;
	text-align: left;
	font-weight: normal;
}


h4 {
	font-family: Tahoma, Verdana, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #555;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-align: left;
}


#box {
  float: left;
  width: 680px;
  height: 160px;
  padding: 0px;
  font-size: 12px;
  text-align: left;
 }
  
 #box a:link {
 	text-decoration: none;
 	font-size: 11px;
 	font-weight: bold;
 	color: #000000;
 }
 
 #box a:visited {
  	text-decoration: none;
  	font-size: 11px;
  	font-weight: bold;
  	color: #000000;
 }
 
 #box a:hover {
 	text-decoration: none;
 	font-size: 11px; 
 	font-weight: bold;
	color: #FF6600;
 }
 
 #box1 {
   float: left;
   width: 660px;
   height: 130px;
   margin: 20px 5px 5px 5px;
   padding: 0px;
   font-size: 12px;
   text-align: center;
  }
   
  #box1 a:link {
  	text-decoration: none;
  	font-size: 11px;
  	font-weight: normal;
  	color: #000000;
  }
  
  #box1 a:visited {
   	text-decoration: none;
   	font-size: 11px;
   	font-weight: normal;
   	color: #000000;
  }
  
  #box1 a:hover {
  	text-decoration: none;
  	font-size: 11px; 
  	font-weight: normal;
 	color: #FF6600;
 }
  
#boxblue {
  border: solid #cccccc 1px;
  float: left;
  margin: 8px;
  position: relative;
  width: 320px;
  height: 98px;
  padding: 3px;
  background: #F7F7F7;
  font-size: 10px;
  text-align: center;
}

#boxblue a:link {
	text-decoration: underline;
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
}

#boxblue a:visited {
	text-decoration: underline;
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
}

#boxblue a:hover {
	text-decoration: none;
	font-size: 12px; 
	font-weight: bold;
	color: #FF6600;
}

#longbox {
  margin: 4px;
  width: 660px;
  height: 68px;
  padding: 0px;
  font-size: 10px;
  text-align: center;
}

#longbox img {
  margin: 2px;
  padding: 2px;
}



#longboxblu {
  border: solid #cccccc 1px;
  background: #F7F7F7;
  margin: 10px 20px 10px 10px;
  width: 663px;
  height: 350px;
  padding: 3px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

#longboxblu a:link {
	text-decoration: none;
	font-size: 11px; 
	font-weight: normal;
	color: #000000;
}

#longboxblu a:visited {
	text-decoration: none;
	font-size: 11px; 
	font-weight: normal;
	color: #000000;
}

#longboxblu a:hover {
	text-decoration: none;
	font-size: 11px; 
	font-weight: normal;
	color: #FF6600;
}


#longboxblu2 {
  border: solid #cccccc 1px;
  background: #F7F7F7;
  margin: 10px 20px 10px 10px;
  width: 663px;
  height: 220px;
  padding: 3px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

#longboxblu2 a:link {
	text-decoration: none;
	font-size: 11px; 
	font-weight: normal;
	color: #000000;
}

#longboxblu2 a:visited {
	text-decoration: none;
	font-size: 11px; 
	font-weight: normal;
	color: #000000;
}

#longboxblu2 a:hover {
	text-decoration: none;
	font-size: 11px; 
	font-weight: normal;
	color: #FF6600;
}


.clr {
	clear: both;
}




