/* CSS Document - new design March 2013*/

@charset "utf-8";

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

.container {
	margin: 0 auto;  /* this centers the overall page in the browser */
	padding: 0;
	width: 700px;
	height: 706px;
	border: 2px solid #666;
}

.content{
	font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;
	background-color: #F4F4F4;
	text-align: center;
}

.content h1 {
	font-size:24px;
	font-weight: bold;
	color: #2a525c;
	text-shadow: 1px 2px 0px #ffffff;  
	background-color : transparent;
}

.content h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	background-color : transparent;
}

.content p{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background-color : transparent;
}

/******************* HOME PAGE BUTTONS ************************/

/* Gave up on nice css-based buttons, since IE doesn't support the css3 features.  Created a background
button image using:  http://dabuttonfactory.com

Size:  220 x 31px
Rounded box 5px
Background:  pyramid, top/bottom - 2a525c, center - 407f8f
                                   f4bb86           e69a57
Border: 2px 666666
Shadow: 1px 666666
*/

.myButton1 a {
	font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	text-align: center;	
	/*
	background-color: #2a525c;
	*/
	background-image: url(../NEW%20IMAGES/TPH-SITE/greenButton.png);
	display:block;
	color:#FFFFFF;
	padding:5px 42px;
	text-decoration:none;
	text-shadow:1px 1px 0px #f4bc93;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 90px;
	margin-right: 90px;
}

.myButton1 a:hover {
	/*
	background-color: #f4bb86;
	*/
	background-image: url(../NEW%20IMAGES/TPH-SITE/orangeButton.png);
	font-weight: normal; 
}




