/* ............................................. LCD Lab Stylesheet ... */

/* ............................................. Body Layout ... */
body {
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333333;
   margin:50px 0 20px 0;
   text-align:left;
   background-color: #FFFFFF;
}

#website {
   width:1024px;
   margin:0 auto 0 auto;
   text-align:left;
   position:relative;
   background-image:url(../images/tile.gif);
   background-repeat:repeat-y;
}

#header {
   width:1024px;
   height:128px;
   background-image:url(../images/header.gif);
   background-repeat:no-repeat;
}

#picturebox {
	width:1024px;
	height: 202px;
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;
	text-align: center;
}

#spacer {
   width:1024px;
   height:32px;
   background-image:url(../images/spacer.gif);
   background-repeat:no-repeat;
}

#content {
   width:980px;
}

#content_left {
   float:left;
   width:225px;
}

#content_right {
   float: right;
   width: 755px;
}  
  
#footer {
   width:1024px;
   background-image:url(../images/footer.gif);
   height: 39px;
   background-repeat:no-repeat;
}

br {
 clear:both;
}


/* ............................................. Menu ... */

#contenttext {
	width: 725px;
	margin: 0 0 0 30px;
	font-size: 14px;
	text-align: left;
	color: #009;
}

#menu {
   width: 160px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bolder;
   margin:0 0 0 20px; 
}

#menu a {
   color:#333333;
   text-decoration: none;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 13px;
   font-weight:bold;
   text-indent: 10px;
   
}
#menu a:hover {
   color:#666666;
   font-weight:bolder;
}

/* ............................................. Footer ... */

#footer a {
   color: #999999;
   text-decoration:none;
}
#footer a:hover {
   color: #3366cc;
   text-decoration:none;
}

.footer_text {
   width: 670px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size: 11px;
   color:#666666;
   padding: 50px 0 0 250px;
   text-align: center;
}  

.address {
   width: 670px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size: 10px;
   color:#666666;
   padding: 0 0 0 250px;
   text-align: center;
}  


/* ............................................. Text... */

p {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height: 20px;
	color: #009;
}  
 
a:link {
   color: #1662fa;
}
a:visited {
   color: #666666;
}
a:hover {
   color: #999999;
}

h1 {
	width: 725px;
	color:#1662fa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	text-align: center;
}

h2 {
	width: 725px;
	color:#104dc7;
	font-size:16px;
	text-align: center;
}

h2.left {
	width: 725px;
	color:#104dc7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: left;
}

h3 {
	width: 725px;
	margin: 0 0 0 40px;
	color:#1662fa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	text-decoration:underline;
	font-weight:normal;
}

h4 {
	width: 725px;
	color:#1662fa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
}

.info {
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-weight:normal;
	 text-decoration:underline;
}
.indent {
	margin: 0 40px 0 40px;
}

.table_heading {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:12px;
   line-height: 15px;
   text-align: center;
   color: #01387A;
}  

.resource_heading {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:12px;
   line-height: 15px;
   text-align: center;
   color: #FFFFFF;
   background-color:#2C5928;
}  

.resource_text {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   line-height: 13px;
   text-align: left;
   color: #333333;
} 

