/* CSS Document */
body{ 
	topmargin: 0;
} 

h1 {
	font-size: 23px;
	line-height: 23px;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family :Monotype Corsiva;
	font-weight : bolder;
	font-style : italic;
}
.contact{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
    text-align:  left;
	font-face: Arial, Helvetica, sans-serif;

}

.contact a:hover{
	color: #ff0;
}


td
{
   color: #000; 
   font-face: Times New Roman;
}

.titlebar {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	font-family : "Times New Roman";
	font-style : italics;
	color: #ffffff;
	margin: 10;
	padding: 5;
	/*border: outset;border-width: 3px;border-color:#000000; */
	text-align: center;
    vertical-align: center;
	
}
/*Sets the padding on each paragraph tag*/
p{
	margin: 15px 0;
}

.datatable
{ 
	font-size: 15px; 
	font-face:  Times New Roman;
	font-weight : bold;
	color: #666666;
	background-color:  #FFFFFF;
	font-family: Tahoma;
	padding: 5px;
	
	
}

.header
{ 
	background: url(images/fadedbackground.JPG) center repeat-x;
} 

#headerlinks
{
	font-family :Monotype Corsiva;
	font-size: 22px;
	line-height: 30px;
	width : 180px;
	text-align : center;
	text-indent : 10px;
	padding-left: 15;
}

#headerlinks a
{
	color: #000; 
	
	text-decoration: none;

}

#headerlinks a:hover
{
	color: #ffffff;
	text-decoration: bold;

}

#tablinks a
{
	position: inline; 
	top: 0;
	left: 0;
	width:150px;
	background-color:  #FFFFFFF;
	background: url(images/tabbar.jpg) center repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight : bold;
	text-align : center;

}

#tablinks a:hover
{
	color: #ffffff;
	text-decoration: bold;
	background-color:  #FFFFFFF;
	background: url(images/tabbar.jpg) center repeat-x;

}

.content
{ 
	font-family : Times New Roman;
	font-size: 16px; 
	line-height: 20px;
	color: #000;
	background-color:  #FFFFFFF;
	/*background: url(images/background.gif) center repeat-x ; */
	/*padding: 5px;*/
}

.smcontent
{ 
	font-family : Times New Roman;
	font-size: 12px; 
	color: #000;
	background-color:  #FFFFFFF;
	text-align : center;
	/*background: url(images/background.gif) center repeat-x ; */
	/*padding: 5px;*/
}

.links
{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight : bold;
	text-align : center;
	color: #FFFFFF;
	border-color:#000000; 
		
}

.footer {
	font-size: 14px;
	font-weight: bold; 
	line-height: 16px;
	vertical-align : middle;
}

dl, dt, dd {
	text-align : left;
	margin-left: 2;
	padding: 0;
	color:#FFFFFF;
	background: url(images/arrowoff.gif) left no-repeat-y; 
	text-indent : 10px;
	vertical-align : middle;
}
#menu {
position: inline; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
width:150px;
text-align: left;
}
#menu dt {
	cursor: pointer;
	margin: 0px 0;
	text-align: left;
	font-weight: bold;
	line-height : 31px;
}
#menu dd {
}
#menu li {
	line-height: 31px;
}
#menu li a, #menu dt a, #menu dd a {
color:#FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover, #menu dd a:hover {
color: #33FF33;
background: url(images/arrowon.gif)  left no-repeat-x no-repeat-y;
}


A, A:ACTIVE, A:LINK, A:VISITED {
	 
	color: #0000ff;
	
}

A:HOVER {
	color:#FF0000;
		
}






