body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.style1 {
	color: #6c6c6c;
	font-size: 12px;
	font-family: tahoma;
	text-decoration:none
}
.style2 {
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
	text-decoration:none
}
.style3 {
	color: #6c6c6c;
	font-size: 12px;
	font-family: tahoma;
	text-decoration:none
}
.style4 {
	color: #989898;
	font-size: 12px;
	font-family: tahoma;
}
.style5 {
	color: #292929;
	font-size: 12px;
	font-family: tahoma;
}
.style6 {
	color: #04497F;
	font-size: 12px;
	font-family: tahoma;
}

/*news articles*/

.headline {
	color: #292929;
	font-size: 15px;
	font-family: tahoma;
	font-weight:bold;
}

.title {
	color: #292929;
	font-size: 14px;
	font-family: tahoma;
	font-weight:bold;

}

.source {
	color: #6c6c6c;
	font-size: 11px;
	font-family: tahoma;
}

.author {
	color: #292929;
	font-size: 11px;
	font-family: tahoma;
}
.published {
	color: #292929;
	font-size: 11px;
	font-family: tahoma;
}

ul {margin:0; padding:0}
#ma li { list-style:url(images/point_3.jpg); margin:0 0 0 0px}
#ma a { font-family:arial; font-size:11px; color: #04497F}
#ma2 li { list-style:url(images/point_3.jpg); margin:0 0 0 0px}
#ma2 a { font-family:arial; font-size:11px; color: #04497F}

/*nav*/
img {border: none;}

ul {list-style-type:none;}

/*contact form*/
#main-container{
	width:400px;
	margin:30px auto;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;

	/* rounded corners */
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}



a, a:visited {
	color:#990000;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}



label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	/* A special CSS selector that targets non-IE6 browsers */
	text-indent:8px;
}

.error{
	/* this class is used if JS is disabled */
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:300px;
}

#issues 
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
#issues li
{
padding-left: 20px;
padding-right: 10px;
background-image: url(images/star.png);
background-repeat: no-repeat;
}

#sample_gallery {
clear:both;
}

#sample_gallery img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#container #content #innerleft #sample_gallery .flow {
	float: left;
	margin-right: 25px;
}


/*newsletter signup*/
.attributename  {
	font-size : 12px;
	font-family : Tahoma, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.attributeinput  {
	font-size : 12px;
	font-family : Tahoma, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.required {
	font-size : 12px;
	font-family : Tahoma, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.missing {
	font-size : 14px;
	font-family : Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : red;
}
