/* GENERAL
------------------------------------ */

body {
	background: #fff;
	color: #000;
	font-family: serif;
	font-size: 12pt;
	width: auto;
	padding:0;
	margin:0 5%;
	}

#wrapper {
	border: 0;
	padding: 0;
	margin:0 5%;
	width: auto;
	}

#content
{
  background:#fff;
  color:#000;
  padding:0;
  margin:0;
  font-size: 12pt;
  width: auto;
}



a:link,
a:visited {
	text-decoration: underline;
	}

.hr {clear: both;}

h1 {
	color: #72297b;
	font-size: 16pt;
	}

h2 {
	font-size: 14pt;
	text-indent: 0;
	}

h3,
h4 {
	font-size: 12pt;
	font-weight: bold;
	}

/* HEADER
-------------------------- */

#print-header
{
  display:block;
  width:100%;
  margin-bottom:2em;
}


/* CONTENT-MAIN
-------------------------- */

#content-main {
	float: none;
	padding: 0;
	width: 100%;
	}


/* HOME
-------------------------- */

#home #content-left,
#home #content-right
{
  width:100%;
  float:none;
  clear:both;
  margin-bottom:1em;
}


#home #content-left img,
#home #content-right img
{
  clear:both;
  border:0;
}

#home #content-left img.feature,
#home #content-right img.feature
{
  clear:none;
  margin:0 10px 0 0;
}



/* NAVIGATION
-------------------------- */

/* FOOTER
-------------------------- */


/* MISC.
-------------------------- */

#support table,
#ticket table
{
  width:100%;
}


input[type=text]
{
  width:100%;
  border:1px solid #000;
  border-width: 0 0 1px 0;
}


/* DISPLAY: NONE
------------------------------------ */

#header,
#navigation,
#home #branding-tagline,
#home #content-center,
#home #photo-gallery,
#breadcrumb,
#content-alt,
#content-supp,
#skip-to-content,
a.more-info,
#section-header,
#frmSubmit,
.no-print,

#footer
{
  display: none;
}

