/*******************************************************************************************
	All of the selectors below must be included on any Total Control Page. These
	values must also be entered into the TCP configuration page in order for 
	the WYSIWYG content to match the actual page content.

	Feel free to change any of the properties and values within the selectors 
	unless otherwise noted.
*******************************************************************************************/

body {
	background: #62738d url(../images/bg.jpg) repeat-y 50% 0; 
/*	font-family:"Times New Roman", Times, serif; */
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	color: #000;
	/* start all of the font size percentages below the browser default which is ugly big,
		Small = 60%
		Medium = 69%
		Large = 76%
	*/
	font-size: 76%; /* this value must be one of the three percentages listed above */
	margin: 0px;
	padding: 0px;
}

p, table, li {
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 1em; /* do not change this value! */
	color: #000;
	line-height:1.2em;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #2f3662;
}
h1 a {
	text-decoration: none;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
}

a {
	color: #58708c;
}

hr {
	height: 1px;
	border: none 0;
	border-top: 1px solid #555;
	margin: 0px;
	padding: 0px;
}

.formfield {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
	border: 1px solid #b0ae95;
	padding-left: 2px;
}

.button {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #b0ae95;
	border: 2px outset #ccc;
}

/*******************************************************************************************
	All styles below this point are optional.
*******************************************************************************************/

a:hover {
	color: #2f3662;
}

#pagearea {
	/*
	width: 500px;
	*/
	text-align: left;
	margin-top:20px; /* was 40 */
	margin-left:20px; /* was 40 */
	margin-right:20px; /* was 40 */
	margin-bottom:20px; /* was 40 */
	border:1px solid #B0AE95;
	padding-left:20px; /* was 40 */
	padding-right:20px; /* was 40 */
	padding-top:10px; /* was 20 */
	padding-bottom:20px; /* was 40 */
	/*
	height:410px;
	*/
}

.border {
	border-right: 1px solid #ddd;
}

.pagesheading { /* used only for the pages edit area for the Heading content type */
	font-family: Arial, Helvetica, sans-serif;
	color: #264A6E;
	font-size: 14px;
	font-weight: bold;
}

.alert {
	font-weight: bold;
	color: #c00;
}

/*******************************************************************************************
	MY STYLES
*******************************************************************************************/

.blue {
background-color:#2F3662;
}
.coolgray {
background-color:#D5D3BA;
}
.navbuttons {
padding-top:10px;
padding-bottom:10px;
padding-right:30px;
}
.pod {
display:inline;
float:left;
width:163px;
text-align:center;
}
.podtext {
line-height:1.5em;
text-align:left;
font-style:italic;
padding-left:20px;
padding-right:10px;
}