/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: none;
	margin: 0px; padding:0px; 
	font-size: 10pt;
	font-family: geneva, arial, "comic sans ms"; /* always put the font family last!!*/
}

img {
	border: none;
}

p	{font-size: medium; color: black;  }
b	{font-size: medium; color: black;  }
li	{font-size: medium; color: black; }
h1	{font-size: extra large; color: black; font-weight: bold;  }
h2	{font-size: large; color: red; font-weight: bold;  }
h3	{font-size: medium; color: black; font-weight: bold;  }

td {
	vertical-align: top;
}
a:link {
	color : #660000;
	text-decoration : none;
	font-weight: normal;
}

a:visited {
	color : #993333;
	text-decoration : none;
	font-weight: normal;
}

a:hover {
	color : #660000;
	text-decoration : underline;
	font-weight: normal;
}

input {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif}

.buttonscontainer { 
	width: 200px
} 

.buttons a:link { 
	border-right: #AD7484 1px solid; 
	padding-right: 2px; 
	border-top: #E3D4DA 1px solid; 										
	display: block; 
	padding-left: 3px; 
	padding-bottom: 2px; 
	margin: 0px; 
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif; 
	border-left: #E3D4DA 1px solid; 
	width: 100%; 
	color: #ffffff; 
	padding-top: 2px; 
	border-bottom: #AD7484 1px solid; 
	background-color: #8D3B51; 
/*	background-color: #6B001B; */ 
	text-align: left; 
	text-decoration: none 
} 

.buttons a:visited { 
	border-right: #AD7484 1px solid; 
	padding-right: 2px; 
	border-top: #E3D4DA 1px solid; 										
	display: block; 
	padding-left: 3px; 
	padding-bottom: 2px; 
	margin: 0px; 
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif; 
	border-left: #E3D4DA 1px solid; 
	width: 100%; 
	color: #ffffff; 
	padding-top: 2px; 
	border-bottom: #AD7484 1px solid; 
	background-color: #8D3B51; 
/*	background-color: #6B001B; */
	text-align: left; 
	text-decoration: none 
} 

.buttons a:hover { 
	border-right: #E3D4DA 1px solid; 
	padding-right: 1px; 
	border-top: #AD7484 1px solid; 
	padding-left: 4px; 
	padding-bottom: 1px; 
	border-left: #AD7484 1px solid; 
	color: #ffffff; 
	padding-top: 3px; 
	border-bottom: #E3D4DA 1px solid; 
	background-color: #6B001B;
/*	background-color: #8D3B51; */
	text-decoration: none 
} 

.buttons p { 
	border-right: #AD7484 1px solid; 
	padding-right: 2px; 
	border-top: #E3D4DA 1px solid; 										
	display: block; 
	padding-left: 3px; 
	padding-bottom: 12px; 
	margin: 0px; 
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif; 
	border-left: #E3D4DA 1px solid; 
	width: 100%; 
	color: #ffffff; 
	padding-top: 12px; 
	border-bottom: #AD7484 1px solid; 
/*	background-color: #8D3B51; */ 
	background-color: #6B001B; 
	text-align: left; 
	text-decoration: none 
}

#navsite h5 {
	display: none;
}

#navsite {
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif; 
	width: 200px

}

#navsite p { 
	display: block; 
	padding: 12px 2px 12px 3px;
	border-top: #e3d4da 1px solid; 										
	border-right: #ad7484 1px solid; 
	border-bottom: #ad7484 1px solid; 
/*	border-left: #e3d4da 1px solid; 
	text-decoration: none;   */
	background-color: #6b001b; 
	margin: 0px; 
	color: #fff; 
/*	width: 100%; */
} 

#navsite ul  {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navsite ul li  {
	margin: 0;
}


#navsite ul li a  {
	display: block; 
	padding: 2px 2px 2px 3px;
	border-right: #ad7484 1px solid; 
	border-top: #e3d4da 1px solid; 										
	border-bottom: #ad7484 1px solid; 
	background-color: #8d3b51; 
	color: #fff; 
	text-decoration: none;
	width: 100%;
}

html>body #navsite ul li a  {
	width: auto;
}

#navsite ul li a:hover  {
	padding: 3px 1px 1px 4px;
	border-right: #e3d4da 1px solid; 
	border-top: #ad7484 1px solid; 
	border-left: #ad7484 1px solid; 
	border-bottom: #e3d4da 1px solid; 
	color: #fff; 
	background-color: #6b001b;
}



