/* HTML Elements */ 

	a {} /* Avoid using as will assign it to <a name=""> */
		a:link{
			color: #2248AB;
			}
		a:visited {
			color: #23347C;
			}
		a:hover {
			color: #297E9D;
			} 
	
	body {
		background: #EDE6DF url(http://www.cednc.org/06redesign/assets/images/ui/bg_body.gif);
		font: 69%/120% Verdana, Arial, Helvetica, sans-serif;
		}
	
	dd {
		margin-left: 0;
		padding-bottom: 8px;
		}
		
	dl, ol, ul {
		margin-top: 0;
		}		
	
	dt {
		font-weight: bold;
		padding-bottom: 2px;
		}
		
	fieldset {
		border: none;
		margin: 0;
		padding: 0;
		}
		
	form {
		margin: 0;
		padding: 0;
		}
	
	li {
		padding-bottom: 3px;
		padding-top: 3px;
		margin: auto auto auto 0;
		}
		li p, li h2 {
			font-size: 100%;
			}
	
	p, td {
		margin-top: 0;
		}
		p {
			margin-bottom: 1.5em;
			}
	
	h1, h2, h3, h4, h5, h6 {
		color: #816B51;
		font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
		margin: 0 0 7px;
		}
		h1 {
			font-size: 175%;
			font-weight: normal;  
			}
		h2 {
			font-size: 155%;
			font-weight: normal;  
			line-height: 100%;
			}
		h3 {
			font-size: 130%;
			font-style: italic;
			font-weight: normal;
			line-height: 100%;
			}
		h4 {
			font-size: 120%; 
			font-weight: normal; 
			line-height: 100%;
			}
		h5 {
			font-size: 110%; 
			}
		h6 {
			font-size: 100%; 
			}
	
	img {
		border: none;
		}
		

/* Format Classes */

	.alignLeft {
		clear: left;
		float: left;
		width: 40%;
		}
		li.alignLeft {
			width: 45%;
			}
			
	.alignLeftImage {
		clear: left; 
		float: left;
		display: inline;
		padding: 3px 12px 3px 0;
		}			
	
	.alignRight {
		clear: right; 
		float: right;
		width: 40%;
		}
		li.alignRight {
			clear: none;
			float: none;
			width: auto;
			}
			
	.alignRightImage {
		clear: right; 
		float: right;
		display: inline;
		padding: 3px 0 3px 12px;
		}
		
	.clearFloat {
		clear: both;
		padding-top: 1em;
		}

	.clearFloatLeft {
		clear: left;
		padding-top: 1em;
		}		

	.clearFloatRight {
		clear: right;
		padding-top: 1em;
		}			
			
	.hidden {
		display: none;
		}
	
	.highlight {
		background: yellow;
		font-size: 100%;
		font-weight: bold;
		}
		.highlight a {
			text-decoration: none;
			}
			
	.last {
		padding-bottom: 0;
		margin-bottom: 0;
		}
	
	.linkPdf {

		background: url("/assets/images/ui/bg_acrobat.gif") no-repeat 100% 2px !important;
		padding: 0 15px 0 0;
		}

	.linkThrough {
		clear: right;
		float: right;
		font-size: 89%;
		margin: 0;
		padding: 0;
		width: auto;
		}
		a.linkThrough {
			text-decoration: none;
			}
		a.linkThrough:hover {
			text-decoration: underline;
			}
	
	.magTitle {
		font-style: italic;
		}
		
	.nextConference {
		color: red;
		font-weight: bold;
		}
	
	.registerButton {
		background: #3A839C;
		border-bottom: 1px solid #34778D;
		border-left: 1px solid #34778D;
		border-right: 1px solid #4BA0BC;
		border-top: 1px solid #4BA0BC;
		font-size: 79%;
		padding: 1px 2px;
		text-decoration: none;
		}
		a.registerButton:link, a.registerButton:visited {
			color: #fff;
			}		
	
	.twoColList {}
		.twoColList li {
			float: left;
			padding-bottom: 10px;
			padding-right: 5%;
			width: 40%;
			}