/* CSS Document */
body{
background: #fff url(../images/inner-bg.jpg) repeat-x scroll;
font-family: verdana, arial, sans-serif;
font-size: 10pt;
margin: 0px auto;
padding: 0px auto;
}

a, a:link, a:active, a:visited {
text-decoration: none;
font-weight: bold;
font-size: 13px;
/*color: #ff0;*/
}

a:hover{
text-decoration: underline;
}

img{
	border: 0px;
}

#wrapper{
	margin: 0px auto;
	padding: 0px;
	width: 775px;
	height: auto;
    overflow: hidden;
}

#header{
	margin: 0 0 25px 0;
	padding:	0px;
	width: 775px;
	height: 98px;
	overflow: hidden;
}

#logo{
	width: 114px;
	height: 98px;
	margin: 0px;
	float: left;
}

#dma-banner{
	/*background: #fff url(../images/dma-banner.jpg) no-repeat scroll;*/
	width:  661px;
	height: 69px;
	margin: -3px 0 7.5px 0;
	float: left;
}

#nav-field{
	width: 661px;
	height: 29px;
	color: #ff0;
	text-align: center;
	margin: 0 0 25px 0;
	float: left;
	padding: 0px;
}

#nav-field a{
	color: #ff0;
}


#event-banner{
	width: 775px;
	height: 226px;
	margin: 0 0 25px 0;
	padding: 0;
	overflow: hidden;

	/* begin temp settings 
	background-image: url(../images/event-banner.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 80px;
	margin-bottom: -70px;	
	color: #fff;
	font-weight: bold;
	end temp settings */
}

#content{
	width: 775px;
	height: auto;
	overflow: hidden;
	margin: 0px;
}

#side-panel{
	width: 210px;
	height: auto;
	float: left;
	text-align: left;
	overflow: hidden;
	/*
	padding-left: 10px;
	padding-top: 10px;
	*/
	margin-right: 15px;
	border: 1px solid #e2e2e2;
	padding-bottom: 25px;
}

#news-panel{
	/*background-color: #e2e2e2;*/
	padding: 10px
}

#dma-logo-box{
	height: auto;
	width: auto;
	text-align: center;
	background-color: #fff;
	margin-bottom: 10px;
}

#section-content{
	width: 540px;
	height: auto;
	float: left;
	overflow: hidden;
}

#no-content{
	width: 540px;
	height: auto;
	float: left;
	overflow: hidden;
	padding-top: 125px;
	text-align: center;
}


h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #00c;
}

h1{
	font-size: 140%;
	text-align: center;
}

h2{
	font-size: 125%;
	text-align: center;
}

h3{
	font-size: 110%;
	text-align: center;
}

h4{
	font-size: 100%;
	margin-bottom: 3px;
}

p{
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
}

p.centered{
	text-align: center;
	font-weight: bold;
}

.small-text{
	font-size: 7pt;
	text-align: center;
}

.small-text2{
	font-size: 7pt;
	text-align: justify;
}

ol li{
	margin-bottom: 10px;
}


ul.nobullets-1{
	margin-top: 0;
 	margin-left: 0;
 	list-style: none;
 	display:inline;
}

ul.nobullets-1 li{
	line-height: 15pt;
}

ul.squares-1{
	margin-top: 0;
 	margin-left: 0;
 	list-style: square;
 	display: inline;
	font-size: 8pt;
}

ul.squares-1 li{
 	margin-left: 15px;
	line-height: 15pt;
}

img.link{
	margin: 2px 4px;
	padding: 0px;
	border: 0px;
}

#footer{
	font-size: 8pt;
	margin: 10px; auto;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
}

#copyright-text {
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
	color: #999;
}


#footer a{
	font-size: 8pt;
	font-weight: normal;
}

.clear-1{
	clear: both;
}

.clear-2{
	clear: both;
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

form{
	text-align: center;

}

.input-wrapper{
	width: auto;
	height: auto;
	overflow: hidden;
	line-height: 200%;
}

.labels{
	float: left;
	text-align: left;
	width: 15%;
	/*line-height: 200%;*/
}

.fields{
	float: left;
	text-align: left;
	width: 50%;
	/*line-height: 200%;	*/
}

.labels2{
	float: left;
	text-align: left;
	width: 25%;
	/*line-height: 200%;*/
}

.fields2{
	float: left;
	text-align: left;
	width: 70%;
	/*line-height: 200%;	*/
}

#article-searchbox{
	border: 1px solid #e2e2e2;
	padding: 10px;	
}

.required-field{
	font-weight: bold;
	color: red;
}