/*
Gonzalo Briceno

ANY !important tags must come before the same definition without the !important tag
	min-height: 360px !important;
	min-height: 371px;
*/

/* layout */
body {
	width: 640px;
	height: auto;
	margin: 10px auto 20px auto;
	padding: 15px 0px 0px 0px;
	background-color: #F9F3C8;
}

iframe.pageHeader {
	width: 640px;
	height: 184px !important;
	height: 184px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #CCCC66;
	background-color: #F9F3C8;
}

iframe.pageFooter {
	width: 100%;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 20px;
	border-top: 1px solid #CCCC66;
	background-color: #FFFFFF;
}

div.pageContent {
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	min-height: 365px !important;
	min-height: 383px;
	width: 640px !important;
	width: 640px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

div.pageMenu {
	width: 127px !important;
	width: 126px;
	float: left;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	min-height: 367px !important;
	min-height: 383px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCC66;
	text-align: center;
}

h1, h2 {
	text-align: left;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	margin: 10px 10px 10px 20px;
}

p, td {
	font-family: Arial, Helvetica, Sans Serif;
	color: #000000;
	text-align: justify;
	font-size: 12px;
	line-height: 2em;
	text-indent: 10px;
	padding: 5px 15px 5px 15px;
}

/* menu */
a, a:visited, a:active {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 2em;
	/*vertical-align: middle;*/
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #555;
	text-decoration: none;
	font-weight: 400;
}

div.pageMenu>a:hover {
	font-weight: 600;
/*	letter-spacing: .05em;*/
}

div.pageMenu>img {
	padding: 0px 0px 0px 0px;
	margin: 10px auto 20px auto;
	border-bottom: 1px solid #CCCC66;
}

img.title {
	margin: 10px 0px 0px 5px;
	padding: 5px 5px 10px 5px;
	border-bottom: 1px dotted #CCCC66;
}

img.bodyleft {
	margin: 5px 0px 5px 15px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px dotted #CCCC66;
	float: left;
}

img.bodyright {
	margin: 30px 15px 10px 15px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px dotted #CCCC66;
	float: right;
}

/* ie patches */
textarea {
	width: 98%;
}
/* forms (relocated to /css/goatForms.css by Sean on 2/10/2005) */