/* layout styles */

* {

margin: 0px;
padding: 0px;
	
}

html {
	
	height:100%;
	
}

body {

	background-color:#e1e6ff;
	height:100%;
}

a img {

border:none;

}

div.clearFloats {
	
	clear:both;	
}

div#main {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-top:27px;
	margin-bottom:27px;
/*	height:100%;
*/	
}

div#heading {
	width:800px;
	height:176px;
	background-image: url(/graphics/headingTopBar.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-bottom:10px;
}

div#heading h1 {

	font-size:1px;
	text-indent:-9999px;
}

div#heading h1#ISMheading1 {
	background-color: #FFF;
	background-image: url(/graphics/headingLogoISM.png);
	background-repeat: no-repeat;
	background-position: 4px 7px;
	width:167px;
	height:160px;
	float:left;
	margin-top:16px;
}

div#heading h1#pageTitle {
width:633px;
	height:160px;
	float:right;
		margin-top:16px;
			background-repeat: no-repeat;

}




div#content {
	float:left;
	width:637px;
	background-color:#f0f2ff;
/*	height:100%;
*/
}

div#content div.marginCreator {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #6b7c9d;
	padding:14px;
/*	height:100%;
*/}



div#columnLeft {

	float:left;
	width:155px;
	margin-right:6px;
	
}

div#columnLeft p#slogan {
	font-size:1px;
	text-indent:-9999px;
	width:127px;
	height:137px;
	background-image: url(/graphics/slogan.jpg);
	background-repeat: no-repeat;
	margin-top:80px;
	margin-right:auto;
	margin-left:auto;
}

div#columnRight {

	width:155px;
	float:left;
	margin-left:6px;
	padding-top:14px;

}

div#quickLinks {
	background-color: #f6f6f6;
		margin-top:100px;
padding-top:50px;
	padding-bottom:50px;

}



ul#primaryNavigation li {

	list-style:none;
	width:155px;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:91%;
	margin-bottom:0px;


}

ul#primaryNavigation li a {

	display:block;
	
	height:22px;
	background-color:#b5ccfe;
	border: 2px solid #6e71b2;
	border-bottom-width:7px;
	text-align:center;
	color:#000;
	text-decoration:none;

}

ul#primaryNavigation li a:hover {

	border-color:#000;

}


.BlueUnder {
	margin-right: auto;
	margin-left: auto;	
	
}

img.decorativeLine {
	display:block;
	margin-right: auto;
	margin-bottom: 18px;	
	margin-left: auto;	
	
}



div#footer {
	
	clear:both;
	width:800px;
	height:122px;
	
} 

div #copyright {
	background-color: #c0c9d8;	
	float:left;
	width:161px;
	height:72px;
	font-size:71%;
	margin-top:60px;
	
}

div #copyright p {
	margin-top:1em;
	margin-bottom:1em;
	
}

div #footerLinks {
	background-color: #edf0f4;	
	float:left;
	width:639px;
	height:72px;
	border-top:60px solid #FFF;
}

img#hitCounter {
	display:block;
	margin-right: auto;
	margin-top: 18px;	
	margin-left: auto;
	clear:both;
	
}
p#hitCounters a {
	text-decoration:none;
	font-size:60%;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}






/* text styles */

p {
	margin-bottom:1.25em;	
	
}

li {
	list-style:none;
	margin-bottom:1em;
}



div#content h1 {
	font-size:140%;
	margin-bottom:1em;
	

}


div#content h2 {
	font-size:120%;
	margin-bottom:.75em;

}


div#columnLeft h2, div#columnRight h2 {
	font-size:100%;
	margin-bottom:1em;
}







div#content h3 {
		font-size:100%;
			margin-bottom:1em;

}



sup {
	vertical-align:text-top;	
}

.thinSpace {
	font-size:20%;	
}


.textAlignCenter {
	text-align:center;	
	
}

.extraBottomMargin {
	
	margin-bottom:3em;
}


.sansSerif {
	font-family:Arial, Helvetica, sans-serif;
		font-size:91%;

}

.red {
	color:#fe0000;	
}

.redDark {
	color:#900;	
}

.blueBright {
	color:#0000ff;	
}

.blueDark {
	color:#153d7a;	
}

.oliveDark {
	color:#333300;	
}

.oliveLight {
	color:#666633;	
}
