/* Inner styles */
@import url("innerstyles.css");

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#4f4f4f;
	background:url(../images/bg_page.gif) repeat-x left top;
	}

#wrapper {
	width:100%;
	margin:0 auto;
	}
#header {
	width:956px;
	height:176px;
	margin:0 auto;
	}
#content {
	width:956px;
	padding:15px 0;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
#footer {
	width:100%;
	clear:both;
	overflow:hidden;
	background:url(../images/bg_footer.gif) repeat-x left top #808080;
	}
h1 {
	font-size:18px;
	margin:    0 0 0.5em 0;
	}
h2 {
	font-size:16px;
	margin:    0 0 0.5em 0;
	}


a.linktype1 {
	text-decoration:none;
	color:#193784;
	font-weight:bold;
	float:right;
	padding:0 0 0 15px;
	background:url(../images/icon_linktype1.gif) no-repeat left center;
}
a.linktype1.courses {
  margin-right:  20px;
}


/* make footer stick to bottom of screen */
/* see http://www.themaninblue.com/writing/perspective/2005/08/29/ */
html, body {
    height: 100%;
}
#wrapper
{
position: relative;
min-height: 100%;
}

* html #wrapper
{
height: 100%;
}

#wrapper-inner
{
padding-bottom: 290px;
}

#footer
{
position: relative;
margin-top: -270px;
}

