/* CSS Document */
html { 
margin:0 auto;
padding:0px;

}

body {
text-align:center;
max-width: 780px;
margin:0 auto;
padding:0px; 
background-image: url(images/back.jpg);
background-repeat: repeat-x;
background-color: #f6f6f6;
}


#pageholder{
float:center;
margin:0 auto;
padding:0px;
width: 780px;
height:inherit;
background-color:#CCCCCC;
}

#banner{
float:left;
width: 780px;
height:176px;
margin-bottom:0px;
background-color:#CCCCCC;}


#navbar{
height:auto;
float:left;
width: 778px;
background-color:#FF0000; 
margin:0px;
padding:0px;
list-style: none;
}


#navbar ul {
float:left;
background-color:#000000;
width:780px;
height:auto;
margin:0;
padding:0;
list-style: none;
list-style-type:none;	
}

#navbar ul li {
float:left;
margin:0 0 0 1px;
padding:0px;
height:40px;
width:194px;
background-color:#FFFFFF;
list-style:inherit;
display: inline;
}


#navbar ul li a:link, #navbar ul li a:visited {
	text-decoration:none;
	text-align:left;
	width:194px;
	height:40px;
	max-height:40px;
	margin-top:0px;
	padding:0;
	color:#14628a;
	background-color:#14628a;
	background-image:url(images/menu.gif);
	display:block;
	font-family:arial, "Times New Roman", Times, serif;
	font-weight:bold;
	text-indent:50px;
	line-height:40px;
	font-size:14px;
}

#navbar ul li a:hover {
color:#ffffff;
background-image:url(images/menu.gif);
background-position:-202px;
}

#navbar ul li img{
padding:0px;
margin-bottom:0px;
border:0px;
}

img.menu2{
padding:0px;
margin-top:0px;
margin-bottom:0px;
border:0px;
line-height:0px;
}


#contentholder{
float:left;
padding:0px;
text-align:left;
width:780px;
height:auto;
margin-left:0px;
background-color:#ffffff;
overflow:inherit;
background-image:url(images/background.gif);
background-position:right top;
background-repeat:no-repeat;
}

#contentholder2{
float:left;
padding:0px;
text-align:left;
width:780px;
height:auto;
margin-left:0px;
background-color:#ffffff;
overflow:inherit;
background-image:url(images/background2.jpg);
background-position:right top;
background-repeat:no-repeat;
}
#contentholder3{
float:left;
padding:0px;
text-align:left;
width:780px;
height:auto;
margin-left:0px;
background-color:#ffffff;
overflow:inherit;
background-image:url(images/background3.jpg);
background-position:right top;
background-repeat:no-repeat;
}

#contentholder h1{
font-family:Georgia, "Times New Roman", Times, serif;
color:#CA161D;
font-size:14pt;
padding:16px 8px 8px 8px;
margin:0px;
width:300px;
}

#contentholder h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#8A0204;
font-size:12pt;
padding:16px 8px 8px 8px;
margin:0px;
width:95%;
}

#contentholder h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#1E1442;
font-size:11pt;
padding:8px 8px 4px 18px;
margin:0px;
line-height:20px;
}

#contentholder img{
margin:0;
border:0px;
}

#contentholder p{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:10pt;
padding:4px 8px 4px 18px;
margin:0px;
line-height:20px;
}

#contentholder2 p{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:10pt;
padding:4px 8px 4px 18px;
margin:0px;
line-height:20px;
}

#contentholder3 p{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:10pt;
padding:4px 8px 4px 18px;
margin:0px;
line-height:20px;
}

#contentholder a:link, #contentholder a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#1E1442;
font-size:10pt;
padding:8px 8px 4px 18px;
margin:0px;
line-height:20px;
border:0px;}

#contentholder a:hover {
color:#8A0204;
}

#rightcol{
float:right;
padding:1px 0px 0px 0px;
width:230px;
}

#rightcol p{
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:10pt;
padding:4px 8px 4px 18px;
margin:0px;
line-height:20px;
}

#rightcol img{
float:right;
margin:1px 1px 0px 0px;
}

#leftcol{
float:left;
padding:1px 1px 1px 1px;
margin-right:18px;
}
#lefttcol img{
margin-right:20px;
}

#bottomcol{
float:left;
padding:10px 0px 0px 1px;
width:100px;

}
#bottomcol img{
float:bottom;
margin:1px 1px 1px 1px;

}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:8px;
	color:#1E1442;
	margin:0px;
}

#detailsholder{
position:inherit;
float:left;
vertical-align:baseline;
text-align:right;
width:780px;
height:114px;
margin:0px;
background-image:url(images/bottom.gif);
background-position:right top;
background-repeat:no-repeat;
margin-right:-3px;
}

#detailsholder p{
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
color:#FFFFFF;
font-size:12px;
padding:8px;
margin:0px;
width:auto;}

#detailsholder a:link, #detailsholder a:visited{
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:12px;
padding:0px;
margin-left:0px;
width:auto;}

#detailsholder a:hover {
color:#CCCCCC;
}


#col1{
width:49%;
}


.clear {
  clear: both;
  height: 0;
}

#linky{
padding-top:10px;
font-family:Verdana;
font-size:9px;
color:#333333;
}

#linky a:link, #linky a:visited{
color:#333333;
}

.marquee {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-top: 5px;
	margin-bottom: -8px;
	font-weight: bold;
	font-style: italic;
}