@charset "UTF-8";
body {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background_stripes.jpg);
	background-repeat:repeat;
	background:b9183a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColLiqCtr #container {
	width: 830px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#container h1 {
font-weight: bold;
font-size: 24px;
margin: 0;
padding: 0;
color:#660000;
text-shadow:#800040;
} 

#container h2 {
font-weight: normal;
font-size: 18px;
color:#660000;	
} 

/* NEW                 ------------                  LIST*/

#nav
{
border-bottom-style:solid;
border-bottom-color:#f6ecd7;
border-bottom-width: 2px;
margin-bottom: 10px;
}


#navlist
{
text-align:center;
padding: 1px;
margin-top: 20 px;
margin-bottom: 20 px;
link:#FFFFFF;
font: bold 16px Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
}

#navlist li
{
list-style: none;
padding: 20px;
display: inline;
}

#navlist li a
{
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-decoration: none;
}

#navlist li a:link { color: #FFFFF; }
#navlist li a:visited { color: #FFFFF; }
#navlist li a:hover{background: #edcb9d;}


#photo
{
align: right;
float:right;
margin-left: 25px;
margin-top: 25px;
margin-bottom: 25px;
}

#search
{
background: #f6ecd7;
vertical-align: top;
width: 280px;
align: right;
float:right;
margin-left: 25px;
margin-top: 25px;
margin-bottom: 25px;
padding: 10px;
}

#search2
{
background: #f6ecd7;
vertical-align: middle;
width: 100%;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 3px;
}

#form
{
background-image:url(images/TIMF09.jpg);
background-position:right;
background-position:top;
background-repeat:no-repeat;
}

#slideshow
{
align: left;
float:left;
margin-right: 25px;
margin-bottom: 25px;
}

#footer {
	padding:3px;
	color:#999;
	border-top:1px dotted #27318B;
	text-align:left;
	font-size:9px;
}
