h1 { 
font-weight : bold; 
font-family : arial, helvetica, san-serif; 
font-size : 90%; 
color : black; 
} 
h2 { 
vertical-align : bottom; 
font-weight : bold; 
font-family : arial, helvetica, san-serif; 
font-size : 70%; 
color : black; 
} 
h3 { 
vertical-align : bottom; 
font-weight : bold; 
font-family : arial, helvetica, san-serif; 
font-size : 100%; 
color : black; 
} 
div.c3 { 
text-align : center; 
} 
div.c2 { 
text-align : right; 
} 
div.c8 {
font-family : arial, helvetica, san-serif;
font-weight : bold; 
font-size : 80%;
color : black;  
text-align : justify; 
} 
div.ca6 {
font-family : arial, helvetica, san-serif;
font-weight : bold;
font-style : italic; 
font-size : 90%;
color : red; 
text-align : center; 
} 
div.c6 {
font-family : arial, helvetica, san-serif;
font-weight : bold; 
font-size : 80%;
color : red; 
text-align : center; 
} 
div.c5 { 
font-family : arial, helvetica, san-serif; 
font-size : 65%; 
text-align : left; 
} 
span.c4 { 
color : red; 
font-family : Verdana, Arial, Helvetica; 
font-size : 14px; 
text-align : center; 
} 
span.c3 { 
color : maroon; 
font-weight : 600; 
font-family : Arial, Verdana, Times, "Times New Roman"; 
font-size : 12px; 
} 
span.c2 { 
color : maroon; 
font-family : Arial, Verdana, Times, "Times New Roman"; 
font-size : 100%; 
} 
span.c1 { 
color : blue; 
font-family : Arial, Verdana, Times, "Times New Roman"; 
font-size : 80%; 
} 
span.c0 { 
color : maroon; 
font-family : Arial, Verdana, Times, "Times New Roman"; 
font-size : 18px; 
} 
:link { 
color : blue; 
} 
:visited { 
color : blue; 
} 
:active { 
color : blue; 
}
span.c16 { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 130%; 
font-style : normal; 
color : #ffffff; 
line-height : normal; 
text-transform : none; 
font-weight : bold; 
font-variant : normal; 
text-decoration : none; 
word-spacing : normal; 
white-space : nowrap; 
background-repeat : no-repeat; 
} 
span.c15{
color : #cc0000;
font-weight : bold;
font-family :Arial;
font-size : 15px;
}
span.c14{
color : #cc0000;
font-weight : bold;
font-family :Arial;
font-size : 15px;
}
span.c13{
color : #e48b32;
font-family :Arial;
font-style : normal;
font-size : 15px;
}
span.c12 { 
font-family : Arial; 
font-size : 12px;
} 
span.c11 { 
font-family : Arial; 
font-size : 18px;
} 
span.c10 { 
font-family : Arial; 
font-size : 23px; 
} 
span.c9 { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 99%; 
font-style : normal; 
color : #ffffff; 
line-height : normal; 
text-transform : none; 
font-weight : normal; 
font-variant : normal; 
text-decoration : none; 
word-spacing : normal; 
white-space : nowrap; 
background-repeat : no-repeat; 
} 
span.c8 { 
color : green; 
font-weight : bold; 
font-family : Arial, Verdana, Times, "Times New Roman"; 
font-size : 16px; 
} 
span.c7 { 
color : maroon; 
font-weight : 600; 
font-family : Arial; 
font-size : 17px; 
} 
span.c6 {
font-weight : normal; 
font-family : Arial, Verdana, Times, "Times New Roman";
font-size : 14px; 
} 
span.c5 { 
color : black; 
font-family : arial; 
font-size : 15px; 
} 
div.c4 { 
text-align : center; 
} 
li.c2 { 
list-style : none;
} 


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid black;
border-bottom-width: 0px;
width: 190px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 190px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.rounded_border {
  /* fix IE 6 layout */
  position:relative;
  /* IE haslayout */
  height:1%; 
  /* obey floats */
  overflow:auto;
  }
  
  
 .rounded_border{
    background-color: COLOR;          /* if needed */
    border: 0px solid BORDER_COLOR;   /* if needed */
    -webkit-border-radius: RADIUS;    /* for Safari */
    -moz-border-radius: RADIUS: 15em;      /* for Firefox */
}


.top,
.bottom,
.top b,
.bottom b {
  display:block;
  font:normal 1px/1px sans-serif;
  position:relative;
  border-style:solid;
    border-width:0;
}

