/*<agl.folder "Structural">*/
	body {
		color: #606;
		font-size: 0.8em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #f1e3f2;
		background-image: url(../images/background.jpg);
		background-repeat: repeat-x;
		text-align: center;
		margin: 0;
		padding: 0; }
	#container {
		text-align: left;
		width: 750px;
		margin-right: auto;
		margin-left: auto; }
	#header {
		background-image: url(../images/header.jpg);
		width: 750px;
		height: 200px;
		float: left;
		clear: both; }
	#wrapper {
		width: 750px; }
	#main-nav {
		width: 150px;
		float: left;
		padding-top: 24px; }
	#main-content {
		width: 580px;
		float: left;
		margin: 10px; }
	#footer {
		font-size: 0.8em;
		text-align: center;
		width: 600px;
		float: right;
		clear: both;
		margin-left: 150px;
		padding-top: 50px; }
/*</agl.folder>*/
/*<agl.folder "Standard Selectors">*/
	p {
		 }
	td {
		 }
	a:link, a:visited {
		color: #606;
		text-decoration: underline; }
	a:hover {
		color: #cd81bf;
		text-decoration: underline; }
	a:active {
		color: #cd81bf;
		text-decoration: none; }
	h1 {
		font-size: 1.4em;
		border-bottom: 1px solid #606; }

	h2 {
		color: #f1e3f2;
		font-size: 1.2em;
		background-color: #606;
		padding: 3px; }

	h3 {
		font-size: 1em; }

/*</agl.folder>*/
/*<agl.folder "Other Selectors">*/
	#main-nav p {
		margin: 0;
		padding: 0; }
	.bordered-img {
		margin: 5px;
		padding: 5px;
		border: solid 1px #606; }
	#main-nav h2 {
		margin-bottom: 5px; }
	.btn {
		background-color: #811a85;
		font-weight: normal;
		font-size: 11px;
		color: #fff;
		background-image: url(../images/btn.gif);
		background-repeat: repeat-x;
		background-position: 0 center;
		border: solid 1px;
		cursor: pointer; }
	.btn_over {	color:               #811a85;
	font-size:           11px;
	font-weight:         normal;
	background-color:    #d0a3ca;
	background-image:    url(../images/btn.gif);
	background-repeat:   repeat-x;
	background-position: 0 center;
	cursor:              pointer;
	border:              solid 1px; }

/*</agl.folder>*/
/*<agl.folder "Browser Fixes">*/
	.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
/*</agl.folder>*/
/*<agl.folder "contact_form">*/
	#contact_form * { list-style-type: none; }
	#contact_form {
		text-align: left;
		width: 280px;
		margin-right: auto;
		margin-left: auto;
		padding: 10px;
		border: solid 1px #003060; }
	#contact_form em { font-size: 0.9em; }
	#contact_form label { text-align: left; width: 110px; float: left; display: block; }
	#contact_form .horizontal { padding-left: 25px; display: block; }
	#contact_form .horizontal input { margin-left: 5px; }
	#contact_form legend { color: #003060; font-weight: bold; margin: 0; }
	#contact_form h1 { font-size: 1em; font-weight: bold; clear: both; }
	#contact_form .footnote { clear: both; font-size: 0.7em; text-indent: 0; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; }
	#contact_form fieldset { text-align: left; width: 280px; padding: 10px; border: solid 1px #003060; }
	.bot-input { float: left; margin-left: -999em; }
/*</agl.folder>*/
.txtBoxStyle {
		background-color: #f5f4f2;
		font-weight: normal;
		font-size: 11px;
		color: #38393a;
		border: solid 1px #b3b4b5; }
