/* @charset "UTF-8";

 Common Code */

html {
	width: 100%;
	height: 100%;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #1C1C1C;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

#lftcol {
	background: url(../graphics/str_lft.jpg) no-repeat right top;
}

#rgtcol {
	background: url(../graphics/str_rgt.jpg) no-repeat left top;
}

#midcol-1col {
	background: url(../graphics/bg_content_1col.jpg) no-repeat 0 top;
}

#midcol-2col {
	background: url(../graphics/bg_content_2col.jpg) no-repeat 0 top;
}

#ftr {
	background: url(../graphics/bg_ftr.jpg) repeat-x;
}

#legal {
	padding-top: 26px;
	font-size: 10px;
}

#legal a,a:visited:active:focus {
	color: #3692f1;
	text-decoration: none;
}

#legal a:hover {
	color: #3692f1;
	text-decoration: underline;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #3692f1;
}

h3 a,a:visited:active:focus {
	color: #3692f1;
	text-decoration: none;
}

h3 a:hover {
	color: #3692f1;
	text-decoration: underline;
}

.title-b {
	font-size: 12px;
	color: #1f6cc7;
	font-weight:bold;
	font-style: normal;
}

.title-r {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	font-style: normal;
}

.fields {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
}


.small-g {
	font-size: 11px;
	color: #565656;
	font-weight: normal;
	font-style: normal;
}

#opener {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 12px 0 0;
}

/* More Info Buttons */

.more a,a:visited:active:focus {
	color: #023b7e;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: right;
}

.more a:hover {
	text-decoration: none;
	display: inline-block;
	color: #00a4fd;
}

.hidden
{
display:none;
}
/* Project Box */

#box {
	margin-top: 12px;
}

#box_lft {
	padding-top: 6px;
}

#box_lft img{
}

#box_rgt {
	padding-left: 12px;
	padding-top: 6px;
}

.ContentMainTable {
/* border: thin solid #C0C0C0; */
width:70%;

}





