/* Start of CMSMS style sheet 'Layout: IFC Main 2 Col' */
/* CSS Document */

body {
background-color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 1em;
min-height:600px;/* for good browsers*/
min-width:800px;/* for good browsers*/
 }

/* --------- centering css -----------*/

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}

#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 600px;
} 

#inner {
width: 800px;
height: 600px;
text-align: center;
margin-left:auto;
margin-right:auto;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #ffffff;
background-color: #ffffff;
border: 1px #c7edfe solid;
 }

#header {
float: left;
width: 800px;
height: 90px;
background-repeat: no-repeat;
background-image: url(ifc_imgs/headerBg.jpg); }

#menu_vert {
float: left;
width: 800px;
z-index: +500; }

#mainContent {
width: 800px;
height: 500px;
float: left;
 }

#content {
width: 800px;
height: 385px;
float: left;
overflow: auto;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.65em;
text-align: left; }

#content a {
text-decoration: none;
color: #447caa;
font-weight: bold; }

#content a:hover {
text-decoration: underline; }

#leftContent {
padding-left: 10px;
padding-right: 10px;
float: left;
width: 540px;
padding-top: 10px;
padding-bottom: 10px; }

#rightContent {
padding-left: 10px;
padding-right: 10px;
float: right;
width: 180px;
padding-top: 10px;
padding-bottom: 10px;}

#fullContent {
padding-left: 10px;
padding-right: 10px;
float: left;
width: 760px;
padding-top: 10px;
padding-bottom: 10px; }

#footer {
float: left;
width: 800px;
height: 100px;
background-repeat: no-repeat;
background-image: url(ifc_imgs/footerBg.jpg);
border-bottom: 1px #c7edfe solid;
}

#footerText {
color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.7em;
float: right;
width: 600px;
text-align: right;
margin-right: 10px;
margin-top: 75px; }

#footerText a {
text-decoration: none;
color: #d2e3e2;
font-weight: bold; }

#footerText a:hover {
text-decoration: underline; }

#frontNav {
color: #ffffff;
height: 25px;
top: 0em;
right: 0em;
float: left;
position: relative;
background-color: #000000;
text-align: center;
margin-top: 5px; }

#frontNav a {
color: #ffffff;
font-size: 0.8em;
text-decoration: none;
padding-left: 6px;
padding-right: 6px;
}

#frontNav a:hover {
text-decoration: underline; }

/* --------- text styling -----------*/

.underlined {
text-decoration: underline; }

.boldBody {
font-weight: bold; }

h1 {
font-weight: bold;
font-size: 1.3em;
color: #325369; }

.bodyText {
padding-right: 10px;
color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.6em;
text-align: right;
}

.bodyText a {
text-decoration: none;
color: #ff9843;
font-weight: bold; }

.bodyText a:hover {
color: #9fc8c8; }

/* End of 'Layout: IFC Main 2 Col' */

