.Border {
	padding:3px;
	border:1px solid #555;
}

.Double-Border {
	padding:3px;
	border:3px double #555;
}

.Dotted-Border {
	padding:3px;
	border:1px dotted #555;
}

.Thick-Border {
	padding:3px;
	border:2px solid #555;
}

.Light-Border {
	padding:3px;
	border:1px solid #999;
}

.Light-Double-Border {
	padding:3px;
	border:3px double #999;
}

.Light-Dotted-Border {
	padding:3px;
	border:1px dotted #999;
}

.Light-Thick-Border {
	padding:3px;
	border:2px solid #999;
}

/* Tiny Styles */

html, body {
	padding:0;
	margin:0;
}

body *:first-child {
	margin-top:0;
}
body#tinymce { background:#ffffff; }
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
body {
	line-height: 1;
	color: white;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Start of Default Styling */

p {
	padding: 5px 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 10px;
	font-weight: bold;
	color: #000055;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
ol,
ul {
	list-style: inside;
}
body {
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffcc;
}
body,
body * {
	line-height: 1.2em;
}
a:link,
a:visited,
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #77d777;
	text-decoration: none;
}

/* Template Styling */

#wrapper {
	margin: 20px;
	border: 1px solid #000000;
	background: transparent url("http://www.schooljotter.com/images/keighleytown/wrapper-background.jpg") repeat-x 0px 0px;
}

#inner-wrapper {
	width: 891px;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 117px;
	background: transparent url("http://www.schooljotter.com/images/keighleytown/header.jpg") no-repeat 0px 0px;
}

#nav {
	padding-left: 50px;
}
	#nav ul,
	#nav li {
		list-style: none outside;
	}
	#nav li,
	#nav a,
	#nav span {
		display: block;
	}
	#nav li {
		float: left;
		min-width: 0px;
		width: auto !important;
		width: 0px;
	}
	#nav a {
		padding-right: 15px;
	}
	#nav li.selected a {
		color: #0000ff;
	}
	#nav span {
		font-size: 1.2em;
		line-height: 32px;
		font-weight: bold;
	}

#content {
	padding: 20px 0px;
}

#footer {
	color: #aaaaaa;
	text-align: center;
	padding-bottom: 10px;
}
	#footer a {
		color: #0000ff;
	}
