@CHARSET "UTF-8";

* {
    margin  : 0;
    padding : 0;
}

body {
	position    : relative;
	font-family  : "Trebuchet MS", sans serif;
	font-size    : 14px;
	background   : url('../img/background.jpg') top left repeat;
	width        : 990px;
	margin       : 0 auto;
}

#banner {
	width       : 990px;
	height      : 82px;
	background  : url('../img/banner1.jpg') top left no-repeat;
}

#logo {
	position    : absolute;
	top         : 0;
	left        : 20px;
	width       : 174px;
	height      : 82px;
	background  : url('../img/logo1.jpg') top left no-repeat;
}

#title {
	padding     : 25px 0 10px 200px;
	line-height : 15px;
	font        : normal normal bold 14px "Trebuchet MS";
    color       : #464646;
}

#daedalus {
	position    : absolute;
	top         : 33px;
	right       : 30px;
	text-align  : right;
	font-size   : 12px;
}

#daedalus a {
	text-decoration : none;
	color           : white;
	font-size       : 12px;
}

#daedalus a:hover {
	font-size       : 12px;
	text-decoration : none;
	color           : #004a80;
}

#header {
	width       : 990px;
	height      : 46px;
	background   : url('../img/header.jpg') top left repeat-x;
}

#headertext {
	font          : normal normal bold 16px "Trebuchet MS" Arial;
    color         : #1C618C;
	text-align    : center;
	padding-top   : 12px;
	}

#content {   
	width         :	990px;
	height        : 100%;
	text-align    :  center;
	top           : 0;
	background    : url('../img/backwhite.jpg') top left repeat-y;
	color         :	#464040;
	font-family   :	"Trebuchet MS";
	font-size     :	13px;
}

#text
{
	text-align    :  justify;
	padding       : 20px 40px 20px 40px;
}

.footerin {
	width             : 990px;
    height            : 25px;
    background-image  :  url("../img/footer.jpg");
	}

.footertext {
	font              : normal normal 11px Arial;
    color             : #464646;
	text-align        : center;
	padding-top       : 7px;
	}




table {
          margin: 0;
          padding: 0;
		  text-align: center;
		  vertical-align: center;
          }

td
{
	color:			#464040;
	font-family:	"Trebuchet MS";
	font-size:		13px;
	text-align:     justify;
}

.content
{
	width:		800px;
	text-align:  center;
	margin: auto;
	color:			#464040;
	font-family:	"Trebuchet MS";
	font-size:		13px;
}

.text
{
	text-align:  justify;
	padding: 15px;
}

th
{
	color: 		  #504940;
	font-family:  "Trebuchet MS";
	font-size:	  16px;
	border:       solid;
	border:       #F5A649;
	border:       2px;
	padding:      10px;
}

h1
{
	color: 			#28221C;
	font-family:	"Trebuchet MS";
	font-size:		15px;
	padding-top:    25px;
	padding-bottom: 12px;
}

h2
{
	color: 			#26568C;
	font-family:	"Trebuchet MS";
	font-size:		14px;
	padding-top:    25px;
	padding-bottom: 12px;
}



.title
{
	color: 			#28221C;
	font-family:	"Trebuchet MS";
	font-size:		18px;
	padding-top:    5px;
	padding-bottom: 12px;
	text-align: center;
}

.bluetext
{
	color:			#4680C2;
	font-family:	"Trebuchet MS";
	font-size:		13px;
	text-align:     justify;
}

ul
{
	padding-left:    18px;
}

.underline
{
	border-bottom-style: solid;
	border-bottom-color: #0072bc;
	border-bottom-width: 1px;
	padding-bottom:		 10px;
}

.underline_dot
{
	border-bottom-style: dotted;
	border-bottom-color: #0072bc;
	border-bottom-width: 1px;
	padding-bottom:		 10px;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}



img
{
	color: 			#28221C;
	font-family:	"Trebuchet MS";
	font-size:		17px;
	text-align:     center;
	padding-bottom: 10px;
}

li {
    margin-top: 10px;
}

li a {
    text-decoration: none;
    color          : #464040;
}

li a:hover {
    color: #6C2F9B;
}

a {
    text-decoration: none;
    color          : #0E44B2;
}

a:hover {
    color: #6C2F9B;
}

#linksvideo ul {
    text-align      : left;
    width           : 350px;
    font            : normal normal bold 11px Arial;
    color           : #525252;
    list-style      : none;
    padding-left    : 40px;
}


#linksvideo li {
    padding         : 5px;
}


#linksvideo li a{
    font              : normal normal bold 11px Arial;
    color             : #525252;
	text-decoration   : none;

}

#linksvideo li a:hover{
    font        : normal normal bold 11px Arial;
    color       : #669cc3;
}