.rounded_border .content {
	border-style:solid;
  border-width:0 1px;
}
		
.rounded_border .top,
.rounded_border .bottom {
  margin:0 5px;
  height:4px;
}

.rounded_border .top {
  border-width:1px 0 0;
}

.rounded_border .bottom {
  border-width:0 0 1px;
}

.rounded_border .top b,
.rounded_border .bottom b {
  margin:0 -2px;
  border-width:0 2px;
  height:3px;
}

.rounded_border .top b {
  padding-top:1px;
}

.rounded_border .bottom b {
  padding-bottom:1px;
}

.rounded_border .top b b,
.rounded_border .bottom b b {
  margin:0 -3px;
  border-width:0 1px;
  height:2px;
}

.rounded_border .top b b b,
.rounded_border .bottom b b b {
  margin:0 -2px;
  height:1px;
}

.example_border .top,
.example_border .top b, 
.example_border .bottom,
.example_border .bottom b,
.example_border .content {
  color:#000;
  background:#fff;
  border-color:#cccccc;
}

.example_border .content{
  font:normal 12px/14px arial,helvetica,sans-serif;
  padding:3px 8px;
}












.shadow {
    width: 300px;
    height: 330px;
    margin: 5px auto;
    padding: 0px;
    background: #ffffff;
     
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000');
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
     
    /* Firefox */
    -moz-box-shadow: 3px 3px 10px #000;
    /* WebKit */
    -webkit-box-shadow: 3px 3px 10px #000;
    /* Standard */
    box-shadow: 3px 3px 10px #000;
} 







#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 0px;
border: 1px solid #778;
border-bottom: none;
background: d6dcea;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background: white;
}

#tabcontentcontainer{
width: 470px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid black;
}

.tabcontent{
display:none;
}












.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid black;
border-bottom-width: 0px;
width: 190px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 190px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 190px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: white;
padding: 0px 0px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #ffffff;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #ffffff;
}

#container
{
	margin: 0 auto;
	width: 1196px;
	background: #fff;
}

#header
{
	background: #fff;
	padding: 20px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 1000px;
	background: #003366;
}

#navigation2
{
	float: left;
	width: 1000px;
	background: #ccc;
}


#navigation2 ul
{
	margin: 2;
	padding: 50;
}


#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}


#navigation2 ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 5px;
	color: #fff;
	font-family : Arial, Verdana, Times, "Times New Roman"; 
    font-size : 14px; 
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

#navigation2 li a
{
	display: block;
	float: right;
	padding: 0px 25px;
	color: #000000;
	font-family : Arial, Verdana, Times, "Times New Roman"; 
    font-size : 10px; 
	text-decoration: none;
	border-right: 1px solid #000000;
}

#navigation li a:hover 
{ 
     background: #ffffff; 
     color: #000000;
}

#navigation2 li a:hover 
{ 
     background: #ffffff; 
     color: #000000;
}



#content-container
{
	float: left;
	width: 1000px;
	background: #fff;
}

#section-navigation
{
	float: left;
	width: 190px;
	padding: 0px 0;
	margin: 0 0px;
	display: inline;
	background:  #ffffff;
	border-right:1px solid black;
	border-left:1px solid black;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif; 
	 font-size : 80%; 
     font-style : normal;
	 line-height: 10px; 
     color : #ffffff;
}

#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#section-navigation ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
	
}

#content
{
	float: left;
	width: 595px;
	padding: 0px 0;
	margin: 0 0 0 30px;
}

#content h2 { margin: 0; }

#aside
{
	float: right;
	width: 200px;
	padding: 0px 0;
	margin: 0 0px 0 0;
	display: inline;
	background: #ffffff repeat-y 100% 0;
	border-left:1px solid black;
	border-right:1px solid black;

}

#aside h3 { margin: 0; }

#footer
{
	clear: left;
	background: #ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
	
}
.magnifyarea{ /* CSS to add shadow to magnified image. Optional */
box-shadow: 5px 5px 7px #818181;
-webkit-box-shadow: 5px 5px 7px #818181;
-moz-box-shadow: 5px 5px 7px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
background: white;
}




#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 0px;
border: 1px solid #778;
border-bottom: none;
background: d6dcea;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background: white;
}

#tabcontentcontainer{
width: 450px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid black;
}

.tabcontent{
display:none;
}









</style>





































