@charset "utf-8";
/* CSS Document */


h1 {
	font-family: Arial;
	font-size: 18px;
	color:#888888;
	text-transform:uppercase;
	padding-left:20px;
}

h2 {
	font-family: Arial;
	font-size: 15px;
	color:#888888;
	margin:15px 0 5px 0;
	/*text-transform:uppercase;*/
}

h3 {
	font-family: Arial;
	font-size: 12px;
	color:#888888;
	text-transform:uppercase;
}

body
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

p {
	font-family: Arial;
	font-size: 9pt;
	margin:0 0 16px 0;
}

strong {
	font-weight:bold;
}


b {
	font-weight:bold;
}

      
.small {
	font-size: 9px;
}

.white {
	color: white;
}


hr.page
{
	margin-left: 5px;
}

a:link
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0048B2;
	text-decoration: none;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0048B2;
	text-decoration: none;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #CB5F21;
	text-decoration: none;
}
a:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #B42632;
	text-decoration: none;
}


#head
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#link
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}



 .header { font-size: 16px; font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; text-align: left; margin-left:0px }


 .testbox { font-size: 10px; font-family: Arial, Helvetica, sans-serif} 
.mouseover {  cursor: hand}

.infotext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}


/*****************************************************************/

.newTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	/*border:1px solid #A51329;*/
}
.newTable th {
	background-color: #e07443;
    color: #FFFFFF;
    font-weight: bold;
	font-size:12px;
    text-transform: uppercase;	
	padding:4px;
	text-align:left;
}
.newTable td strong {
	font-size:12px;
}

.newTable td.first {
	border-top:1px solid #e07443;
}

.newTable td.left {
	border-right:1px solid #e07443;
}
.newTable td.even {
	background-color:#fff4dd;
}

.newTable td {
	padding:4px;
	border-bottom:1px solid #e07443;
}

/**************************************************/

#judgeWrapper, #menuJudging {
	margin:0 !important;
	padding:0 !important;
}

.blogpost {
	font-family: Arial;
	font-size: 9pt;
	margin:0 0 24px 0;
	padding:4px 6px;
	border:1px solid #f08446;
}

.blogThumb {
	float:left;
	display:block;
	margin:0 10px 10px 0;
}

.clearFloat {
	clear:both;
}

.centerImages {
	padding:0 !important;
	margin:10px auto;
	display:block;
	width:500px;
}

.fbLike {
	float:right;
	display:block;	
}
.twitterBox {
	float:right;
	display:block;	
}
.postText {
	font-size:12px;
	color:#333333;
	font-style:italic;
	float:left;
	display:block;
}
.imgCaption {
	font-size:11px;
	font-style:italic;
}

.contentList {
	font-size:12px;
	color:#333333;
}
.contentList li {
	padding-bottom:10px;
}

#videoInterview {
    margin: 0 auto;
    text-align: left;
    width: 360px;
}
#videoInterview #player {
    display: block;
    height: 240px;
    margin-bottom: 10px;
    width: 360px;
}

.pdfList li {
	list-style:none;
	font-size:12px;
	color:#000000;
	background:url(images/pdf3.gif) left center no-repeat transparent;
	padding:0 0 0 20px;
	margin:10px 0;
}
