@charset "utf-8";
/* CSS Document */

body
{
	font: Tahoma;
	background: #cfdced url(images/background.png) repeat-y center top;
	margin:0;
	padding:0;
	text-align:center;
}

.twoColFixLtHdr #container
{ 
	margin: 0 auto;
	padding:0 10px 0 0;
	text-align: left;
	margin-top:2px;
	width:780px;
} 

.twoColFixLtHdr #header
{
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer
{ 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

div.Button
{
	background-image:url(images/Button.png);
	background-repeat:no-repeat;
	background-position:center;
	min-height:65px;
	cursor:hand;
}

a.ButtonLink { text-decoration: none; }

img { border:0; }

div.Button1LineText
{
	max-width:100px;
	margin:0 auto;
	padding-top:23px;
	text-align:center;
	color:#FFFFFF;
	height:40px;
}
div.Button2LineText
{
	max-width:100px;
	margin:0 auto;
	padding-top:13px;
	text-align:center;
	color:#FFFFFF;
	height:40px;
}

.Offset { padding-left:20px; }
.Center { text-align:center; }


table { border-collapse:collapse; width:100%; }
table.Bordered { border:1px solid #000000; }
tr.AltLine { background-color:#cfdced; }
td { vertical-align:top; }
td.Subtitle { border:1px solid #000000; }

h2 { text-align:center; color:#FFFFFF; padding:7px; min-height:40px; }
h2.Narrow { background:url(images/h2_Narrow.png) no-repeat; }
h2.Wide { background:url(images/h2_Wide.png) no-repeat; }
h3 { color:#000080; font-size:20px; padding:10px 0 0 0; margin:0; }
h4 { margin:0; padding:5px 0 0 0; }

ul { margin:0; padding:0 0 0 15px; }
p { margin:3px 0 3px 0; padding:0 0 5px 15px; }


p, li, td { font-size:14px; }

.EyeCatching { font-weight:bold; color:#FF0000; }

.SpecLabel { font-size:16px; font-weight:bold; }
.SpecData { font-size:18px; font-weight:bold; }

th { background-color:#000080; color:#FFFFFF; border:1px solid #000000; }

.Bold { font-weight:bold; color:#000080; }
.Normal { font-weight:normal; }

li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.5em;
	min-height:20px;
}


div.hr
{
	height:3px;
	background: url(images/hr.png) no-repeat center top;
	margin: 8px 0 8px 0;
}

div.hr hr
{
	display: none;
}


a:link { color:#000080; }
a:visited { color:#000080; }
a:hover { color:#cfdced; }