/* CSS Document */
body { /*top, right, bottom, left*/
margin:auto 0;
padding:0;	
background-color: white;
 background-position:top center;
 background-repeat: repeat-y;
font:Georgia, "Times New Roman", Times, serif;
}

#flashcontent {
	margin: 0px; /*top, right, bottom, left*/
}

a{
color: #981793;
}

div#flashcontent{
width:960px;
height:130px;
margin:0px; 
background: #EEE;
color: #79B30B;
}
  
div#container{
background-image: url(../img/back-tile.png);

text-align:left;
}


div#extra{
background:#FF8539;
}

div#container{
width:960px;
margin:0 auto;

}

div#content{
margin-left: 80px; 
margin-bottom: 0px; 
margin-right: 80px;
margin-top: 0px; 
padding-left: 10px;
padding-top: 5px;
float:left;
line-height:1.4;
width:760px;
}

div#extra{
clear:both;
margin:0 auto;

height: 99px;
background-image: url(../img/back-bottom.png);
text-align: center;
}

.video {
padding-top:20px;
}

h3 {
font-family: Arial, Helvetica, Verdana;
margin-bottom:4px;
margin-top:14px;
font-size: 16px;
font-weight: bold;
color: #4c4c4c;
}
 
p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-weight:normal;
line-height: 140%;
color: #333333;
}


li {
color: #333333;
list-style:circle;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-weight: normal;
line-height: 120%;
padding-left:0;
}
li.download {
list-style-image: url('../img/pdf-icon.gif');
font-size: 12px;
font-weight: bold;
line-height: 100%;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

a:link { color: #66ffff } /* for unvisited links */
a:visited { color: teal } /* for visited links */
/* when mouse is over link */
a:hover { color: #dd318d } a:active { color: #dd318d }
                           .sub { font-size: 12px; font-style: italic; font-family: sans-serif; }
                           html { } /* when link is clicked */