@charset "utf-8";
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
	font: 0.875em/140% 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
p, table {
	padding: 0px 0px 1.2em 0px;
}
ul, ol {
	padding: 0 0 1.2em 4em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* customise */
h1, h2, h3, h4, h5, h6 {
	padding: 0.6em 0px 1em 0px;
	margin: 0px;
	line-height: 120%;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.2em;
	color: #AC1E8A;
	padding: 0px;
	line-height: 120%;
}
h2 {
	font-size: 1.8em;
	color: #AC1E8A;
	line-height: 120%;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a, a:link, a:visited {
	color: #AC1E8A;
	text-decoration: underline;
}
table {
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing: 0;
	margin:0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table th, table td {
	border:1px solid #999999;
	padding:5px;
}
table th {
	font-weight: bold;
}
table caption {
	font-size:1.3em;
	margin:0px;
	padding:0px 0px 0.6em;
}
li {
	line-height: 140%;
	list-style: circle url(none);
}

/* custom classes */
.clearer {
	clear: both;
	display: block;
	line-height: 1px;
	height: 1px;
}
.imageright {
	float: right;
	margin: 0px 0px 10px 10px;
	clear: right;
}
.imageleft {
	float: left;
	margin: 0px 10px 10px 0px;
	clear: left;
}
.smallprint {
	font-size: 0.875em;
}
.highlight {
	color: #F15E22;
}


#container {
	text-align: left;
	position: relative;
	height: auto;
}
#page {
	text-align: left;
	width: auto;
	padding: 0px;
}
#menu {
	display: none;
}
#rightcol {
	float: right;
	width: 260px;
}

#content {
	width: auto;
	float: none;
	padding: 50px 20px 0px 20px;
}
#ktml {
	padding: 30px 0px 0px 0px;
}

#footer {
	position: relative;
	text-align: center;
	font-size: 0.813em;
	padding: 20px 20px 0px 20px;
	color: #666666;
	height: auto;
	margin: 0px;
	line-height: 140%;
}
#footer a {
	color: #666666;
}

.sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
}
.sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
}
