@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	font-family:"Myriad Pro";
}
h1 {
	text-decoration: none;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	}
h2 {
	text-decoration: none;
	display : inherit;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	}
.container {
	margin-right: auto;
	margin-left: auto;
}
.content, footer {

}
.content {
	clear:both;
	overflow:hidden;
}
footer {
	color: rgb(102,102,102);
	text-align: right;
	padding-right: 52px;
}
footer h1 {
	font-weight: bold;
	font-size: 18px;
}
footer p {
	font-size: 12px;
}
footer p.hightlight {
	color:rgba(12,115,182,1);
}
footer p:last-child {
	padding-bottom: 14px;
	margin-right: -10px;
	padding-right: 10px;
}
/*   CONTENT PAGE  */


section[role=main] {
	clear: both;
	overflow: hidden;
}
section[role=main] h1 {
	color: rgba(56,167,219,1.00);
	font-weight: bold;
	font-style: italic;
	border-bottom: solid 1px #CCC;
	/* [disabled]padding: 0 0 6px 0; */
}
section[role=main] h1 em {
	font-weight:normal;
}

section[role=main] article h2 {
	font-size:14px;
	color:#333;
	font-weight:bold;
	padding:0 0 7px 0;
}

section[role=main] article p {
	font-size:12px;
	color:#999;
	font-style:italic;
}
section[role=main] article a {
	font-size:14px;
	color:#333;
	font-weight:bold;
}

section[role=main] li {
	font-size: 14px;
	color: #333;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 35px;
	border-bottom: dotted 1px #ccc;
	list-style-type: none;
	margin-bottom: -35px;
	margin-top: 40px;
}
section[role=main] li h2 {
	font-size: 14px;
	color: #4D4D4D;
	padding-top: 0;
	padding-right: 0;
	padding-left: 180px;
	padding-bottom: 0px;
}
section[role=main] li p{
	font-size: 12px;
	/* [disabled]padding-top: 0; */
	padding-right: 0;
	padding-left: 180px;
	/* [disabled]padding-bottom: 0; */
	color: #999;
}
section[role=main] li img{
	float: left;
}
section[role=main] caption {
	display:none;
}

section[role=main] table thead th,
section[role=main] table tbody th {
	color:rgb(210,112,82);
}
section[role=main] table tbody td {
	font-size:10px;
	text-align:center;
}
section[role=main] table tbody tr {
	border-bottom:dotted 1px #ccc;
}

section[role=main] table col.special {
	background-color:rgba(210,112,82,0.1);
}

section[role=main] form fieldset{
	margin:20px;
	padding:10px;
	border:1px dotted rgba(12,115,182,1);
	background-color:rgba(56,167,219,0.1);
}
section[role=main] form legend {
	color:rgba(12,115,182,1);
	font-style:italic;
	font-size:14px;
	padding:0 10px;
}
section[role=main] form label{
	float:left;
	margin:0 0 0 0;
	width:50%;
	color:rgba(12,115,182,1);
	font-style:italic;
	font-size:12px;
	text-align:right;
	padding:4px 20px 0 0;
	
}
section[role=main] form input,
section[role=main] form textarea,
section[role=main] form select {
	width:40%;
	margin:5px 0 5px 0;
	padding:0 0 0 0;
	color:#666;
	font-size:11px;
	background-color:rgba(12,115,182,0.1);
	display:block;
}
section[role=main] form input[type=submit]{
	color:rgba(12,115,182,1);
	font-weight:bold;
	border:1px dotted rgba(12,115,182,1);
	background-color:rgba(56,167,219,0.1);
	margin:20px 0px 0px 0px;
	padding:4px 40px;
	width:100%;
	text-align:right;
}
