.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; }
/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/* Default Styles */
h1 {font-size:138.5%;} /* 18px; */
h2 {font-size:123.1%;} /* 16px; */
h3 {font-size:108%;} /* 14px; */
h1,h2,h3 {margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong {font-weight:bold;}
abbr,acronym {border-bottom:1px dotted #000;} 
em {font-style:italic;}
blockquote,ul,ol,dl {margin:1em;}
ol,ul,dl {margin-left:2em;}
ol li {list-style: decimal outside;}
ul li {list-style: disc outside;}
dl dd {margin-left:1em;}
th,td {padding:.5em;}
th {font-weight:bold;text-align:center;}
caption {margin-bottom:.5em;text-align:center;}
p,fieldset,pre {margin-bottom:1em;}
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;} /* 160px; */

* html body {
	height:100%;
}

* html #wrapper {
	height:100%;
}

body {
	background:#d8e9f0;
}

#wrapper {
	width:953px;
	left:50%;
	margin-left:-477px;
	position:absolute;
	min-height:100%;
	background:url(http://www.schooljotter.com/assets/athlone-2089-tile.gif) #45a8c4;
}

#header {
	width:953px;
	height:0;
	padding-top:187px;
	overflow:hidden;
	background:url(http://www.schooljotter.com/assets/athlone-2089-header.jpg) no-repeat;
}

#menu {
	width:154px;
	float:left;
	padding-bottom:3em;
}

#menu ul {
	margin:0;
}

#menu ul li {
	list-style:none;
	width:118px;
	height:31px;
	padding-left:30px;
	background:url(http://www.schooljotter.com/assets/athlone-2089--menu.gif) no-repeat;
	margin:6px 0 0 5px;
}

#menu ul li a {
	display:block;
	height:31px;
	line-height:31px;
	text-decoration:none;
	color:#eee9d1;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#submenu {
	width:799px;
	height:34px;
	float:right;
}

#submenu ul {
	padding:0 15px;
	margin:0;
}

#submenu ul li {
	list-style:none;
	padding:0 12px;
	float:right;
	background:url(http://www.schooljotter.com/assets/athlone-2089--middle.gif) repeat-x;
}

#submenu ul li a {
	height:34px;
	line-height:34px;
	text-decoration:none;
	color:#eee9d1;
}

#submenu ul li a:hover {
	text-decoration:underline;
}

#submenu ul li.first {
	padding-right:20px;
	background:url(http://www.schooljotter.com/assets/athlone-2089--last.gif) top right no-repeat;
}
	
#submenu ul li.last {
	padding-left:20px;
	background:url(http://www.schooljotter.com/assets/athlone-2089--first.gif) top left no-repeat;
}

#content {
	width:769px;
	padding:1px 15px 3em 15px;
	float:left;
}

#footer {
	width:933px;
	position:absolute;
	bottom:0;
	left:0;
	height:2.6em;
	line-height:1.7em;
	text-align:right;
	padding:0 10px;
	background:url(http://www.schooljotter.com/assets/athlone-2089-footer.gif) bottom repeat-x;
}

#footer a {
	color:#0033FF;
}