
/* Skin */

body
{
  background-color: white;
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #404040;
  text-align:center;
}

div.maincontainer
{
	width: 687px;
	position: relative;	
	margin: 0 auto;
	padding: 0;
}

div.mainpic
{
	width: 687px;
	margin: 0px;
	padding: 0px;
	
	}

div.menubar
{
	background-image: URL(Skin/middleBar.jpg);
	width: 687px;
	height: 47px;
	text-align: left;
	
	}

.lowerbar
{
	background-image: URL(Skin/lowerBar.jpg);
	width: 687px;
	height: 21px;
	text-align: right;	
	
		
}

.content
{	
	background-color:white;	
	text-align: justify;	
	
	width: 687px;		
	min-height: 100px;
			
	position: relative;
	margin: 0;	
	
	z-index:0;
	
}

/* Moz 1.4 overflow fix */
.content:after
{
content: "."; 
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

/* Other divs */

div.twoColumn1
{
	width: 500px;
	height: auto;		
	
	float: left;	
	
	text-align: justify;	
	font-family: Verdana;
	font-size: 12px;		
	line-height: 24px;
}

div.twoColumn2
{
	width: 177px;
	height: auto;	
	
	float: left;
	margin-left: 10px;
	
		
}

div.threeColumn1
{
	width: 313px;
	height: auto;		
	
	float: left;	
	
	text-align: justify;	
	font-family: Verdana;
	font-size: 12px;		
	line-height: 24px;	 
}

div.threeColumn2
{
	width: 136px;
	height: auto;	
	
	float: left;	
}

div.threeColumn3
{
	width: 238px;
	height:auto;
		
	float: left;
	
	text-align: justify;	
	font-family: Verdana;
	font-size: 10px;		
	line-height: 20px;	
}

div.banners
{	
	position: absolute;
	bottom: 0px;
	right: 0px;	
}

div.bigNarrowHeader
{
	width: 293px;
	height: 39px;	
	
	padding:10px;
	
	text-align: left;	
	font-size: 30px;
	font-family: Verdana;
	color:white;	
}

div.bigWideHeader
{
	width: 480px;
	height: 39px;	
	
	padding:10px;
	
	text-align: left;	
	font-size: 30px;
	font-family: Verdana;
	color:white;	
}

div.smallNarrowHeader
{
	width: 223px;
	height: 17px;
	
	padding: 7px;
	
	text-align: left;	
	font-size: 14px;
	font-family: Verdana;
	color:white;	
}

div.showPage
{	
	text-align: justify;	
	font-family: Verdana;
	font-size: 12px;		
	line-height: 24px;	
}

/* Text */
 
p
{
	
}

.small_text
{
	font-size: 10px;		
}

/* Tables */

table.main
{
	border-top: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px;
	
	border-style: solid;
	
	border-color:#090909;	
}

td
{
	text-align: left;
}

td.photoalbum
{
	text-align: center;
	width: 50%;
}

h1
{
	font-family: Arial;
	font-size: 24px;
}

h2
{
	font-family: Arial;
	font-size: 20px;
}

h3
{
	font-family: Arial;
	font-size: 16px;
}

.large_text
{
  font-family: Arial;
	font-size: 20px;

}

/* Links */

a.small_link
{
	color: #505050;
	text-decoration: none;
	font-size: 10px;
}

a.small_link:hover
{
	color: #505050;
	text-decoration: underline;
	font-size: 10px;
}

a.large_link
{
  font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	
	color: #505050;
	text-decoration: none;
}

a.large_link:hover
{
	font-size: 20px;
	font-weight: bold;
	
	color: #505050;	
	text-decoration: underline;
}

/* Form elements * /
	
button
{
	background-color: white;
	border:0px;
	text-align:left;
}

/* Graphical */

img
{	
	margin: 0px;
	border: 0px;
}

img.photothumb, img.photo
{
	border:1px;
	border-color: #cecece;
	border-style: solid;
}

hr
{
	height: 1px;
	border-style: dotted;
	border-color: #cecece;
}
