/* ---------------- Standard HTML Styles ---------------- */
body {
	font-family: "Trebuchet MS";
	color: #333;
	background: #FFF;
x	font-size: 62.5%;
	background-image:url(/forms/images/logo.jpg);
	background-position:50% 30px; 
	background-repeat:no-repeat;
x	width: 600px;
x	margin:120px auto 30px auto;
	margin:120px;
}


fieldset {
	margin: 50px 0;
	}

legend {
	font-size: 32pt;
	color: #999;
	}
a {
	color: #2A2552;
	text-decoration: none;
	border-bottom: 1px solid #2A2552;
	font-weight: bold;
}
	a:link, a:visited {
		color: #5148A2;
	}
	a:hover, a:active {
		color: #FFF;
		border-bottom: 1px solid #2A2552;
		background: #2A2552;
	}

p {
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.5em;
x	font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 2em 0 1em 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	h1 {
		font-size: 2.2em;
		color: #666;
		font-weight: normal;
		line-height: 1.3em;
	}
	h2 {
		font-size: 2.0em;
		color: #50421F;
		font-weight: normal;
	}
	h3 {
		font-size: 1.8em;
		color: #7F6A31;
		font-weight: normal;
	}
	h4 {
		font-size: 1.5em;
		color: #999;
		font-weight: bold;
	}
	h5 {
		font-size: 1.1em;
		color: #443F71;
		font-style: italic;
		font-weight: normal;
		border-bottom: 1px #EDECF1 solid;
		border-top: 1px #EDECF1 solid;
	}
	h6 {
		/* unspecified */;
	}
blockquote {
	margin: 0 10px;
	padding: 0 0px;
	xxborder-left: 3px solid #333;
}
	blockquote blockquote{
		xxborder-left: 2px solid #666;
	}
		blockquote blockquote blockquote{
			xxborder-left: 1px solid #999;
		}
ul {
	list-style-type: square;
}
	ul li {
	}
ol {
	list-style-type: upper-roman;
}
	ol li {
	}
	ol ol {
		list-style-type: upper-alpha;
	}
		ol ol ol {
			list-style-type: decimal;
		}
			ol ol ol ol {
				list-style-type: lower-alpha;
			}
				ol ol ol ol ol {
					list-style-type: lower-roman;
				}
abbr, acronym {
	border-bottom: 1px dotted #330099;
	cursor: help;
}
code {
	font-family: "Courier New", Courier, monospace
}


table {
x	margin: 0;
x	padding: 0;
	border-collapse: collapse;
}
	tr {
		margin: 0;
		padding: 0;
	}
		th {
			margin: 0;
			padding: 5px;
x			background-color: #eee;
x			border-bottom: 2px solid;
		}
		td {
			margin: 0;
			padding: 3px;
			border-bottom: 1px #eee solid;
		}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
	input, textarea, select {
		border: 1px solid #CCC;
		background-color: #FFF;
		padding: xx0.2em;
		color: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
img {
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	padding: 5px;
}
hr {
	width: 100%;
	border: none;
	color: #666;
	background-color: #666;
	height: 1px;
	margin: 1em 0;
}

#search, #block-user-0 {
	background: #F8C32D;
	padding: 3px;
	overflow: hidden;
	margin-bottom: 2px;
}
	#block-user-0 .title {
		display: none;
	}

.noBorder {border: none;}