a {
	color: #990066;
	text-decoration: none;
	border-bottom: 1px dashed #990066;
}

a:visited {
	color: #990066;
}



body {
	margin: 0;
	padding: 0;
	font-family: “Helvetica Neue”,Arial,Helvetica,sans-serif;
	font-size: small;
	background: #fff;
 }
 
 .left {
 	margin: 0 35px 20px 0px;
 }
 
 
#wrap {
	min-width: 900px;
	max-width: 1400px;
}

#header-bg {
		background: #ddffbb /*url(siteImages/left-header-2011.jpg) no-repeat top left*/;	
}

#header {
	border-bottom: 3px solid #8f7957;
	background: url(siteImages/right-buildings.png) no-repeat top right;
}

#header h1 {
	float: left;
	text-indent: 30px;
	margin: 0;
	padding: 29px 30px;
	border-style: none;
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-size: 260%;
	text-style: normal;
	text-shadow: #2b2b2b 1px 1px 1px;
	height: 1%;
	color: #990066;
	width: 700px;
}


.clear {
	clear: both;
}


#topbar {
	border-bottom: 3px solid #ddffbb;
}

#topbar ul {
	margin: 0;
	padding: 8px 10px;
	font-size: 120%;
	font-weight: bold;
	color: #FFEBBB;
	text-align: right;
	background: #990066;	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#topbar li {
	display: inline;
	border-left: #8f7957 2px solid;
	padding-top: 8px;
	padding-bottom: 8px;
}

#topbar li:last-child {
	border-right: none;	
}

#topbar li.current {
	font-weight: bold;
	background: #ffffe5;
}

#topbar li.current a {
	color: #4B332D;
	text-decoration: none;
	border-bottom: none;
	background: #ddffbb url(siteImages/current-tab3.png) repeat-x top left;
}

#topbar li a {
	color: #ffffe5;
	text-decoration: none;
	border-bottom: none;
	padding: 8px 10px 10px 10px;
	background: url(siteImages/other-tab4.png) repeat-x top left;
}

#topbar li a:hover {
	text-decoration: underline;
}


#authenticate {
	margin: 0;
	padding: 8px 10px;
	font-size: 110%;
	color: #766257;
	text-align: left;
	background: #E8E8E8 repeat-x top left;
	border-top: solid 1px #c7c7c7;
	border-bottom: solid 1px #c7c7c7;
}

#authenticate strong {
	font-style: bold;
}

#authenticate a {
	color: #766257;
	border-bottom: none;
	text-decoration:underline;
}


#content {
	float: left;
	width: 75%;
	font-size: 100%;
	line-height: 1.5em;
	color: #333;
	min-height: 300px;
}

#content p {
	text-align: justify;
	line-height: 1.4em;
	font-size: 110%;
	font-family: “Helvetica Neue”, Arial, Helvetica, sans-serif;
}

#content h1 {
	border-bottom: dotted #313131 1px;
	padding-bottom: 1px;
	font-size: 150%;
	color: #313131;
	letter-spacing: -0.05em;
	font-family: “Helvetica Neue”,Arial,Helvetica,sans-serif;
}

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #75675b;
	font-family: “Helvetica Neue”,Arial,Helvetica,sans-serif;
}

#content .gutter {
	padding: 40px 50px 50px 50px;
}

#sidebar {
	float: right;
	width: 25%;
	font-size: 110%;
}

#sidebar .gutter {
	padding: 20px 20px 15px 0px;
}

#sidebar  h3 {
	text-transform: none;
}

#footer {
	clear: both;
	background: #e8e8e8 repeat-x top left;	
}

#footer p {
	margin: 0;
	padding: 25px 15px 15px 15px;
	font-size: 85%;
	text-align: center;
	color: #333;
}

#footercontent {
	float: left;
	width: 100%;
	border-top: solid 1px #C7C7C7;
	border-bottom: solid 1px #C7C7C7;
	background: #fff;
}

#footercontent a{
	text-decoration: none;
	border-bottom: none;
}


.box {
	margin: 0;
	padding: 0;
	font-size: 102%;
	line-height: 1.5em;
	height : auto;
  	position : relative;
	color: #666;
	border: solid 1px #C7C7C7;
	background: #E8E8E8;
	}

.box a[href^="http:"], .box a:hover[href^="http:"] {
	padding-right:20px;
	background:transparent url(/siteImages/external.png) center right no-repeat;
}

.box a:hover[href^="http:"] {
	padding-right:20px;
	background: #d5d5d5 url(/siteImages/external.png) center right no-repeat;
}

.box h3 {
	margin: 0;
	padding: 12px 12px 6px 12px;
	font-size: 110%;
	font-weight: bold;
	color: #4B332D;
}

.box ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 105%;
	margin: 0px 0 20px 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.box li {
	border-top: dotted 1px;
}

.box li:last-child {
	border-bottom: dotted 1px;
}

.currentSubmenu ul li {
	font-size: 90%;
}

#sidebar .box ul li.current {
	background: #d5d5d5;
}

#sidebar .box ul li.current a {
	color: #666;
}

#sidebar .box ul li.current a:hover {
	text-decoration: none;
}

.box a {
	display: block;
	text-decoration: none;
	border-bottom: none;
	padding: 2px 0px 2px 2px;
	/*color: #ab0634;*/
}

.box a:hover {
	background: #d5d5d5;
	text-decoration: underline;
}

.box a:active {
	color: #FFFFE5;
	background: #d5d5d5;
}

hr {
	border: dotted 1px #C7C7C7;
	margin: 0 0 20px 0;	
}



#quicklinks{
	float: right;
	margin: 5px 160px 0px 0px;
	padding: 0px;
	font-size: 110%;
}

#quicklinks ul {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;	
	text-indent: -10px;
	line-height: 1.2em;
}

#quicklinks a{
	color: #cb083e;
	text-decoration: none;
	border-bottom: 1px dashed #cb083e;
	text-shadow: #FFFFE5 0.5px 0.5px 1.5px;	
}
