@import url(reset.css); /* The browser equalizer */
@import url(default.css); /* Default classes */
@import url(menu.css);

body { color: #6f6f6f; background: #c3e5f2 url(../images/bg.gif) repeat-x; }

a:link, a:visited { color: #6f6f6f; }

#container { background: #fff url(../images/container_bg.gif) repeat-y; width: 927px; margin: 0 auto; position: relative; padding: 108px 4px 0; z-index: 1; }

#header { padding: 26px 0 0; }
#header h1 { background: #fff url(../images/header.jpg) no-repeat; text-indent: -9999px; border-bottom: 8px solid #035178; }
#header h1 a:link, #header h1 a:visited { display: block; height: 101px; }
body.root #header h1 { background: #fff url(../images/root-header.jpg) no-repeat; border-bottom: none; }
body.root #header h1 a:link, body.root #header h1 a:visited { height: 298px; }
#header h2 { display: none; }

#colLeft { float:left; width:215px; margin:0; padding:0; }
#colLeft .padding { padding: 0; }

#colRight { float:right; width:215px; margin:0; padding:0; }

#content { margin:0 215px; line-height: 1.6em; }
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { padding: 30px 42px; }
body.root #content { text-align: center; }

h2.title { color: #035178; text-transform: uppercase; font-weight: normal; font-family: "Times New Roman", Times, serif; margin-bottom: 15px; font-size:20px;}

#footer { background: #c3e5f2 url(../images/footer_bg.gif) no-repeat; position: relative; left: -4px; margin: 0; padding: 0 0 0 40px; height: 158px; }
#footer li { color: #c3e5f3; list-style: none outside; background: #045682 url(../images/footer-li_bg.gif) repeat-x; border-right: 1px dotted #fff; padding-top: 6px; float: left; width: 286px; height: 100px; overflow: hidden; position: relative; z-index: 10; cursor: pointer; }
#footer li.first { border-left: 1px solid #fff; }
#footer li.last { border-right: 1px solid #fff; }
#footer li#copy { color: #838383; background: url(../images/copy_bg.gif) no-repeat top right; float: none; text-align: center; border: none; width: 100%; position: absolute; right: -8px; top: 0%; z-index: 5; padding: 110px 0 15px; height: 33px; }
#footer li#copy a:link, #footer li#copy a:visited { color: #838383; text-decoration: none; }
#footer h3 { background: #1c567e; color: #fff; font-weight: normal; font-size: 1em; text-transform: uppercase; margin: 0; padding: 3px 25px; }
#footer h3 a:link, #footer h3 a:visited { color: #fff; text-decoration: none; }
#footer .padding { padding: 10px 25px 15px; }

body.noRight #main2 { background-image:none; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background-image:none; }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin-left:0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}

.cntParagraph {}
.cntParagraph a{
font-size:12px;
}

