
body {

	color: #333;
	font-size: 11px;
	padding: 15px 20px 0px;
	background: #fff url(../img/bg.gif);
	width:1010px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}


.container_12 {
	margin-left:25px;
	margin-bottom: 20px;
	
}

.wrap {
	
	background: #fff url(../img/head.jpg) no-repeat;
	width:1010px;
	background-color:#fff;
}


a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration:line-through;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

h3 {
	font-size:18px;
	letter-spacing: -0.3px;
}

p {
	border: 0px solid #666;
	overflow: hidden;
	padding: 10px 0;
	
}


.head_block {
	height:190px;
	
}



.main_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 58px;
	font-style: normal;
	line-height: 61px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: -2px;
	color: #000;
	margin-bottom:0;
}

.byline {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: -1px;
	color: #a5a5a5;
	text-align:right;
	margin-bottom:0;
}


.deck {
	margin-top:15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:27px;
	letter-spacing: -0.2px;
	color: #4d4d4d;
	text-align:left;
}

.big_bar {
	color:#000;
	height:3px;
	border:0;
	background: #666;
	margin: 0 0 0 0;
}





.item_head {
	background: url(../img/bg.gif) repeat;
	text-align:right;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	height:20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #fff;

	
}

.item_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height:26px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: -0.2px;
	color: #000;
	text-align:left;
	padding-bottom:5px;
}

.item_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height:21px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: -0.1px;
	color: #000;
	text-align:left;	
}


#twitbox {
	
	height:150px;
	background:#e1e1e1;
	padding:10px;
	text-align:bottom;
	font-size:13px;
	letter-spacing:-0.2px;
	
}

#twitterbox a {	text-align:bottom;}

#twitbox:hover {background: #3b3b3b; color:#ffffff; text-decoration:line-through;}

#twilink a:hover {background: #000000; text-decoration:line-through;}

#box { float:left; width:100%;}

form { margin:1.5em 0; padding:0; width:50%; float:left;  }
fieldset { margin:0; padding:0; border:none;}
legend { padding-bottom:0.5em; font-size:1.4em; margin-left:30%; color:#FFCC00; }

form div { padding:1em 0; border-top:1px solid #212024; }
label {float:left; width:30%; line-height: 200%; padding-right:1em; text-align:right; } 
input, textarea { width:60%;  border:1px solid #212024; padding:3px; font-size:1em; background:#212024; color:#B3BEAD; } 
textarea { overflow:auto; font-family:Arial,Helvetica,sans-serif; font-size:1em; width:60%; border:1px solid #212024; padding:3px;}
.button input { border:none; margin-left:31%; font-size:1.2em; color:#FFCC00; background:none; padding:0 4px; cursor:pointer; width:auto;}

.hoverfocus { border:1px solid #FFCC00;}

#error, #response { float:left; width:30%; padding:3em; }

#response ul { border-top:1px solid #212024; margin-top:5px; padding-top:5px; }

#error li, #response li { margin:0 0 5px 0; padding:0 0 5px 15px; background:url(bullet.gif) no-repeat 0 4px; border-bottom:1px solid #212024; }

#working { float:left; padding:3em; background:url(loading.gif) no-repeat left center;}



/*thickbox*/

*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:hidden;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
	overflow: hidden; 
}