@charset "UTF-8";

/* 
ARCHITECTURE
-------------------------------------------------------------- */
.nic #container { 
	width: 960px;
	background-image:url(NIC_2010_graphics/background_stretch.gif);
	margin: 0 auto;
	border: 1px solid #811F86;
	text-align: left;
	}
	
.nic #sidebar1 {
	float: left;
	width: 295px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	}

.nic #mainContent { 
	margin: 0 0 0 315px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: 605px;
	padding: 20px;
	} 



/* 
TEXT
-------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
	font: Arial, Helvetica, sans-serif;
	}

h1 {
	color: #000;
	font-weight:bold;
	font-size: 24px;
	margin: 115px 0px 20px 0px;
	}

h2 {
	font-size: 21px;
	color: #FFF;
	background-color:#EC6F00;
	text-transform:capitalize;
	padding: 7px 12px;
	margin: 30px 0px 8px 0px;
	}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 13px;
	color:#FFF;
	margin:25px 45px 8px 45px;
	padding:5px 10px;
	text-align: center;
	background-color:#84a5de;
	}
	
h4 {
	font-size: 13px;
	color: #292929;
	text-align: center;
	margin:8px 0 0 0;
	}
	
h5 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 15px;
	color:#FFF;
	margin:25px 45px 8px 45px;
	padding:5px 10px;
	text-align: center;
	background-color:#84a5de;
	}	
	
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#811F86;
	margin:75px 0 20px 0;
	padding-top:3px;
	border-top:1px dotted #811F86;
	}

body  {
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:19px;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #292929;
	}

.sidebarText {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#292929;
	}
	
.sidebarTextBold {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:#811F86;
	}
	
.sidebarTextArial {
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#666;
	}

.sidebarSpacer {
	height:50px;
	}
	
em {
	color: #811F86;
	font-weight:bolder;
	font-size:14px;
	font-style:normal;
	}


.indent {
	margin-left: 18px;
	margin-right:18px;
}

A:link {
	text-decoration: none
	}
	
A:visited {
	text-decoration: none
	}

A:active {
	text-decoration: none
	}
	
A:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom-width: 1px;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-style: dotted;
	}
	
.nohover a:hover {
	border-style:none;
	}

/* 
LISTS
-------------------------------------------------------------- */
ul {
	margin-bottom:50px;
	}

ul .last {
	margin-bottom: 20px;
	}
	
li {
	margin-bottom: 15px;
	}



/* 
FLOATS
-------------------------------------------------------------- */
.fltrt {
	float: right;
	}

.fltlft {
	float: left;
	}
	
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}