@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/background_horizontal.png) repeat;
	margin:0;
	padding:0;
}

.page {	/* Contains all of the page content. */
	border:#000 1px solid;
	background:#FFF;
	margin: 0 auto;
	padding:0;
	text-align: left;
	width:780px;
}

.page #globalHeader { /* Appears at the top of every page and contains the logo, contact info, and global navigation bar. */
}

.page #logoSection { /* Appears at the top of every page in the globalHeader. Contains logo and contact info. */
	margin:0;
	padding:12px 15px 0 15px;
	height:45px;
	border-bottom:#666 1px solid;
}

.page #sidebarLeft {
	float:left;
	width:150px;
	padding:0;
}


.page #sidebarLeft .sidebarLeftLink {
	margin:0;
	padding:5px 0 5px 15px;
	border-bottom:#666 1px solid;
	background-color:#EEE;
}

.page #sidebarLeft .indent1 {
	padding-left: 30px;
}

.page #sidebarLeft .indent2 {
	padding-left: 45px;
}

.page #sidebarLeft .indent3 {
	padding-left: 60px;
}

.page #sidebarRight {
	float:right;
	width:150px;
	padding:0;
}

.page #mainTwoCol { 
	margin: 0 0 0 150px;
	padding: 10px 20px 15px 20px;
	border-left:#666 1px solid;
	min-height:600px;
} 

.page #mainThreeCol { 
	margin: 0 150px 0 150px;
	padding: 10px 20px 15px 20px;
	border-left:#666 1px solid;
	border-right:#666 1px solid;
	min-height:600px;
} 

.page #footer {
	border-top:#666 1px solid;
} 

.page #footer p {
	text-align:center;
	margin:0;
	padding:0;
}

.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;
}

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; }

div .sectionHeader { padding:10px 0 0 0; }

h2 { text-align:center; color:#FFF; background-color:#333; padding:0; margin:0; }
h3 { font-size:20px; padding:5px 0 0 0; margin:0; }
h4 { margin:0; padding:5px 0 0 0; }
p { margin:3px 0 3px 0; padding:0 0 5px 15px; }

.page a:link, 
.page a:visited, 
.page a:hover, 
.page a:active {
	color:#069;
	text-decoration:none;
}

ul { margin:0; padding:0 0 0 15px; }


p, li, td { font-size:14px; }
.plain { margin:0; padding:0; }

.EyeCatching { font-weight:bold; color:#FF0000; text-align:center; }

.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; }
.Normal { font-weight:normal; }

.page li {
	list-style-type: none;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.5em;
	min-height:20px;
}


.r { text-align:right; }
.c { text-align:center; }

.hidden { display:none; }

a:link { color:#000080; }
a:visited { color:#000080; }
a:hover { color:#808080; }