@charset "utf-8";
/* CSS Document - (C) Vocal Logic 2010*/
/* Created by AI@engineering.vocallogic.com */

/* Top level design definitions*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* ------- ID definitions --------------*/

#topBar {
position:relative;
border-bottom:thin;
border-bottom-color:#CC3300;
border-bottom-style:solid;
border-bottom-width:medium;
margin-bottom:auto;
float:center;
margin:1;
vertical-align:middle;
width:100%;
height:52px;
}

#topRightSmall {
float:right;
vertical-align:bottom;
margin-bottom:0;
margin-left:0;
margin-right:3;
font-size:x-small;
font-family:"Trebuchet MS", sans-serif;
}


#menuBar {
position:relative;
clear:both;
margin-top:0;
margin-bottom:30;
background-color:#333333 ;
border:0;
width:100%;
height:130px;
float:center;
vertical-align:middle;
color:#FFFFFF;
}

#menuBar .menuTopCell {
margin:0 ;
border:0;
height:22px;
background-color:#333333;
font-family:"Trebuchet MS", sans-serif;
font-size:larger;
color:#FFFFFF;
text-align:right;
}

#menuBar table{
border-collapse:collapse ;
text-align:right;
width:65%;
}
#menuBar td {
margin:0 ;
background-color:#333333;
/*border-left:thin ;
border-left-width:thin;
border-left-color:#666666;
border-left-style:solid; */
border-bottom:0;
font-family:"Trebuchet MS", sans-serif;
font-size:small;
color:#666666;
}

#menuBar td a:link, a:visited {
color:#666666 ;
text-decoration:none;
}

#menuBar td a:hover {
color:#CC3300;
text-decoration:none;
}
#menuBar td a:active {
color:#FFFFFF;
text-decoration:bold;
}

#content {
margin-left:auto;
margin-right:auto;
margin-top:1px;
background-color:#FFFFFF;
width:40em;
text-align:auto;
float:center;
vertical-align:top;
font-family:"Trebuchet MS", sans-serif;

}

#content_main_right {
position:relative;
width:10em;
margin-top:4em;
margin-left:1em;
margin-bottom:4em;
vertical-align:middle;
text-align:left;
font-family:"Trebuchet MS", sans-serif;
vertical-align:middle;
float:right;
font-size:medium;
color:#333333;
}

#content_centered {
width:45em;
float:center;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:12px;
background:#F3F0E9;
color:#666666;
font-family:"Trebuchet MS", sans-serif;
}

#bottomBar {
float:left;
margin:0px;
border:0px;
vertical-align:middle;
background-color:#FF3300;
width:100%;
font-family:"Trebuchet MS", sans-serif;
font-size:small;
color:#CCCCCC;
}

#footer {
clear:both;
margin:10px auto;
color:#9999CC;
font-family:"Trebuchet MS", sans-serif;
font-size:x-small;
float:center;
width:40%;
text-align:center;
}

/* ---------------- Class definitions ------------------------*/

.fatBox {
margin-left:20px;
margin-bottom:20px;
margin-top:20px;
margin-right:20px;
float:center;
width:300px;
font-family:"Trebuchet MS", sans-serif;
font-size:medium;
}

.imgbox {
margin-top:4px;
margin-left:2px;
margin-bottom:4px;
margin-right:2px;
}
.greenParagraph {
margin-left:6;
margin-right:6;
font-family:"Trebuchet MS", sans-serif;
font-size:small ;
color:#006600;
text-align:left ;
}

.regularParagraph {
margin-left:6;
margin-top:6;
color:#000000;
font-family:"Trebuchet MS", sans-serif;
font-size:medium;
text-align:left;
vertical-align:top;
}
.regularParagraph h3 {
font-family:"Trebuchet MS", sans-serif;
font-size:18px;
font-size-adjust:inherit;
color:#006633;
}

.alignTop {
margin-top:0;
vertical-align:top;
}

.style1 {color: #FF0000}


.nanotabs { 
text-align:left; 
width:460px; 
margin:5px auto 0; 
vertical-align:top;
}
.tabs { 
margin:20px 0 auto;
}
div { clear:left; }
hr { clear:left; padding:10px 0; width:20%; margin:10px auto; height:1px; border:none; border-bottom:1px solid #CCC; }
.tabs li { float:left; list-style:none; }
.tabs li a { float:left; margin-left:auto; display:block; padding:5px 3px; background:#DDD; color:#333; font: 16pt "Georgia"; text-decoration:none; }
.tabs li a:hover { background:#EEE; color:#000; }
.tabs li a.selected { background:#555; color:#FFF; }
.nanotabs div { 
display:none; 
background:#EEE; 
border-top:1px solid #555; 
border-bottom:1px solid #888; 
padding:8px; *padding-top:4px; 
letter-spacing:1px;
font-family: serif;
color:#006600;
font-size:16px;
 }
.left  { background:#FFF; display:block; text-indent:-2000em; position:relative; top:0; width:1px; height:1px; left:1px; margin-left:-1px; }
.right { background:#FFF; display:block; text-indent:-2000em; position:relative; top:0; width:1px; height:1px; right:1px; margin-right:-1px; }

