body {
	
	
	font:0.9em Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px;
	background-color:#FFFFFF;
	background:#FFFFFF url(/images/sdt_back.jpg) fixed center top;
	line-height:1.0em;
}

a {
	text-decoration:none;
	color:#003399;
}
p {
	text-decoration:none;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px;
}
b {
	text-decoration:none;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px;
}
a:hover {
	text-decoration:underline;
	color:#003399;
}

img {
	padding:1px;
}

#wrapper {
	width:950px;
	margin:0px auto;
	position:relative;
}

/* mast styles */

#mast {
	width:950px;
	margin:10px 0px 5px 0px;
	position:relative;
}

/* left_column styles */

#left_column {
	
	width:150px;
	float:left;
	position:relative;
	
}

#left_column .row {
	/*background-image:url(/images/green_fade.png); background-repeat:repeat-x;*/
	background-color:#D0DFF4;
	padding:2px;
}

#left_column a {
	color:#003399;
	font-size:0.9em;
}


#left_column h1 {
	font-size:0.9em;
	margin:0px;
	padding:5px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(/images/left_menu.jpg);
	cursor:pointer;
	border:1px solid #eee;
	color:#003366;
}

#left_column ul {
	list-style-type:none;
	padding:0px;
	margin:5px;
}

#left_column li {
	margin:3px 0px;
	padding:0px;
	list-style-type:none;
}
/* center_column styles */

#center_column {
	width:590px;
	margin:0px 10px 0px 10px;
	float:left;
	position:relative;
}

#center_column h1 {
	position:relative;
	background-image:url(/images/web_tab_off.jpg);
	margin:0px 0px 5px 0px;
	padding:3px 5px;
	font-size:0.8em;
	
}
#center_column .row {
	
	position:relative;
}
#center_column .row h1 {
	border:0px solid #000;
	border-bottom:1px solid #000;
	position:relative;
}
#center_column .row_noBorder {
	position:relative;
}
#center_column .row_noBorder img {
	position:relative;
	border:0px;
}
/* right_column styles */


#col_a{
	margin:0px;
	float:left;
	width:290px;
}
#col_b{
	margin:0px;
	float:right;
	width:290px;
}

#right_column {
	width:190px;
	color:#CCCCCC;
	float:left;
	position:relative;
}

#right_column .row {
	border:1px solid #666;
	background-color:#D0DFF4;
	width:100%;
}
#right_column .row_noBorder {
	position:relative;
	border:none;
}
#right_column .row_noBorder img {
	position:relative;
	float:left;
	margin:10px;
	border:none;
}
#right_column h1 {
	position:relative;
	margin:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	padding:3px 5px;
	background-color:#003399;
	border-bottom:1px solid #000;
	font-size:1.1em;
	
}

/* footer styles */

#footer {
	clear:both;
	margin-bottom:10px;
	text-align:left;
	border-top:1px solid #000;
	position:relative;
}

/* row styles */

.row {
	margin-bottom:10px;
	position:relative;
	clear:both;
}

#cap {
	text-align:right;
	font-size:0.75em;
	color:#000;
	margin:5px 0px -5px 0px;
	line-height:0.8em;
}

#cap a {
	color:#000;
}
.spacer{
	margin:5px;
	border-bottom:1px solid #000;
	border-top:1px solid #CCC;
	}
	
	/* Links */


a img {
  border: 0;
}

a img.border {  
  border: 1px solid #0000FF;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #FFFF00 !important;
  border: 1px solid #FFFF00;
}


/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #666666;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}


/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 900px;
}

.widthPad {
  width: 865px;
}

.width25 {
  width: 20%;
}

.width50 {
  width: 58%;
}

.width73 {
  width: 78%;
}

.width75 {
  width: 80%;
}

.width100 {
  width: 100%;
}



#thanks p {
	margin:10px;
	margin-bottom:3px;
	font-size:1.0em;
	
}
.error {
	color:#c00;
	margin:2px;
	font-weight:bold;
}
.eps {
	margin-bottom:5px;
}

#row1 {
	float: left;
	width: 49%;
	}

#row2 {
	float: right;
	width: 49%;
	}
	
	
/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
}

.dark {
  color: #353E47;
}

form { background-color: #f4f4f4; padding: 20px; margin-top: 20px;  }
form p { margin: 10px 0; }
form p label { width: 100px; display: block; float: left; }
form p input, 
form p textarea { border: 1px solid #999; padding: 4px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; width: 240px; }
textarea { height: 100px; } 
input.btn { width: auto; }