/* Start of CMSMS style sheet 'Core Content' */
/* Set core page styles */
/* This section resolves the settings issues, as was cleared in the 'Clear HTML' section */
body {
	text-align: left;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 85%;
	line-height: 1.2em;
	background-color: #FFF;
}

/* General page container */
#pagewrapper {
	max-width: 1400px;      /* IE wont understand these, so we will use javascript magick */
	min-width: 750px;
}

h1 { font-size: 180%; line-height: 1em;}
h2 { font-size: 160%; line-height: 1em;}
h3 { font-size: 140%; line-height: 1em;}
h4 { font-size: 130%; line-height: 1em;}
h5 { font-size: 120%; line-height: 1em;}
h6 { font-size: 110%; line-height: 1em;}

/* default link styles */
/* set all links to have underline and bluish color */
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #fff;
}

/* remove underline on hover and change color */
a:hover {
	text-decoration: underline;
        color: #00f;
}

hr{ margin: .25em; }

strong, b { /* explicit setting for these */
   font-weight: bold; }

em, i { /* explicit setting for these */
   font-style: italic; }

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: "Courier New", Courier, monospace, serif;
	font-size: 1em;
}

pre {
	border: 1px solid #000;  /* black border for pre blocks */
	background-color: #ccc;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

blockquote {
	margin-left: 2em;
}

/* End of 'Core Content' */

