html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul, ol, dl {position: relative; } 

body {
   font : 76%/1.7 Verdana, Arial, Helvetica, sans-serif;
	background: #ACEBFA url(images/body_bg.jpg) repeat-x;
	text-align: center;
}
h1 {
	font-size: 1.6em;
	padding-bottom: 10px;
}
p {
	margin-bottom: 18px;
}
p.list {
	margin-bottom: 5px;
}
#sub p {
	margin-bottom: 12px;
}
a:link, a:visited {
	color: #027cdf;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #f5176c;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#content {
	position: relative;
	background: #fff url(images/content_bg.jpg) no-repeat left top;
	color: #5a6571;
}
#content img {
	margin: 0;
	padding: 3px;
	border: 1px solid #acebfa;
}
#main {
	width: 550px;
	float: left;
	padding: 30px 10px 20px 30px;
}
p span.name {
	font-size: 1.3em;
	letter-spacing: 0.03em;
	font-weight: bold;
	font-style: italic;
	color: #f5176c;
}
ul {
	list-style: none;
	margin: 0 10px 15px 40px;
}
ul li {
	padding: 0 15px 5px 20px;
	background: url(images/bullet.gif) no-repeat 0 8px;
}

blockquote {
	width: 350px;
	padding: 10px 10px 20px 80px;

}
blockquote p {
	font-family: Palatino, Georgia, "Times New Roman";
	font-size: 1.5em;
	letter-spacing: 0.03em;	
	text-align: center;
	margin-bottom: 0;
}
#sub {
	width: 300px;
	float: right;
	padding: 0 0 0 10px;
	margin: 25px 10px 20px 0;
}
.details {
	padding: 10px 10px 10px 20px;
}
.indent {
	padding-left: 20px;
}
#sub p {
	line-height: 1.5em;
}
#footer {
	padding: 10px 0 15px 0;
	width: 100%;
	background: #acebfa;
	position: relative;
	text-align: center;
}
#footer p {
	font-size: 0.9em;
	margin-bottom: 5px;
}
#footer p.design a:link, #footer p.design a:visited {
	color: #333;
	font-weight: normal;
}
#footer p.design a:hover {
	color: #000;
}
span.large, span.red {
	font-size: 1.2em;
	font-weight: bold;
}

/* Floats */
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.clear {
	clear: both;
}

/* highslide styling */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
   display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
   text-decoration: none;
	padding: 2px;
	border: 1px solid black;
   background-color: white;
   padding-left: 22px;
   background-image: url(highslide/graphics/loader.white.gif);
   background-repeat: no-repeat;
   background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #fff;
    text-decoration: none;
	 font-size: 10px;
	 display: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #fff;
	 display: none;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 520px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul {
	margin-bottom: 5px;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #5a6571;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
   text-align: left;
	padding: 10px;
}
.highslide-body {
	line-height: 1.5em;
}
.highslide-body h1 {
	font-size: 1.2em;
	color: #459a1d;
	font-weight: bold;
	padding-bottom: 10px;
	width: 100%;
}
.highslide-body p {
	margin-bottom: 10px;
	font-size: 1em;
}
.highslide-body strong {
	font-weight: bold;
}
.highslide-body em {
	font-style: italic;
}
.highslide-body h5 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}
.highslide-body a {
	color: #459a1d;
	font-weight: bold;
}
.highslide-body a:hover {
	color: #7ede53;
	font-weight: bold;
	text-decoration: underline;
}
.highslide-body h2 {
	font-size: 1.2em;
	padding-top: 10px;
	font-weight: normal;
	padding-bottom: 7px;
}
.highslide-body img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #7ede53;
}
.highslide-body img.header {
	padding: 0;
	border: 0;
}
.highslide-body img.block {
	display: block;
	float: none;
	margin: 0 auto;
}
.highslide-body ul {
	margin: 0 0 7px 20px;
	padding: 0;
}
.highslide-body ul li {
	padding: 0 0 5px 5px;
	list-style: circle;
}
.highslide-body ul ul li {
   padding-left: 15px;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

