/* HTML Elements---------------------------------------------------------------------------------------------*/

html { 
	font-size: 100%; /* IE hack - to make IE 5 show fonts consistently see comment below on font-size */
	height:100%; 
}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;
	background-attachment:fixed;
}

a, a:link, a:active, a:visited {
	text-decoration:underline;
	color:#BE1035;
}
	
a:hover { 
	text-decoration:underline;
}

img {
	border:none; 
}
	
a img {
	border:none; 
}

ul {
	color:#000000;
	margin:5px 0 0;
	padding:10px 10px 10px 26px;
	list-style-type:square;
}

li {
	padding-bottom:9px;
	color:#000000;
	font-size:9pt;
	line-height:17px;
}

h1 {
	margin-top:0;
	padding-bottom:6px;
	font-weight:normal;
}

h2 {
	color:#000000;
	font-size:11pt;
	font-weight:bold;
	padding:10px 0;
	position:relative;
}

h3 {
	margin-top:0;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}

h4 {
	color:#000000;
	font-size:9pt;	
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:6px;
	margin-top:0;
}
	
h5 {
	color:#000000;
	font-size:10pt;	
	font-weight:bold;
	margin-top:0px;
	margin-bottom:6px;
}

.clear { clear:both; }

p {
	margin-top:5px;
	margin-bottom:15px;
	line-height:17px;
	color:#000000;
	font-size:10pt;
}

.ContentImgLeft{
	float:left;
	padding-right:15px;
	padding-left:0 !important;
	position:relative;
}

.ContentImgRight{
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	position:relative;
}
.aboutus a, .getinvolved a, .hcpsstudentstaff a, .newsphotos a, .excellenceeducation a, .scholarships a, .schoolenrichment a, .teachingtools a, .search a {
	font-size:10pt;
	text-transform:uppercase;
}
.aboutus, .aboutus h3, .aboutus a, .careerteched, .careerteched h3, .careerteched a {
	color:#0066CC;
}
.getinvolved, .getinvolved h3, .getinvolved a, .excellenceeducation, .excellenceeducation h3, .excellenceeducation a {
	color:#e1720f;
}
.hcpsstudentstaff, .hcpsstudentstaff h3, .hcpsstudentstaff a, .scholarships, .scholarships h3, .scholarships a {
	color:#9966CC;
}
.newsphotos, .newsphotos h3, .newsphotos a, .schoolenrichment, .schoolenrichment h3, .schoolenrichment a {
	color:#FF0066;
}
.teachingtools, .teachingtools h3, .teachingtools a {
	color:#6666CC;
}
.search, .search h3, .search a {
	color:#BE1035;
}
.aboutus h3, .getinvolved h3, .hcpsstudentstaff h3, .newsphotos h3, .careerteched h3, .excellenceeducation h3, .scholarships h3, .schoolenrichment h3, .teachingtools h3, .search h3, .security h3 {
	margin:0;
}
.aboutus a, .getinvolved a, .hcpsstudentstaff a, .newsphotos a, .careerteched a, .excellenceeducation a, .scholarships a, .schoolenrichment a, .teachingtools a, .search a {
	font-size:10pt;
}

/* Layout Styles---------------------------------------------------------------------------------------------*/
#PageWrapper {	
	margin:0 auto;
	padding:10px 75px 0 75px;
	width:820px;
	min-height:900px;
	background:url(../Images/Common/site-bg.gif) repeat-y;
}

#InnerWrapper {
	padding-bottom:30px;
	width:820px;
	height:100%!important;
}