/* Stylesheet for mssc.CMIA32.org */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}
	
p, ul, li, dl, dt, dd {
	text-align: left;
	font-size: 0.86em;	
	 }	
	
/* Start the custom styles */

body {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	color: #222;
	background-color: #046;
	line-height: 1.2em;
	height: 100%;
	margin-left: 40px;
}

div#wrapper {
	width: 960px;
	background-color: #fff;
	box-shadow: 12px 12px 20px #000;
	}
	
h1, h2, h3, h4, h5, h6, p {
	margin: 0.5em 0; }
	
#header h1, h2 {
	position: relative;
	left: -9999px;
	}

a {text-decoration: none; }
a:link {color: blue; }
a:visited {color: blue; }
a:hover {color: red; }
a:active {color: red; }

a[href $='.pdf'] {
   padding-right: 18px;
   background: transparent url(http://www.cmia32.org/images/icon_pdf.gif) no-repeat center right; 
}

a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(http://www.cmia32.org/images/icon_mail.gif) no-repeat center right; 
}

header {
	height: 10px;
	position: relative;
	left: -9999px;
}

aside {
	float: left;
	width: 320px;
	padding: 12px;
}
	
nav {
	width: 100%;
}	

section {
	float: left;
	width: 560px;
	left: 20px;
	border-left: 1px #888 solid; 
	padding: 0;
	margin: 0;
	text-align: left;
}

article {
	text-align: left;
	margin: 0 10px 40px 10px;
	width: 95%;
}
		
nav ul {
	list-style: square;
}
	
	.nav li {
		font-size: 0.85em;
		margin: 0 10px;
		list-style: none;
	 }
	
		.nav li a {
			display: block;
			padding: 2px;
			}
	
			.nav li a:link {
				background-color: #eee;
				border: 1px #ddd ridge;
				}
	
			.nav li a:visited {
				background-color: #eee;
				border: 1px #ddd ridge;
				}
	
			.nav li a:hover {
				background-color: #eee;
				border: 1px #ddd outset;
				}
	
			.nav li a:active {
				background-color: #ccc;
				border: 1px #ddd inset;
				}
				
footer {
	clear: both;
	width: 900px;
	background-color: #fff;
}

footer p {
	text-align: center;
	padding: 20px;
	border-top: 1px #888 solid;
	font-size: 0.8em;
}
	
h3 {
	color: #255b70;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: 600;
	font-style: normal;
	line-height: 1.1em;
	width: 96%;
	border-bottom: 1px #888 solid;
}

h4 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4 em;
	font-weight: bold;
	font-style: italic;
}
	
				
	