/* 	Created by cheryl at flint & jelly dot com
http://www.flintandjelly.com - June 2005 */

/* General page style. */
body { 
				background-color: #fff;
				margin-top: 0px;
				margin-bottom: 0px;
				margin-left: 0px;
				margin-right: 0px;		
				font-size: 100%;		
}

h1 {
	color: #4CC5E2;
	font-size: 160%;
	font-weight: bold;
}

.small {
	font-size: 90%;
}

.medium {
	font-size: 100%;
}
.large {
	font-size: 140%;
	font-weight: bold;
}

#splashpage {
	background-image: url(../meta/pixel.gif); /*IE*/
	layer-background-image: url(../meta/pixel.gif); /*netscape*/
	background-repeat:no-repeat;
	text-align: center;
}

a.splashpage {
	color: #0000B0;
	text-decoration: none;
	font-size: 24px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

a.splashpage:hover {
	text-decoration: underline;
}

#header_e {
	position: absolute;
	top: 5px;
	left: 5px;	
	width: 575px;
	height: 139px;
	background-image: url(../meta/en/pixel.gif); /*IE*/
	layer-background-image: url(../meta/en/pixel.gif); /*netscape*/
	background-repeat:no-repeat;
}

#header_f {
	position: absolute;
	top: 5px;
	left: 5px;	
	width: 575px;
	height: 148px;
	background-image: url(../meta/fr/pixel.gif); /*IE*/
	layer-background-image: url(../meta/fr/pixel.gif); /*netscape*/
	background-repeat:no-repeat;
}

#nav {
	position: absolute;
	top: 155px;
	left: 5px;	
	width: 165px;
	height: 405px;
	background-image: url(../meta/buttpad.gif); /*IE*/
	layer-background-image: url(../meta/buttpad.gif); /*netscape*/
	background-repeat: no-repeat;
}

#menu {
	position: relative;
	top: 90px;
	left: 5px;		
	width: 150px;
	height: 210px;
}

#mailinglist {
	position: relative;
	top: 90px;
	left: 6px;		
	width: 150px;
	height: 100px;
}

#sidebar {
	position: absolute;
	top: 33px;
	left: 590px;	
	width: 132px;
	border: 0px;
}

#content {
	position: absolute;
	top: 155px;
	left: 170px;
	width: 400px;
	height: 385px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	overflow: auto;
	padding: 5px;
}

#starburst {
	width: 384px;
	height: 246px;
	background-image: url(../meta/starburst.gif); /*IE*/
	layer-background-image: url(../meta/starburst.gif); /*netscape*/
	background-repeat:no-repeat;
	border: red 1px solid;
}

a.content {
	color: #0000B0;
	text-decoration: none;
	font-weight: bold;
}

a.content:hover {
	text-decoration: underline;
}

#footer {
	position: absolute;		
	top: 550px;
	left: 170px;
	width: 410px;
	color: #4CC5E2;
	font-size: 75%;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}

a.footer {
	color: #4CC5E2;
	text-decoration: underline;
}

a.footer:hover {
	text-decoration: none;
}

.date {
	font-weight: bold;
}

/* Form elements */
INPUT, TEXTAREA, SELECT, OPTION {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;	
	color: #000066;
	background-color: #eee;
	padding: 0px;	
}


input.radio { background: #ccc; }
.grayForm {background-color: #eee; font-size: 70%; color: #006;}
.greenForm {background-color: #cc9; font-size: 70%; color: #006;}
/*cf9 green*/
/*cc9 tan*/



