/* Start of CMSMS style sheet 'default' */
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%;
	vertical-align: baseline;
	background: transparent;
}

* {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

dfn {
	display: none;
	overflow: hidden;
}

/* ----------- Clear Floated Elements ----------- */
html body .util-clearb {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* ----------- Fix to Clear Floated Elements ----------- */
.util-clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.util-clearfix {
	display: inline-block;
}

* html .util-clearfix {
	height: 1%;
}

.util-clearfix {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
/* default text for entire site */
	font: normal 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
/* default text color for entire site */
	color: #4f3017;
/* you can set your own image and background color here */
	background: #000 url(uploads/images/bk.jpg) no-repeat scroll center top;
}


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}

/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}

/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}

p {
 	text-align:left;
}

/*default link styles*/
a:link,
a:visited {
	text-decoration: underline;
	color: #4f3017; /*#1a69ac;*/
        font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #4f3017; /*#1a69ac;*/
        font-weight: bold;
}

/* ------------ h1, h2, h3, h4, h5 ------------ */

h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-weight: normal;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	position: relative;
	top: 76px;
	left: 69px;
	z-index: 2;
}

h2 {
	color: #1a69ac;
	font-size: 19px;
	line-height: 1em;
	padding-bottom: 6px;
}

h3 {
	color: #4f3017;
	font-size: 12px;
	margin: 0 0 3px 0;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
}

h5 {
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

/*----------- Classes ----------- */

/*----------- Floats ----------- */
.core-float-left {
	float: left;
	display: inline;
}

.core-float-right {
	float: right;
	display: inline;
}

.core-center {
	margin: 0 auto;
}
/* End of 'default' */

