@charset "utf-8";
/* CSS Document */

body
{
	top:0;
	left:0;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#606;	
	//max-width: 90%;
        width:950px;
        background-color: #008080;
        /*border-style: solid;
        border-size: 3px;
        border-color: #008080;*/
	/*background-image:url(bg-images.jpg);*/
	/*background-image:url(bgcolor.jpg);*/
}

content
{
        margin:10 auto;
        font-family:Verdana, Geneva, sans-serif;
        font-size:10px;
        min-height: 700px;
        color:#606;
        max-width: 90%;
        background-color: #008080;
        border-style: solid;
        border-size: 3px;
        border-color: #008080;
        /*background-image:url(bg-images.jpg);*/
        /*background-image:url(bgcolor.jpg);*/
}
.wrapper
{
	text-align:center;
	margin: 0 auto;	
}

a {
	text-decoration:none;
	color:#63C;
}

a:hover {
	text-decoration:none;
	color:#39F;
}


#header
{
	position: relative;
	float:left;
	vertical-align:top;
	//width:100%;
        width:950px;
        text-shadow: 0 0 1px white, 0 -1px 1px #ff3, 1px -1px 1px #fd3,
            -2px -5px 2px #f80, 1px -5px 2px #f20;
        /*text-shadow: 1px 2px 3px #333;*/
        /* text-shadow: 4px 4px 6px #336633;*/
	/*border-bottom: solid thin #999;*/
	/*background-image:url(back.png);*/
        background-color:#008080;
        color:#FFFFFF;
	background-size: 100%;
//        padding:  1px auto:
}
#header #logo 
{
	position:relative;
	float:center;
	//min-width:1050px;
        width:950px
	margin-bottom:2px;
	margin-left:2px;
	margin-top:2px;
	vertical-align:middle;
}

#header #nav
{
	float:left;
	padding:5px;
}

#header #nav ul {
	float:left;
	padding:0px;
	list-style:none;
}

#header #nav ul li {
	display:inline;
	font-size:16px;
	font-weight:bold;
	padding-right:10px;
}

#footer
{
	float:left;
	min-height:20px;
	vertical-align:middle;
	width:100%;
	border-top: solid thin #999;
	background-color:#008080;
	text-align:center;
	padding-top:5px;
        size:14px; 
	color:#FFC;
}

.wrapper #content
{
	float:left;
	margin:0px 2px 2px 20px;
	min-height:550px;
	width:95%;
	min-width:150px;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#009;
	line-height:1.5;
}

.wrapper #slideshow{
	min-width:539px;
	float:center;
	height:360px;
	text-align:center;	
	margin:1px 10px 20px 10px;
	position:relative;
}

.wrapper #content h1
{
	text-align:center;
	line-height:20px;
	letter-spacing:2px;
	
}

table
{ 
	position:center;
        width:90%;
	text-align:justify;
        float:center;
        font-size:14pt;
        /*text-color:black;*/
}

table, td
{
        position:relative;
        padding: 0 auto;
        text-align:justify;
		font:"Times New Roman", Times, serif;
        /*color:black;*/
        /*border: 1px solid blue;*/
        font-size:14px;

}
table, th
{
 position:relative;
        padding: 0 auto;
        text-align:center;
        color:black;
        /*border: 1px solid blue;*/
        font-size:12px;
}

.msg
{
	background-color:#F30;
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.rsidebarHeading {
    /*width: 15%;*/
    width:200px;
    height:22px;
    padding: 1px 1px 5px 1px;
    border: 3px;
    border-style:solid;
    border-color:#008080;
    background-color:#FFC;
    margin: 2px 2px 2px 2px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	text-align:center;
	color:#3C0;
	float:right;
	text-decoration: blink;
	text-shadow: 1px 2px 3px #333;
      }
.rsidebar {
    /*width: 15%;*/
    width:200px;
    min-height:210px;
    max-height:290px;
    padding: 5px 1px 5px 1px;
    border: 3px;
    border-style:solid;
    border-color:#008080;
    background-color:#FFC;
    margin: 2px 2px 2px 2px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	text-align:center;
	color:#3333CC;
	float:right;
      }
	  
.slideshow{
	min-width:539px;
	float:left;
	height:300px;
	text-align:center;	
	margin:1px 10px 1px 10px;
	position:relative;
}
  @-webkit-keyframes blinker {
  from {opacity: 10.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.wrapper #content_index
{
	float:left;
        position:relative;
	margin:0px 2px 2px 20px;
	min-height:250px;
        padding: 2px 10px 2px 10px;
//	width:80%;
        width:650px;
	min-width:150px;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0404B4;
	line-height:1.5;
        background-color: #E6E6E6;
        border-style: solid;
        border-size: 3px;
        border-color: #008080;
}
