body {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 720px;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	position: center;
	/*border: 1px green dashed;*/ 
}

a:link,
	a:visited { 
  color: #000000;
  text-decoration: none;
  border: 0px none;
}

a:hover, a:active {
	color: #e8d481;
	text-decoration: none;
	border: 0px none;
}

body img {
	border: 0px none;
}

img {
  padding: 0px 10px 0px 0px;
}

.copy-large {
	font-size: 16px;
	color: red;
	font-family: helvetica, arial, serif;
}

.copy-regular {
	font-size: 13px;
	font-family: helvetica, arial, serif;
	line-height: 125%;
}

.container {
	float: left;
	width: 700px;
	height: relative;
	margin: 0;
	padding: 0;
	position: relative;
}

.container2 {
	float: left;
	width: relative;
	height: relative;
	margin: 0;
	padding: 0;
	background-color: #e1e1e1;
}

.content {
	width: 700px;
	height: relative;
	padding: 0 0 0 30px;
	margin: 0;
	background-color: #e1e1e1;
	float: left;
}

.content h1 {
	color: #000000;
	font-size: 16pt;
	padding: 10px 0 10px 30px;
	margin: 0;
}

.content h2 {
  color: #000000;
  font-size: 12pt;
  padding: 10px 0 10px 30px;
  margin: 0;
 }
 


.leftimg {
	float: left;
	height: relative;
	width: 170px;
	margin: 0;
	padding: 0;
	background-image: url("/media/bricks.jpg");
	background-repeat: repeat-y;
}

div#global-holder {
  float: left;
  margin: 0;
  padding: 0;
	height: 140px;
	width: 720px;
	background-color: red;
	/*border: 1px none dashed;*/
}

#global {
	width: 700px;
	height: relative;
	float: left; 
	margin: 0;
	padding: 40px 0 0 0;
	background-color: red;
	border: 1px none dotted;
}

div#global ul {
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	display: inline;
}

div#global ul li {
	font-size: 19px;
	font-weight: normal;
	padding: 0 0 0 40px;
	margin: 0;
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	display: inline;
}

div#global ul li a:link, div#global ul li a:visited {
	color: #000000;
	text-decoration: none;
}

div#global ul li a:active, div#global ul li a:hover {
	color: #e8d481;
	text-decoration: none;
}

#headimage {
	float: left;
	width: relative;
	height: relative;
	padding: 0 0 20px 0;
	margin: -20px 0 0 0;
}

/* end #global- related -- */


/* begin #content--contains text & other main content*/

div#content {
	float: right;
	width: 66%;
	height: relative;
	margin: 0 5% 0 0;
	padding: 15px 10px 0 10px;
	background: #E1E1E1;
	border: 1px none dashed;
}

#content a:link, #content a:visited {
	color: #993333;
}

#content a:hover, #content a:active {
	color: #e8d481;
}

#content span a {
	font-size: 16pt;
	font-weight: bold;
	line-height: 120%;
}

.content2 {
	float: right;
	text-align: right;
	width: 66%;
	height: relative;
	margin: 0 5% 0 0;
	padding: 15px 10px 0 10px;
	border: 1px none dashed;
}

.content2 a, a:link, {
	color: red;
}

.content2 a:hover, a:active {
	color: #e8d481;
}
	

/* end #content--contains text & other main content*/
div#breadcrumb-row {
  float: left;
	margin: 0;
	padding: 1em 0 0px 30px;
	width: 700px;
	height: 1em;
	font-size: 12px;
}

/*
#breadcrumb-row,
	#breadcrumb-row  a:link, a:visited {
	color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0 20px 0;
  margin: 0;
}

#breadcrumb-row a:hover, a:active {
  	color: #FFFFFF; 
}
*/


/* begin footer-related */

div#footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	padding: 1em 0;
	margin: 0;
	background: red;
	text-decoration: none;
	list-style-type: none;
	height: relative;
	width: 700px;
	border: 1px none dashed;
}

div#footer ul {
	padding: 0 0 0 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
}

div#footer li {
	display: inline;
	padding: 0 0 0 0;
	margin: 0;
	text-decoration: none;
}

div#footer ul li a:link {
	color: #e1e1e1;
	text-decoration: none;
}

div#footer ul li a:hover {
	color: #000000;
	text-decoration: none;
}
/* end footer-related */