/* CSS Document */

body{
background-image:url(img_structure/structureimgs01_r1_c1.jpg);
background-repeat:repeat-x;
}

/* ------ Divs ------ */
#headWrap{
width:730px;
margin:0 auto;
}

#headLeft{
width:730px;
text-align:center;
}

#midImageWrap{
width:730px;
margin:0 auto;
}

#contentWrap{
width:700px;
padding:15px;
margin:0 auto;
height:400px;
}

#contentNavi{
width:190px;
float:left;
background-color:#CFDEFA;
padding:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
line-height:24px;
}

#contentMain{
width:450px;
float:right;
padding-left:20px;
list-style:square;
}

#footer{
width:700px;
padding:15px;
margin:0 auto;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:x-small;
}

#footerLine{
width:730px;
height:1px;
margin:0 auto;
background-color:#CCCCCC;
}

#internalBox01{
width:180px;
padding:20px;
margin-left:10px;
background-color:#ECF2FD;
float:right;
}

#contactsListingBox{
width:360px;
padding-left:20px;
padding-right:20px;
border-width:1px;
border-color:#CCCCCC;
border-style:dotted;
}

.contactsListingBoxInfo{
display:none;
width:362px;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
border-width:1px;
background-color:#EEEEEE;
}

#publicationWrap{
width:420px;
height:200px;
}

#publicationOuter{
width:160px;
height:200px;
background-color:#EFEFEF;
float:left;
}

#publicationInner{
width:140px;
height:180px;
background-color:#FFFFFF;
margin-left:10px;
margin-top:10px;
}

#publicationDetail{
width:240px;
float:right;
}

#dividerLine01{
width:100%;
height:1px;
border-bottom-color:#CCCCCC;
border-bottom-style:dotted;
border-bottom-width:1px;
}

/* ------ Type ------ */

.mainContent{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#333333;
text-align:justify;
line-height:20px;
}

.header01{
font-family:Arial, Helvetica, sans-serif;
font-size:x-large;
color:#000000;
}

.internalBoxHeader{
color:#5D80B6;
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
font-weight:bold;
text-align:left;
}

.internalBoxTxt{
color:#304665;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
line-height:16px;
}

.accButs{
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
color:#5779B7;
}

.accButsTip{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#5779B7;
line-height:14px;
}

.contactsMoreInfoTxt{
line-height:16px;
}

/* ------ Links ------ */
#contentNavi a:hover{
background:none;
}

#footer a:link{
color:#666666;
}

#footer a:visited{
color:#666666;
}

a:link{
/*color:#39567D;*/
color:#00316C;
text-decoration:underline;
}

a:visited{
color:#5B81B3;
text-decoration:underline;
}

a:hover{
text-decoration:underline;
color:#000000;
background-color:#ECF2FD;
}




