/*
-----------------------------------------------
numatica basic style
version:  2005.11.26
----------------------------------------------- */

* {   margin: 0;   padding: 0; }

body {
  margin:  50;
  padding: 00;
  text-align:center;
  color:#000;
  font:11px Arial, sans-serif;
  voice-family: "\"}\"";
  voice-family:inherit;
  } html>body {font-size:small;}


a:link, a:visited {
  /*color:#0066CC;*/
  text-decoration:underline;
  }
a:visited {
  color:#990066;
  text-decoration:underline;
  }
a:hover {
  color:#ff5050;
  text-decoration:none;
  }
  
.blueLink:link, .blueLink:visited {
  color:#0066CC;
  text-decoration:underline;
  vertical-align:bottom;
  }
.blueLink:visited {
  color:#0066CC;
  text-decoration:underline;
  }
.blueLink:hover {
  color:#ff5050;
  text-decoration:none;
  }


#header {
	vertical-align:bottom;
	position: absolute;
	width:  300px;
	left: 50px;
	top: 0px;
	/*background-image: url(../../images/logo-main.gif);*/  
	background-image: url(../../images/logo-main.gif); 
	text-align:left;
	height: 33px;
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD /*#666666*/ ;
	
	border-left: 1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	padding-top: 13px;
}

#headerCenter {
	vertical-align:baseline;
	position:absolute;
	width: 200px;
	left: 350px;
	top: 0px;
	text-align: right;
	height: 21px;
	font-size: 11px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-top: 25px;
	padding-bottom: 0px;

}

#rightSide {
	vertical-align:baseline;
	position:absolute;
	width: 234px;
	left: 550px;
	top: 0px;
	text-align: right;
	height: 21px;
	font-size: 11px;
	
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding-top: 25px;
	padding-bottom: 0px;
}


#topImage {
	width: 800px;
	top: 47px;
	left: 50px;
	position: absolute;
	border-right: 1px solid #DDDDDD; 
	
}
#topnav {
	background-image: url("../../images/blackbg.png");
	position: absolute;
	height: 23px;
	width: 800px;
	left: 50px;
	top: 160px;
	text-align: center;
	border-right: 1px solid #DDDDDD;
}

.menuItem {
	font: 14px Arial, sans-serif;
	color: #FFFFFF /* #333333 */ ;
	vertical-align:bottom;
}

.gray {
	color: #999999;
	vertical-align:bottom;
	
}

.red {
	color:#FF0000; 
	vertical-align:bottom;
}



.txtLarge {
	font-size: 13px;
}


h1 {
	font:  20px/20px Arial, sans-serif;
	font-weight: bold;	
	
}


p {
	text-align: justify;
	padding-bottom: 5px;
	
}



dt {	
	text-align: left;
	font-weight: bold;
	font-family: Arial, sans-serif; 
	font-size: 12px;

}

dd {
	padding-bottom: 20px;
	margin-right: 15px;
}

ul {
	color: #000000;
	font: 12px Arial, sans-serif;
	padding: 5px 5px 5px 20px;

}

li {
	padding-bottom: 5px;
	list-style-type: square;
	
}



img.floatLeft { 
    float: left; 
    margin: 10px; 
   
}

img.floatRight { 
    float: right; 
    margin-left: 15px;
    margin-top:4px; 
    margin-right:4px;
    margin-bottom:10px;
}


#bodyWrap {
	position: absolute;
	width: 799px;
	left: 50px;
	top: 183px;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	background: #FBF3E9; 
	font-size: 10px;
	
}

.footer {
	
	font: 11px Helvetica, Arial, sans-serif;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	background: #EEEEEE;
	padding: 7px 15px 7px 10px;
	
	
}

.colorBox {
	background: #EAEBEF; /*#FBF3E9;*/
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font: 12px Arial, sans-serif;
	padding: 10px 5px 5px 7px;
	text-align: left;
	line-height: 1.4em;
	
	
}


.notPadded {
	margin: 0px 0px 0px 0px;
}

.pageTitle {
	background:  #EAEBEF;/* #FBF3E0;*/
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 5px 10px 5px;
	text-align: left;
	vertical-align: bottom;
	font:  14px Arial, sans-serif;
	font-weight: bold;
	color: #000000;

}

.quote {

	/*background:  #EAEBEF;/* #FBF3E0;*/
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	/* margin-top: 10px; */ 
	padding: 10px 5px 15px 15px;
	text-align: left;
	vertical-align: bottom; 
	font:  13px , Arial, sans-serif;
	font-weight: bold;

}

.leftAligned {
	text-align: left;
}

.rightAligned {
	text-align: right;
}

.primaryText {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	padding-left: 15px;
}

.leftPadded {
	margin-left: 10px;
}


.biggerRed {
	font: 14px Arial, sans-serif; 
	color: #EC0E09; 
	font-weight: bold;
}

.blackNormal {
	font: 12px Arial, sans-serif; 
	color: #000000; 
	font-weight: normal;
}


#internalTable {
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 35px;
	font: 12px  Arial, sans-serif;
}

#internalTable p {
	margin-top: 0px;
	margin-left:10px;
	margin-right:10px;

	
}


#internalTable hr {
	border: none 0;
	border-top: 1px solid #DDDDDD;/*the border*/
	text-align: center;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}



#tableTop p {
	margin-left: 10px;
	margin-top: 20px;
	text-align: justify;
}

#quote {
	font: 18px Arial, sans-serif;
}

#col1 {
	width: 160px;
	position: relative;
	font-size: 11px;
	padding: 10px 10px 5px 5px;
}
#col2 {
	font:12px Arial, sans-serif;
	text-align: left;
	width: 400px;
	padding: 5px 10px 10px 10px;
	line-height: 1.2em;
}

#col2 hr {
	margin-left: 5px; 
	margin-right: 10px;
}



#col2 h1 {
	/* color: #7E7782; */
	/*color: #655F68;*/
	color: #000000;
	text-align: left;
	font-size: 24px;
	margin-top:12px;
	margin-left:5px;
	padding-bottom: 15px;
}

#col2A h2 {
	color:  #000000;
	text-align:  left;
	font: 13px Arial, sans-serif;
	font-weight:  bold;
	margin-top: 0.8em;
	margin-bottom: 0.6em;
}

#col2A {
  font:12px Arial, sans-serif;
	text-align: left;
	width: 600px;
	padding: 0px 20px 10px 10px;
	line-height: 1.3em;
	
}

#col2A h1 {
	/* color: #7E7782; */
	/*color: #655F68;*/
	color: #000000;
	text-align: left;
	font-size: 24px;
	margin-top:15px;
	margin-left:5px;
	padding-bottom: 15px;
}

#col2A p {
	font: 12px Arial, sans-serif;
	 
}


#col3 {
	background:  #FBF3E9; /*#EEEEEE;*/ /*#FBF3E9;*/
	width: 160px;
	text-align: justify;
	padding: 10px 5px 10px 10px;
	border-bottom: 0px solid #666666;
	
}



#col3A {
	background: #EEEEEE; /*#E6EEE7; #E1E1E1;*/ /*#FBF3E9;*/
	width: 200px;
	border-left: 1px solid #DDDDDD;
	text-align: justify;
}

