body {
	background:   url(images/bg.gif) repeat-x #ccc; 
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-size: 15px;
	color: #444;
	margin: 15px; 
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	height: 25px;
	color: #000;
	margin: 10px;
	text-indent: 5px;

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #2929a7;
	margin: 10px;
}	


ul li {
	font-size: 20px;
	padding-left: 20px;
	color: #333;
	
}

li {
	font-size: 20px;
	padding-left: 20px;
	color: #333;
}


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;	
}
a:hover {
	color: #000;
	text-decoration:underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#container {
	width:700px;
	margin: 0px auto;
	background: url(images/bg_content.jpg)  repeat-y;
	border: 1px solid #000;
 }
 
 
 /*
div#indexcontainer {
	width:550px;
	height:400px;
	margin: 0px auto;
	border: 5px solid #fff;
	margin-top: 20px;
 }
*/

div#header { 
	width: 700px;
	height: 0px;
	background: url(images/top.jpg);
	
 }
 

div#mainimage{
	width: 700px;
	height: 195px;	
	background: url(images/header.jpg);
} 

div#content {
	background:;
 }



div#text{
	width: 755 px;
	background: #fff;

}


  #right p{
	font-size: 15px;
	font-weight:bold;
	color: #fff;
}

div#contactinfobar{
	width: 700px;
	margin: 0px auto;
	background: #f2f2f2;
	border: 0px solid red;
	float:left;
	clear: both;
}

div#address{
	width: 555px; 
	margin: 0px auto;
	background: #f2f2f2;
	border: 0px solid red; 
	float:left;
}

div#emails{
	width: 200px;
	margin: 0px auto;
	background: #f2f2f2;
	border: 0px solid red;
	float:right; 
}
 
 div#links {
	width: 100%;
	color: #000;
	text-align: center;
	clear: both;
	padding: 10px 0px;
	margin-top: -5px;
 }
 
/*
  div#indexlinks {
 	width: 550px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;

 }
 */ 
  
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	

}
img.right {
	margin: 20px;
	float: right;
	padding: 5px;
}

img.indeximg{
	border: 1px solid #ccc;
	padding: 5px;

}

 .copyright {
 	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin-top: 0px;
	text-align: center; 
	clear:both;
	width: 100%;
	height: 40px; 
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
 }


 /* ----------------- NAVIGATION ----------------- */

#nav {
	background: url(images/navbg.gif);
	width: 700px;
	margin: 0px auto;
	height:30px;
	clear: both;

}

#nav li {display: inline;
list-style: none;
margin: 0px auto;
padding: 0px;


}

#nav li a {
			float: right;
			display: block;
			height: 5px;
			padding:3px 16px 16px 16px;
            font: bold 11px Arial, Helvetica, sans-serif;
			text-align: center; 
			text-decoration: none; 
			 color: #fff; 
			margin-top: 6px;
}

#nav li a:hover { 
			text-decoration: none;
			color: #fff;
			background: #ff1010 url(images/nav_on.gif) ;
	
}

#nav .current { 
			text-decoration: none;
			color: #fff;
			background: #ff1010 url(images/nav_on.gif) ;
		
}

div#imagecopy {
	width:283px;
	margin: 0px auto;
	background: #ffffff;
	float:right;
	border:0px solid #ffffff;
 }
 
div#imagetext {
	width:200px;
	margin: 0px auto;
	background: #ffffff;
	float:right;
 }
 
 
 div#box {
width: 565px;
height: 120px;
margin: 0px;
padding: 0px; 
 }
 
 div#col1 {
float: left;
margin: 20px 2px 20px 100px;

 }

difv#col2{
float: right;
margin: 20px 20px 20px 20px;
width: 254px;

}

 div#clear{
clear: both; 
 }
 