
img 
{
	border:0; /* This removes the border around images that are links. */
	vertical-align: top; /* This removes any space that might occur at the bottom of an image, pushing it to the top. */
}

#wrapper
{
position:relative;
width: 800px;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
margin-left:auto;
margin-right:auto;
margin-top:15px;
background-color: #fff;
color: #333;
border: 1px solid silver;
}

body 
{
margin: 0; /* This eliminates any space at the top of the browser window. */
background-image:url(images/bigTexture.jpg);
background-repeat:repeat-x;
background-color:Black;
text-align:left;
}

h1 
{
	padding-top:10px;
	padding-bottom:0px;
	margin-top:0px;
	text-align:left;
	font-size:24px;
}

h2 
{
	padding-top:15px;
	margin-top:150px;
	text-align:center;
	font-size:20px;
}

h3 
{
	margin:0 0 5px 0; 
	text-align:center;
	font-size:16px;
}

h4 
{
	font-size:14px;
}

#header
{
padding: 0;
border-bottom: 0px solid #dc630a;
margin:0px 0px 0px 0px;
}

#content h1
{
padding: 0;
margin: 0;
text-align:left;
font-size:30px;
padding:2px 0px 4px 0px;
}

#header p
{
	line-height: 130%;
	color:#ffffff;
	padding-left:10px;
	padding-top:0px;
	margin:0px;
	font-weight:bold;
	font-size:12px;
}

#navigation 
{
	float:left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
}

#navigation ul {
	list-style: none;
	margin: 0px 0px 0px 0px; /*It is crucial that this margin be set to avoid distorting the container. */
	padding: 0;
}

#navigation li {
	margin:0px 0px 0px 0px;
}

#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 10px 5px 10px 0.5em;
		background-image:url(images/tab_back.jpg);
		background-repeat:repeat;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}


/*The following code styles the link corresponding to the current page. It goes in the "a" tag 
of the list item i.e. <a href="#" id="current"> */
#navigation li #current {
	background-color: #416795;
	color:#fff;
}

#navigation li a:hover {
	color: #dc630a;
}

#headerPict
{
	border-bottom: 15px solid #dc630a;
	padding:0px;
	margin:0px;
}

#content
{
float:right;
padding: 10px;
/* The width is necessary so the Footer will not get pushed to the left in IE. */
width:630px;
/* max-width: 36em; */
font-family: Arial, Helvetica, sans-serif;
}

p {
line-height: 130%;
padding-bottom:10px;
} 

#footer
{
	position:relative;
	display:block;
	
width:788px;
clear: both;
margin: 0;
padding: 6px;
text-align:center;
}

#footer a 
{
	font-size:12px;
	font-weight:normal;
	color:#dc630a;
	text-decoration:underline;
}

#footer h6
{
	font-size:10px;
	margin:10px 0 0 0;
}

#content h2, p { margin: 0 0 10px 0; }

 a, a:hover
{
text-decoration:none;
	color:#195079;
}

#address 
{
	background-color:#dc630a;
	padding: 10px 4px 10px 4px;
	color:White;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-align:center;
}

table th {
color:#FFFFFF;
background-color:#000000;
}

table tr {
background-color:#fefefe;
}

#leftCol p {
padding:0;
margin:0 0 5px 0;
}

#rightCol p {
padding:0;
margin:0 0 5px 0;
}
