
/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 480px; 
    height:385px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:135px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}

body {  
	background: #FCF7E6;  
	color: #000000; 
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family : verdana, geneva, arial, helvetica, sans-serif; 
	font-size : 11px; 
	color: black;
}

a:link, a img {
	text-decoration: underline;
	font-weight : normal; 
	font-size : 11px; 
	color: #007400;
	border-color: #007400;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
a:visited {
	text-decoration: underline;
	font-weight : normal;
	font-size : 11px; 
	color:#007400;
	border-color:#007400;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
a:active  {
	text-decoration: underline;
	font-weight : normal;
	font-size : 11px; 
	color: #89CD89;
	border-color: #89CD89;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
a:hover {
	text-decoration: underline;
	font-weight : normal;
	font-size : 11px; 
	color: #5356C9;
	border-color: #5356C9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

.flower {
	position: relative;
	float: right;
	margin-right: 15px;
	margin-top: -50px;
	margin-bottom: -200px;
	border: 0px;
	display: inline;
}

img
{
	padding-left: 10px;
}

img.normal
{
	padding-left: 0px;	
}

img.right
{
	padding: 0px 0px 5px 5px;	
	float: right;
}

.right_div
{
	text-align:center;
	width: 290px;
	padding: 0px;
	margin: 0px 0px 5px 5px;	
	float: right;
}


.right_driving
{
	text-align:center;
	width: 360px;
	padding: 0px;
	margin: 0px 0px 5px 5px;	
	float: right;
}

hr {
	background-color: #008000;
	color: #008000;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

td {
	vertical-align: top;
	background-color : white; 
	font-family : verdana, geneva, arial, helvetica, sans-serif; 
	font-size : 11px; 
	padding-bottom : 8px; 
	padding-left : 0px; 
	padding-right : 18px; 
	padding-top : 0px
}

td.list {
	vertical-align: top;
	background-color : white; 
	font-family : verdana, geneva, arial, helvetica, sans-serif; 
	font-size : 11px; 
	padding-bottom : 1px; 
	padding-left : 0px; 
	padding-right : 4px; 
	padding-top : 0px
	width: 100px;
}

#container_outer {
	text-align: center;
	width: 100%;
	border: 0px solid #007400;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #FCF7E6;
	color: black;
}

#header {
	padding: 0px;
	width: 770px;
	height: 94px;
	background-color: #ffffff;
	background-image: url(background_header.jpg);
	background-repeat: no-repeat;
}

#container_content {
	text-align: left;
	width: 770px;
	background-color: #ffffff;
	border: 2px solid #007400;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-family : verdana, geneva, arial, helvetica, sans-serif; 
	font-size : 11px; 
}

#content {
	width: 590px;
	padding-top: 9px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 147px;
	background-color: #ffffff;
	font-family : verdana, geneva, arial, helvetica, sans-serif; 
	font-size : 11px; 
}

#sidebar-a {
	text-align: center;
	float: left;
	background-color: #ffffff;
	width: 117px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
	background-image: url(background_left.jpg); 
	background-repeat: no-repeat;
}

.clear {
	clear: both;
	padding: 10px;
	background-color: #ffffff;
}

div.hline { 
	color : #c00000; 
	border : 1px solid #000000; 
	border-left-width : 0px; 
	border-right-width : 0px; 
	border-top-width : 1px; 
	border-bottom-width : 0px;
}

.inputfield{
	font-family : verdana, geneva, arial, helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal; 
	padding: 2px;
	text-decoration: none;
	width: 300px;
	display: block;
	color: #000000;
	background-color: #f0f0f0;
	border-top: 2px black solid;
	border-left: 2px black solid;
	border-bottom: 2px black solid;
	border-right: 2px black solid;
	border-style: solid;
}

button{
	font-family : verdana, geneva, arial, helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : bold; 
	padding: 2px;
	text-decoration: none;
	width: 100px;
	display: block;
	color: #008000;
	background-color: #ffffff;
	border-top: 2px #008000 solid;
	border-left: 2px #008000 solid;
	border-bottom: 2px #008000 solid;
	border-right: 2px #008000 solid;
}

.button_hover{
	background-color: #FCF7E6;
}

.button_hover_bgchanges{
	background-color: #008000;
	color: #ffffff;
	border-top: 2px #FCF7E6 solid;
	border-left: 2px #FCF7E6 solid;
	border-bottom: 2px #FCF7E6 solid;
	border-right: 2px #FCF7E6 solid;
}

.button_current{
	background-color: #C5DFC4;
}

#sidebar-a a:link  {
	text-decoration: none;
	font-weight : bold; 
	font-size : 15px; 
	color: #89CD89;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
#sidebar-a a:visited {
	text-decoration: none;
	font-weight : bold; 
	font-size : 15px; 
	color:#89CD89;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
#sidebar-a a:active  {
	text-decoration: none;
	font-weight : bold; 
	font-size : 15px; 
	color: #89CD89;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
#sidebar-a a:hover {
	background: none;
	text-decoration: none;
	font-weight : bold; 
	font-size : 15px; 
	color: #007400;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

.current {
	text-decoration: none;
	font-weight : bold; 
	font-size : 15px; 
	color: #89CD89;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#footer {
	font-size: 10px;
	color: #404040; 
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#footer a:link  {
	font-size: 9px;
}
#footer a:visited {
	font-size: 9px;
}
#footer a:active  {
	font-size: 9px;
}
#footer a:hover {
	font-size: 9px;
}

#eddy {
	font-size: 9px;
	color: #A5955F; 
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#eddy a:link  {
	font-size: 9px;
	color: #A5955F; 
}
#eddy a:visited {
	font-size: 9px;
	color: #A5955F; 
}
#eddy a:active  {
	font-size: 9px;
	color: #A5955F; 
}
#eddy a:hover {
	font-size: 9px;
	color: #404040; 
}