/* CSS Document */

/*VERTICAL MENU - LEFT SIDE*/
.vbutton
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 2px;
	padding-bottom: 2px;
	width: 100px;
	font-variant: small-caps;
	text-decoration: none;
}


/*HORIZONTAL MENU - TOP*/

.button {
	text-align: center;
	display: block;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
.button a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.button a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
}

.buttonlogoblue {
	text-align: center;
	display: block;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
.buttonlogoblue a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.buttonlogoblue a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.buttonlogoblue a:hover {
	color: #FFffff;
	text-decoration: none;
	background-image: url(../buttons/bluebuttonbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.buttonlogogreen {
	text-align: center;
	display: block;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
.buttonlogogreen a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.buttonlogogreen a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.buttonlogogreen a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../buttons/greenbuttonbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.buttonlogored {
	text-align: center;
	display: block;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
.buttonlogored a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.buttonlogored a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.buttonlogored a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../buttons/redbuttonbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.buttonlogoblack {
	text-align: center;
	display: block;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
.buttonlogoblack a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.buttonlogoblack a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.buttonlogoblack a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	display: block;
	background-image: url(../buttons/blackbuttonbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}







/*Not using for now - Highlight for each individual page Menu Button to identify page - Down State
.menubuttondown
{
	background-color: #ffffff;
	border: 1px solid #ff0000;
	text-align: center;
	display: block;
	font-size: 11px;
	font-weight: normal;
	width: 80px;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	height: 50px;
	text-decoration: none;
	
}

.menubuttondown a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
}
.menubuttondown a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
}
.menubuttondown a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	
}

.menubuttondown a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
*/

