/* Element styles */
body { padding: 0px; margin: 20px 0px 0px 0px; font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 62.75%; background: url('../sld_images/body-bg.jpg') repeat-x top left #fff; text-align:left;}
a { color: #103184; text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { color: #bb1122; }
a:visited { color: #884488; }
img { border: 0px; }
table { font-size: 1.0em; border-collapse: collapse; }
table th { vertical-align: top; }
table td { vertical-align: top; }
hr { border: 0px; height: 1px; background: #ebecec; }
p { font-size: 1.2em; margin: 0px; padding: 0px 0px 0.8em 0px; line-height: 1.3em; width: 100%; }
h1 { font-size: 2.2em; margin: 0px; padding: 0px 9px 0.6em 9px; color: #103184; }
h2 { font-size: 2.0em; margin: 0px; padding: 0px 0px 0.3em 0px; color: #103184; }
h3 { font-size: 1.8em; margin: 0px; padding: 0px 0px 0.3em 0px; color: #103184; }
h4 { font-size: 1.2em; margin: 0px; padding: 0px 0px 0.3em 0px; color: #103184; }
ul { margin: 0px; padding: 3px 5px 3px 15px; }
ul li { padding: 0px; margin: 0px 0px 0.3em 0px; }
ul li ul {}
ul li ul li {}
ol { margin-top: 0px; padding-top: 0px; }
ol li { padding-top: 3px; padding-bottom: 3px; }
ol li ol {}
ol li ol li {}
li { font-size: 1.2em; }
li li { font-size: 1.0em; }
dl {}
dl dt {}
dl dd {}
form { margin: 0px; padding: 0px; }
form select,
form select option,
form input,
form textarea { font-size: 1.0em; }


/* Javascript identifiers */
img.dynamicFlash { /* Images with this are automatically replaced with flash at startup */ }
a.closeButton { display: none; /* Links with this automatically close the current window when clicked */ }
input.defaultText { /* (Text) inputs with this class will have a default value when idle */ }
input.defaultTextIdle { color: #999999; }

/* Default styles */
.accessibility { position: absolute; left: -9999em; }
.clear { clear: both; width: 100%; height: 0px; font-size: 0px; }
* html .clear { height: 1px; overflow: hidden; }
.error { font-weight: bold !important; color: #FF0000; }
.success { font-weight: bold; color: #00CC00; }
.note { font-size: 0.8em; }
.spacer { width: auto; height: auto; /* The values in here are expected to be overridden by embedded values */ }
.pdf { display: block; padding-left: 25px; background: url('../sld_images/pdf-icon.gif') top left no-repeat; line-height: 16px; font-size: 1.2em; width: auto; }
.print { display: block; padding-left: 25px; background: url('../sld_images/print-icon.gif') top left no-repeat; line-height: 16px; font-size: 1.2em; width: auto; display: none; }
.floatLeft { float: left; }
.floatRight { float: right; }
img.floatLeft { margin-right: 10px; margin-bottom: 10px; }
img.floatRight { margin-left: 10px; margin-bottom: 10px; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.standardIndent { padding-left: 9px; padding-right: 9px; /* For items that are no inside of any box */ }


/* Scoped styles */
table.standardDisplay { width: 100%; margin-bottom: 10px; }
table.standardDisplay tr {}
table.standardDisplay tr th { vertical-align: top; text-align: left; }
table.standardDisplay tr td { vertical-align: top; }
table.standardForm { width: 100%; }
table.standardForm tr {}
table.standardForm tr th { vertical-align: middle; width: 45%; padding: 5px 5px 15px 5px; font-size: 1.2em; text-align: right; }
table.standardForm tr td { vertical-align: middle; width: 55%; padding: 5px 5px 15px 5px; font-size: 1.2em; }
h1.switch { font-weight: strong; color:#fff; }
/*h1.switch strong { background: url('../sld_images/switch.gif') right no-repeat; padding-right: 28px; }*/
p.intro { font-weight: bold; font-size: 1.5em; width: auto; color: #000000; }
* html p.intro { position: relative; }
strong.boldRed { color: #ff1821; font-size: 1.2em; }
ul.noBullets { margin-left: 0px; margin-bottom: 1.0em; padding-left: 0px; list-style: none; }
ul.noBullets li { margin-left: 0px; padding-left: 0px; }
ul.noBullets li ul { padding-left: 15px; list-style: none; }
h1 a { text-decoration: none !important; }
h1 a:hover { text-decoration: underline !important; }


/* Template positions */
/*#page { width: 980px; margin: 0px auto 0px auto; background: url('../sld_images/header-bg.gif') no-repeat top center; padding: 0px 15px 30px 15px; clear: both; overflow:hidden;}*/

#page { width: 980px; 
	margin: 0px auto 0px auto;
	background: url('../sld_images/header-bg.gif') no-repeat top center;
	padding: 0px 15px 30px 15px;
	
	overflow:hidden;
	text-align:left;
}

#pageinner{
	width:100%;
	overflow:hidden;
}


#page div.col_1_of_3 { width: 160px; overflow: hidden; float: left; clear: left; margin-right: 10px; }
#page div.col_2_of_3 { width: 590px; overflow: hidden; float: left; }
#page div.col_3_of_3 { width: 190px; overflow: hidden; float: right; }
#page div.col_1_of_1 { width: 960px; overflow: hidden; clear: left; }
#page div.col_1_of_2a { width: 760px; overflow: hidden; float: left; clear: left; }
#page div.col_2_of_2a { width: 190px; overflow: hidden; float: right; }
#page div.col_1_of_2b { width: 160px; overflow: hidden; float: left; clear: left; }
#page div.col_2_of_2b { width: 790px; overflow: hidden; float: right; }

