body {
	margin: 0px;
}

/* TOP NAVIGATION CSS */
#topnav{

}
#topnav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;

}
#topnav a:hover{
	color: #666666;
	text-decoration:underline;

}
/* TOP NAVIGATION CSS */

/* HOME PAGE CSS */
#homeproj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#homeproj img {
	margin-right: 10px;
}
/* HOME PAGE CSS */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#titlebar {
	background-image: url(../images/title-bg1.gif);
	background-repeat: repeat-x;
}
#gallbar {
	background-image: url(../images/gallbarbg.gif);
	background-repeat: repeat-x;
}
#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
#homeproj a{
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
#homeproj p {
	line-height: 18px;
}

/* BACKGROUNDS CSS */
.logoBg {
	background-image: url(../images/logo-bg.jpg);
	background-repeat: repeat-x;
}
.logoBg2 {
	background-image: url(../images/logo-bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.logoBg3 {
	background-image: url(../images/logo-bg3.gif);
	background-repeat: repeat-x;
}
.titleBg1 {
	background-image: url(../images/title-bg1.gif);
	background-repeat: repeat-x;
}
/* BACKGROUNDS CSS */


/* MAIN CONTENT CSS */
#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#maincontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#maincontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	text-decoration: underline;
}
#maincontent img {
	margin-top: 15px;
	margin-bottom: 15px;
}
/* MAIN CONTENT CSS */
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	width: 213px;
}
#maincontent #inquiryForm table {
	background-color: #DEDEDE;
	border: 1px dotted #999999;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
hr{
	border-top: 1 #666666;
	border-right: 0 #666666;
	border-bottom: 0 #666666;
	border-left: 0 #666666;
}
#newsImg{
float:left; 
clear: left;
margin-right:20px; 
margin-bottom:10px; 
border:1px solid #CCCCCC; 
padding:5px;"
}
#newsImg img, #newsImg2 img{
margin: 0px;
}
#newsImg2{
float:left; 
clear: left;
margin-top:15px;
margin-right:20px; 
margin-bottom:10px; 
border:solid 1px #CCCCCC; 
padding:5px;"
}
#maincontent .newsSep{
	height:1px;
	background-color:#999999;
	clear:left;
}