@charset "utf-8";
/* CSS Document */

body{
background-color: #F5DD92;
margin: 20px 0px 10px 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #422A12;
}

a:link {
	color: #D33847;
	text-decoration: none;
}
a:visited {
	color: #D33847;
	text-decoration: none;
}
a:hover {
	color: #D33847;
	text-decoration: underline;
}
a:active {
	color: #D33847;
	text-decoration: underline;
}

h1 { 
margin: 0px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-style: bold;
font-size: 18px;
color: #333333;
}

h2 { 
margin: 0px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-style: bold;
font-size: 15px;
color: #333333;
}

h3 { 
margin: 25px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-style: bold;
font-size: 15px;
color: #333333;
}

.tinytext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

#times {
width: 450px;
margin: 0px auto 25px auto;
font-family: Times New Roman, Times, serif;
font-size: 16px;
font-style: italic;
font-weight: bold;
color: #333333;
text-align: center;
}

#maincontainer{
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
width: 960px;
height: 172px;
background-image: url(images/iahusnc_banner.jpg);
background-repeat: no-repeat;
position: relative;
border-color: #D33847;
border-width: 0px 0px 2px 0px;
border-style: solid;
}

#topsectionabout{
width: 960px;
height: 172px;
background-image: url(images/aboutbanner.jpg);
background-repeat: no-repeat;
position: relative;
border-color: #D33847;
border-width: 0px 0px 2px 0px;
border-style: solid;
}

#topsectionmembership{
width: 960px;
height: 172px;
background-image: url(images/membershipbanner.jpg);
background-repeat: no-repeat;
position: relative;
border-color: #D33847;
border-width: 0px 0px 2px 0px;
border-style: solid;
}

#topsectionevents{
width: 960px;
height: 172px;
background-image: url(images/eventsbanner.jpg);
background-repeat: no-repeat;
position: relative;
border-color: #D33847;
border-width: 0px 0px 2px 0px;
border-style: solid;
}

#topsectionpublications{
width: 960px;
height: 172px;
background-image: url(images/publicationsbanner.jpg);
background-repeat: no-repeat;
position: relative;
border-color: #D33847;
border-width: 0px 0px 2px 0px;
border-style: solid;
}

#topsectioneducation{
width: 960px;
height: 172px;
background-image: url(images/educationbanner.jpg);
background-repeat: no-repeat;
position: relative;
border-color: #D33847;
border-width: 0px 0px 2px 0px;
border-style: solid;
}

#nav {
	width: 940px;
	height: 16px;
	position: relative;
	left: 0px;
	top: 134px;
	text-align: center;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00A4E3;
	border-color: #D33847;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
}

#contentwrapper{
float: left;
width: 100%;
background: #FFF2C8;
border-color: #D33847;
border-width: 0px 0px 2px 0px;
border-style: solid;
background-image: url(images/sidebg.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

#contentcolumn{
margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #FFFFFF;
padding: 25px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
}

#sideabox {
width: 160px;
padding: 25px 0px 0px 0px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333333;
margin-left: auto;
margin-right: auto;
}

#sideabox2 {
width: 160px;
padding: 25px 0px 0px 0px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #333333;
margin-left: auto;
margin-right: auto;
}

.sideatext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0px 0px 0px 0px;
font-weight: normal;
color: #333333;
}

#sidebbox {
width: 160px;
padding: 25px 0px 0px 0px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
margin-left: auto;
margin-right: auto;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 10px 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 2em;
}

.innertube{
margin-bottom: 30px;
}

#conferences {
width: 450px;
margin: 25px auto 0px auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #333333;
text-align: center;
}

img.side {
margin: 0px 0px 7px 0px;
}

img.rightmargin {
margin: 0px 90px 0px 0px;
border: none;
}

img.left {
margin: 0px 15px 5px 0px;
border: none;
}
