
<!-- 
body  {
	background-color: #336080;
	background-image: url(../images/backgr.png);
	background-attachment: fixed;
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	}

h1 {
	font-family: sans-serif;
	font-size: .9em;
	padding: 5px 10px 0px 0px;
	color: #005980;
	}


h2 {
	font-family: sans-serif;
	font-size: .8em; 
	color: #000;
	margin: 0px;
}

img {border: none;}

.clearright 
{
float: right;
clear: right;
padding: 50px 0px 0px 30px;
}

.clearvideo
{
float: right;
clear: right;
padding: 10px 0px 2px 30px;
}

.smalltext
{
font-size: .7em;
}

.bold
{
font-size: .8em;
font-weight: bold;
color:gray}

p {

	font-family: "Trebuchet MS", Georgia, Serif;
	font-size: .9em;
	text-align: justify;
	line-height: 1.5em;
	color: #222222;
	}
	
ul {
	font-family: "Trebuchet MS", Georgia, Serif;
	font-size: .9em;
	text-align: left;
	line-height: 1.6em;
	padding: 0px 0px 0px 10px;
	list-style: none;
	color: black;
	list-style: circle;
	margin-left: 12px;}
	
	
	
a:link 		{color: #f68b0d; text-decoration: none; font-weight: bold;}
a:visited 	{color: #f68b0d; text-decoration: none; font-weight: bold;}
a:hover 	{color: green; text-decoration: underline; font-weight: bold;}
	
/* End Text Styling */

/* Tabs */
	#tabs {
      float:left;
      background-color: #83abbf;
      width:100%;
      font-size:80%;
	  border-bottom:1px solid #2763A5;
      line-height:normal;
      }
    #tabs ul {
	  margin:0;
	  padding:0px 0px 0 18px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url(/images/tableft10.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background: url(/images/tabright10.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
      
      
/* END TABS */


#container {

	position: relative;
	text-align: left;
	width: 900px;
	height: 100%;
	margin: 0px auto 0px auto;
	background-color: white;
	}

#header {
	width: 900px;
	margin-top: 5px;
	margin-left: 0px;
	}
		
#content {
	
	width: 900px;
	margin-top: 0px;
	margin-left: 0px;
	}
	

#textLeft {

	width: 820px;
	float: left;
	padding: 0px 0px 0px 30px;
	}



#footer {
	
	width: 900px;
	clear: both;
	}
	
#videoframe{
	
	width: 600px;
	height: 400px;
}
	

-->


