/* 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: '';
	content: none;
}
/* 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;*/
}

html, body {
	height: 100%;
}

body {
/* default text for entire site */
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;;
	line-height: 1.5;
/* default text color for entire site */
	color: #000;
/* you can set your own image and background color here */
	background-color: #fff;
}

/* 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 */
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}

p {
	padding: 0;
 	text-align:left;
}

b, strong{
	color: #065d49;
}

hr{
	width: 100%;
	height: 1px;
  color: #065d49;
	margin: 10px 0; 
  background-color: #065d49;
}

/* ------------ h1, h2, h3, h4, h5 ------------ */

h1, h2, h3, h4, h5 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	width: auto;
}

h3 {
   font-size: 14px;
}

h2 {
	padding: 2px;
}

/*default link styles*/
a {
	color: #000;
	text-decoration: none;
	text-align: left;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #fff;
}

a:visited {
	color: #fff;
}

input, textarea, select {
	font-size: 0.95em;
}

/*----------- Global Float ----------- */
.core-float-left {
	float: left;
	display: inline;
}

.core-float-right {
	float: right;
	display: inline;
}
/*----------- Global Center ----------- */
.core-center {
	margin: 0 auto;
}

ul {
	margin: 0 0 0.6em 0;
}

li{
	list-style-image:url("uploads/images/circle.png");
}

ul li {
	margin: 0 0 0 1.5em;
}
/* End of 'default' */

