/* layout */
body
	{
	margin: 0;
	padding: 0;
	background: #99ff99;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 100%;
	border: none;
	}
html
	{
     margin:0;
     padding:0;
     height:100.02%;
     border:none
	}
#wrapper
	{
	vertical-align: middle;
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	}
#head
	{
	border: none;
	margin: auto;
	margin-top: 10px;
	padding: 0;
	width: 50em;
	height: 80px;
	background: #99ff99 url(../pics/headM.jpg) repeat-x; 
	}
#headl
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 231px;
	height: 80px;
	float: left;
	background: url(../pics/headL.jpg) no-repeat;
	}
#headr
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 270px;
	height: 80px;
	float: right;
	background: url(../pics/headR.jpg) no-repeat;
	}
#pronav
	{
	background: #99ff99;
	border: none;
	margin: auto;
	padding: 0;
	}
#content
	{
	background:#ffffff url(../pics/whats.gif) 1em 4em no-repeat;
	width: 50em;
	height: 85%;
	margin: auto;
	padding: 0.2em;
	border: solid #33cc66 1px;
	}
#links
	{
	width: 21em;
	border: none;
	margin: auto;
	padding: 0;
	text-align: left;
	}
.quote
	{
	font-size: 0.7em;
	text-align: right;
	font-style: italic;
	}
.text
	{
	width: 30em;
	border: none;
	margin: auto;
	padding: 0;
	text-align: left;
	}
.linksbox
	{
	width: 21em;
	margin: auto;
	border: none;
	padding: 0;
	text-align: left;
	}
.vidtitle
	{
	width: 20em;
	margin: auto;
	border: none;
	padding: 0;
	text-align: right;
	}
.vidbox
	{
	width: 30em;
	border: 1px solid #999999;
	padding: 0;
	border-collapse: collapse;
	}
td.cell		/* vidbox cell borders */
	{
	border: 1px solid #999999;
	padding: 0px;
	}
.sendbox
	{
	width: 30em;
	border: none;
	padding: 0
	}
.box
	{
	position: relative;
	width: 100%;
	height: 100%;
	float: none;
	clear: none;
	margin: auto;
	text-align: center;
	}
/* layout ends*/

/* fonts */
a img,:link img,:visited img
	{
	border: none
	}
a.imglink:hover
	{
	background: transparent;
	}
a:link
	{
	background: inherit;
	color: #00cc00;
	text-decoration: none;
	}
a:visited
	{
	background: inherit;
	color: #00cc00;
	text-decoration: none;
	}
a:hover
	{
	background: inherit;
	color: #006600;
	text-decoration: none;
	}
a:active
	{
	background: inherit;
	color: #00cc00;
	text-decoration: none;
	}
a.linkopacity img
	{
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: 1px solid #999999;
	padding: 4px;
	}
a.linkopacity:hover img
	{
	filter: alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	border: 1px solid #000000;
	padding: 4px;
	}
/* linkopacity no border */
a.linkopacitynb img
	{
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
	margin: 0.1em;
	padding: 2px;
	background: #ffffff;
	}
a.linkopacitynb:hover img
	{
	filter: alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	border: none;
	margin: 0.1em;
	padding: 2px;
	background: #ffffff;
	}
a.linkopacitynbindex img
	{
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
	}
a.linkopacitynbindex:hover img
	{
	filter: alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	border: none;
	}
.center
	{
	text-align: center;
	}
.right
	{
	text-align: right;
	}
.italic	
	{
	font-style: italic;
	}
.bold
	{
	font-weight: bold;
	}
.small
	{
	font-size: 0.8em;
	}
.smallrt
	{
	font-size: 0.8em;
	text-align: right;
	}
.smaller
	{
	font-size: 0.7em;
	text-align: center;
	}
.footer
	{
	font-size: 0.7em;
	text-align: center;
	}
.bcenter
	{
	font-weight: bold;
	text-align: center;
	}
/* fonts ends */
	
/* headings */	
h1,h2,h3,h4,h5,h6,pre,code 
	{
	font-size: 100%;
	font-style: normal;
	}
h1 
	{
	font-size: 1.2em;
 	font-weight: bold;
	}
h2
	{
	font-size: 1.1em;
	font-weight: bold;
	}
h3
	{
	font-weight: bold;
	margin-left: 2em;
	}

/* headings ends */

/* forms */
textarea
	{ 
	background: #ffffff;
	color: #000000;
	font-size: 1em;
	margin-right: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
input
	{ 
 	background: #ffffff;
	color: #000000;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
label
	{
	float: right;
	text-align: right;
	margin: 0 1.5em 0.5em 0;
	}
.input-box
	{
	margin-bottom: 0.5em;
	margin-right: 1em;
	}
.submit-button
	{
	background: #ffffff;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border-color: #009900;
	border-width: 1px;
	color: #000000;
	}
/* forms ends */
/* hides the second object from all versions of IE */
* html object.mov
	{
	display: none;
	}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/
	{
	display: inline;
	}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov
	{
	display/**/: none;
	}
/* navigation bars */
ul.menu
	{
	position: relative;
	width: 28em;
	height: 1.5em;
	font-weight: bold;
	}
ul.menu li
	{
	padding: 0;
	margin-right: 1em;
	float: left;	
	list-style-type: none;
	}
ul.menu li a
	{
	border: 0;
	display: block;
	text-decoration: none;
	color: #009900;
	}
.menu a:visited
	{
	color: #009900;
	}
.menu a.current:hover
	{
	color: #000000; 
	background: #ffffff;
	}
.menu a:hover
	{
	color: #ffffff; 
	background: #009900;
	}
.menu a.current
	{
	color: #000000;
	}
ul.menup
	{
	position: relative;
	width: 26em;
	height: 1.5em;
	font-weight: normal;
	}
ul.menup li
	{
	padding: 0;
	margin-right: 1em;
	float: left;	
	list-style-type: none;
	}
ul.menup li a
	{
	border: 0;
	display: block;
	text-decoration: none;
	color: #009900;
	}
.menup a:visited
	{
	color: #009900;
	}
.menup a:hover
	{
	color: #ffffff; 
	background: #009900;
	}
ul.menus
	{
	position: relative;
	width: 18em;
	height: 1.5em;
	font-weight: normal;
	}
ul.menus li
	{
	padding: 0;
	margin-right: 1em;
	float: left;	
	list-style-type: none;
	}
ul.menus li a
	{
	border: 0;
	display: block;
	text-decoration: none;
	color: #009900;
	}
.menus a:visited
	{
	color: #009900;
	}
.menus a:hover
	{
	color: #ffffff; 
	background: #009900;
	}
.menus a.current
	{
	color: #000000;
	}
.menus a.current:hover
	{
	color: #000000; 
	background: #99ff99;
	}
.centered
	{
	margin: 0 auto;
	}
/* end navigation */

