
body {
 font-family:Arial,Helvetica,sans-serif;
 font-size:13px;
 margin:0;
 padding:0;
 background-color:#FFFFFF;
}

.noborder {
	border: 0;
}

.content {
 border: 1px solid black;
 margin:10px auto; 
 width:860px;
 text-align:left;
 background-color:#1f3047;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 opacity:1;
 -moz-box-shadow: 4px 4px 8px #000000;
 }  

 .innercontent {
 border: 1px solid black;
 margin:20px 50px;
 text-align:center;
 background-color:#FFFFFF;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 opacity:0.9;
 -moz-box-shadow: 4px 4px 8px #000000;
 } 
 
.additional {
 border: 1px solid black;
 position: relative;
 top:10px; 
 left:130px; 
 width:600;
 align: center;
 background-color:#1f3047
}

.aboutBox {
margin:0 auto 60px;;
width:640px;
height:440px;
}
.aboutTop {
background:url("../images/aboutbox.top.png") no-repeat scroll left bottom transparent;
display:block;
height:30px;
width:640px;
}
.aboutBottom {
background:url("../images/aboutbox.bottom.png") no-repeat scroll left top transparent;
display:block;
height:10px;
width:640px;
}
.aboutContent {
background:url("../images/aboutbox.bg.png") repeat-y scroll left top transparent;
display:block;
font-size:11px;
padding:0 20px 0 25px;
vertical-align:middle;
}
.vmiddle {
height:100%;
width:100%;
}
.vmiddle table {
height:100%;
width:100%;
}
.vmiddle table tr td {
vertical-align:middle;
}
.tabs {
font-size:11px;
list-style-type:none;
margin:0 0 0 15px;
padding:0;
}
.tabs li {
cursor:pointer;
display:inline;
padding:0;
}
.tabs .tabOpener {
background:url("../images/tab.left.png") no-repeat scroll left bottom transparent;
float:left;
font-weight:bold;
height:30px;
line-height:30px;
padding:0 0 0 9px;
text-align:center;
}
.tabs .tabCloser {
background:url("../images/tab.right.png") no-repeat scroll left bottom transparent;
float:left;
height:30px;
width:10px;
}
.tabs .RO .tabOpener {
background-image:url("../images/tab.left.ro.png");
}
.tabs .RO .tabCloser {
background-image:url("../images/tab.right.ro.png");
}
.tabs .ACT .tabOpener {
background-image:url("../images/tab.left.act.png");
}
.tabs .ACT .tabCloser {
background-image:url("../images/tab.right.act.png");
}
.tabs .wide .tabOpener {
width:155px;
}
.xsmall {
font-size:12px;
font-weight:bold;
}
p {
margin:0;
padding:10px 0;
}
hr {
margin:0 auto;
width:80%;
border:0;
border-top:1px solid #fff;
}
a {
border-bottom:medium none;
color:#333333;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a.link {
border-bottom:1px dotted #333333;
color:#333333;
text-decoration:none;
}
a.link:hover {
background:none repeat scroll 0 0 #EEEEEE;
}
.footer {
display:block;
list-style-type:none;
margin:-5px 0 0;
padding:0 0 5px;
text-align:center;
}
.footer li {
display:inline;
margin:0;
padding:0;
}
.footer a {
color:#FFFFFF;
padding:0 7px 2px;
text-decoration:none;
}
.footer a:hover {
text-decoration:underline;
}

