
* {margin: 0; padding: 0;}

/**************************************** Main structure ****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a:link,
a:visited,
a.active { 
         color:#4B3F53;
         font-family:"Arial", serif;
         text-decoration:underline;font-size:12px

}

a:hover { 
         color:#A39669;
         font-family:"Arial", serif;
         text-decoration:underline;font-size:12px

}


#container {
	width: 842px;
	margin: auto;
	font-size: 1.2em;
			
}

#top_nav {
	background-image: url(images/nav_top.jpg);
	height: 31px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #4B3F53;
}

#header {
	background-image: url(images/header1a.jpg);
	height: 235px;
}

#main_nav {
	background-image: url(images/main_nav.jpg);
	height: 56px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url(images/contentwrapper.jpg);
	background-repeat: repeat-y;
}


#left {
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 15px!important;
	margin-left: 7px;
	font-size: 0.9em;
}

#right {
	float: right;
	width: 160px;
	padding-top: 15px;
	margin-right: 15px!important;
	margin-right: 7px;
	font-size: 0.9em;
}






#contentwrapperleft {
	background-image: url(images/contentwrapper2.jpg);
        background-repeat: repeat-y;
}


#contentwrappernone {
	background-image: url(images/contentwrapper3.jpg);
        background-repeat: repeat-y;
}


#left2  {
        float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 15px!important;
	margin-left: 7px;
	font-size: 0.9em;
}


#right2 {
	float: right;
	width: 0px;
	padding-top: 0px;
	margin-right: 0px!important;
	margin-right: 0px;
	font-size: 0.9em;
}




#content {
	margin-right: 200px;
	margin-left: 200px;
	padding: 15px 0;
        
}




#content2 {
	margin-right: 20px;
	margin-left: 200px;
	padding: 15px 15px;
        
}


#content3 {
	margin-right: 20px;
	margin-left: 20px;
	padding: 15px 15px;
        
}



#footer {
	background-image: url(images/footer.jpg);
	height: 35px;
	clear: both;
	text-align: center;
	padding-top: 20px;
}

/**************************************** techlist ****************************/



#techlist div li {
	list-style: none;
}
#techlist div li a {
	background: url(images/li.gif) left no-repeat;
	padding-left: 75px;
	text-decoration: none;
}
#techlist div li a:hover {
	background-image: url(images/li.gif);
	color: #ac835c;
	text-decoration: underline;
}






/**************************************** text, images, lists ****************************/

img.float_left
 {
	float: left;

}

img2.float_left
 {
	float: left;
        padding: 0px

}


p {
	margin-top: 20px;
	margin-bottom: 20px;
}

p.topnav, .copyright {
	margin: 0;
}

h1 {
	color: #FFFFFF;
	padding-top: 110px;
	padding-left: 130px;
	font-size: 3em;
	font-style: italic;
}

h2 {
	font-size: 1em;
	color: #4B3F53;
	background-image: url(images/h2.jpg);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 8px;
}



h3 {
	background-image: url(images/sidebar_heading.jpg);
	font-size: 1em;
	height: 19px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 24px;
}

h4 {
	background-image: url(images/sidebar_heading_2.jpg);
	font-size: 1em;
	height: 19px;
	width: 125px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}


h5 {
	background-image: url(images/h2.jpg);
	font-size: 1em;
	height: 19px;
	width: 700px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}


h6 {
	font-size: 1em;
	color: #A39669;
	padding-left: 10px;
	padding-right: 24px;
}



td.pancontent {

  font-family:"Arial", serif;
  font-size:12px;color:#4B3F53; 
  vertical-align: top;
  text-align: left;
  height: 150px;width: 189px;
  padding-top: 0px; padding-left: 7px; padding-right: 0px
}
   
        
dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}




.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

/**************************************** Menu ****************************/

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	height: 54px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 18px 1em;
	height: 18px;
	color: #4B3F53;
	text-decoration: none;
	float: left;
	background-image: url(images/menu_right_border.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
}

/**************************************** form ****************************/


th {
	
        font-size: 10px;
        text-decoration: none;
}


td {
	font-style: italic;
}



form {
        
	width: 155px;
	margin-top: 0px;
	padding: 0px;
}

input.fields {display: block;
        width: 155px;
        background: #FFFFFF;
		border-top: 1px solid #E5E3E4;
		border-left: 1px solid #E5E3E4;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 155px;
          height: 60px;
          background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  display: block;
          margin-top: 3px;}

textarea2 {width: 280px;
          height: 60px;
          background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  display: block;
          margin-top: 3px;}


.submit {
        align: left;
	margin-top: 15px;
	padding: 2px;
	background-color: #A39669;
	cursor: pointer;
	color: #FFFFFF;
}





