@charset "UTF-8";

/* index redsign start */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595959;
}
.twoColFixLtHdr #container {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	height: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(img/oss_logo.jpg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	text-align: right;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 100;
	font-size: 48px;
	color: #00008b;
	text-shadow:5px 5px 1px #c0c0c0;
}
.twoColFixLtHdr #header h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: 100;
	color: #00008b;
	padding: 0px;
	line-height: 1px;
}

.twoColFixLtHdr #header ul {
	float: right;
	list-style-type: none;
	margin-top: 50px;
	margin-left: 20px;
}
.twoColFixLtHdr #header li {
	color : #00008b;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 14px;
	padding-right: 20px;
}
.twoColFixLtHdr #header li a {
	color : #00008b;
	text-decoration:none;
}
.twoColFixLtHdr #header li a:hover {
	color: #999;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px;
}
.twoColFixLtHdr #sidebar1 ul {
	margin: 0;
	padding: 0 0 0 10px;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-type: none;
	color: #00008B;
	padding-top: 10px;
	padding-bottom: 0;
	text-shadow:0 1px 0 #FFF;
	font-size: 14px;
	font-weight: 600;
}
.twoColFixLtHdr #sidebar1 li a {
	display: block;
	width:160px;
	color: #00008B;
	text-decoration: none;
	padding: 10px;
	background-color: #EFEFEF;
	
}
.twoColFixLtHdr #sidebar1 li a:hover {
	background-color: #CCC;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 28px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 14px;
	padding: 10px 0 20px;
}
.twoColFixLtHdr #mainContent h2 a{
	font-size: 11px;
	color: #CCC;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent h2 a:hover{
	color: #333198;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer h4 {
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#contentwrapper {
	width: 820px;
}
#column1 {
	float: left;
	width: 460px;
	margin-right: 70px;
}
#column2 {
	padding-top: 3px;
}
/* index redsign end */

.base { 
				margin: 0 auto;
        text-align:left;
        width: 1100px;
        }
#logo { 
				width : 160;
      }
#tel  { 
				width : 300;
        text-align : right;
        color : #00008b;
        font-family : Verdana;
        font-size : 16px;
        font-weight : bold;
        vertical-align : middle;
        }
#menu { 
				width : 1100;
        height: 80;
			}
.elem_menu {
           border-color : #000000;
           border-style : solid ;
           border : 0;
           background-color  : #778899;
           }
#main {
       font-size : 40px;
       font-family : Tahoma;
        color : #00008b;
        padding : 15;

       }
#footer {
        font-size : 40px;
        font-family : Times New Roman;
        color : #c0c0c0;
        text-align:center;
        }
.cellf {background-color  : #a9a9a9; }
.cell   {
        font-size : 16px;
        font-family : Tahoma;
        color : #595959;
        padding : 10;
        vertical-align : top;
				text-align: justify; 				
        }
.cell_c   {
        font-size : 16px;
        font-family : Tahoma;
        color : #595959;
        padding : 10;
				padding-left:40;
        vertical-align : top;
				background-image: url('img/a.jpg');
        }
.cellm   {
        font-size : 16px;
        font-family : Tahoma;
        color : #595959;
        padding : 10;
        vertical-align : middle;
				text-align: justify;
        }
.cell_t   {
        font-size : 16px;
        font-family : Tahoma;
        color :  #00008b;
        text-align:center;
				font-weight: bold; 
				}
.elem_sys {
           padding-top : 10;
           padding-bottom : 10;
	     padding-left : 25;
           font-size : 16px;
           font-family : Tahoma;
           color : #595959;
					 }
#elem_1 A{
           font-weight: bold;
           font-size : 17px;
           color : #00008b;
}
#elem_1 A:active  { color : #00008b; }
#elem_1 A:visited { color : #00008b; }
#elem_1 A:link    { color : #00008b; }
#elem_1 A:hover   { color : #00008b; }

A {
  text-decoration: none;
  }
A:active  { color : #595959 }
A:visited { color : #595959 }
A:link    { color : #595959 }
A:hover   { color : #595959 }
img {
  border: 0;
}
.cell_big{
        font-size : 18px;,
        font-weight: bold;
        font-family : Tahoma;
        color : #595959;
        padding : 10;
        vertical-align : top;
        }
.test_l{
        text-align:center;
        width: 200px;
        }
.test_i{
        text-align: justify;
        font-size : 14px;
        font-family : Tahoma;
        color : #595959;
        }
.cu_p{
        text-align:left;
        width: 300px;
        padding-left : 20;
        }
.cu_p B{
        font-weight: bold;
        font-size : 17px;
        color : #00008b;
        }
.cu_i{
        font-size : 16px;,
        font-family : Tahoma;
        color : #595959;
        padding : 10;
        vertical-align : top;
        line-height:1.7;
        padding-left : 20;
        }
.cu_i B{
        font-weight: bold;
        font-size : 17px;
        color : #00008b;
        }
.cell_pr  {
        font-size : 16px;
        font-family : Tahoma;
        color : #595959;
        vertical-align : top;
				text-align: justify; 				
        }
.celli   {
        padding : 10;
        vertical-align : middle;
				text-align: center;
        }

