/*
--------------------------
    NCMC - Content pages style sheet
    Copyright 2008 aspace studio. All Rights Reserved.
__________________________
*/


*{
	margin: 0;
	padding: 0;
}

#conference {
	background-color: white;
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: 2px dotted #990000;
}

cite {
	font: italic bold 110% Georgia, "Times New Roman", Times, serif;
}

body
{
font: 75%/150% verdana, arial, helvetica, sans-serif;
background: url(../images/body-bg.png) repeat-x top  #f5ecd4;
}

 li {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}

p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}

#prac-text {
	font-size: 90%;
padding: 0px 5px 15px 15px;

}

a{
	color: #a21f21;
	text-decoration: none;}
a:hover, a:active {
	text-decoration: underline;
	border: none;
}

h1{
	font: 2.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 0.8em;
}
h2{
	font: 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 0.5em;
}

h3{
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: .125em;
	margin-bottom: 0.8em;

}

h4{
	width:  180px;
	font-size: 1.6.em; 
	text-transform: uppercase; 
	font-style: italic; 
	letter-spacing: 2px; 
	background: #f8981d; 
	color: #a21f21; 
	padding: 5px; 
	margin-bottom: 0.5em;
	text-align: center;	
}
h5{
	letter-spacing: .5px; 
	color: #3f3f30;
	margin-bottom: 0.8em;
	font: italic 2.25em/130% Georgia, "Times New Roman", Times, serif;
}

h6 {color:#0a144d ;
	font-size: 110%;
	font-weight: bold;
	text-transform: capitalize;
}

.clear {
	clear: both;
}
div#page-wrap {
	width: 800px;
	margin:  0 auto;
}

ul#nav {
	height:185px; 
	background: url(../images/header-bg.png)
		no-repeat 0 30px; 
	list-style: none;
	padding: 0px;
	margin: 0;

}

ul#nav li {
width: 110px; 
	float:  left; 
	margin: 0px;
	padding: 0;
}

ul#nav li a {
	float:  left; 
	margin-top: 180px;
	color: #a21f21;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	text-align: center;
}


ul#nav li a:hover, ul#nav li a:active {
	color: #FF9900;
}

.onthispage {
	color: #FF9900;
}

div#main-content {
	padding-top: 100px; padding-bottom: 50px;
}

div#main-content div#left-column {
	float: left;
	width:  510px;
	display: inline;
	/*stops right column slipping under*/
}

div#main-content div#left-column div#quick-jumps1{
	width:  200px;
	float: right;
	margin-left: 15px;
	background: url(../images/apple.png)
		bottom center no-repeat ;
		padding-bottom: 135px; 
		 

}
div#main-content div#left-column div#quick-jumps1 p{
	
	text-transform: uppercase;
	font: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	}

div#main-content div#left-column div#quick-jumps1 p span{
	color: #3f3f30;
}

div#main-content div#left-column div#quick-jumps2{
	width:  200px;
	float: left;
	margin-right: 15px;
	background: url(../images/redbag.jpg)
		bottom right no-repeat ;
		padding-bottom: 200px; 
		 

}
div#main-content div#left-column div#quick-jumps2 p{
	
	text-transform: uppercase;
	font: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	}

div#main-content div#left-column div#quick-jumps2 p span{
	color: #3f3f30;
}

div#main-content div#left-column div#quick-jumps a{color: black;}

div#main-content div#right-column {
	float: right;
	width:  240px;
	border-top: 8px solid;
	border-color: #990000;
	padding: 15px 5px 15px 10px;
	
	margin-left: 20px;
	background-color: #fbb263;
}


div#main-content div#right-column p {
	font-size: 90%;
}

#sponsor a img {
border-color:none;
align: center;
}

div#footer {
	background-color: #990000;
	color: white;
	padding: 15px;
border-top: 5px double white;
text-align: center;
}
div#footer a{
	color: white;
}

div#footer a:hover, a:active{
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.image {
  border: 1.9px solid #000000;
  padding: 10px 7px 35px 7px;
  background: #fff;
  margin: 0;
}
img, {
  margin: 0px;
}
.image, .polar {
  position: relative;
  bottom: 4px;
  right: 4px;

 
}
.polar { background: #ccc; }
.contain { width: 120px;margin:15px;   float: left;}


    
.caption {
  position: relative;
  top: -35px;left:5px;
  font: .9em "Lucida Handwriting", "Comic Sans MS", cursive, fantasy;
}

.anchorlinks {
  position: relative;
  top: -35px;left:5px;
  margin: 0px;
}

.top {
  position: relative;
  margin: 0px;
}

.aheader {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	border: none;
}

/* My Comment */

hr {color: #f5ecd4; background-color: #f5ecd4; border: 2px dotted #990000; border-style: none none dotted;
	width: 80%;
}

 