body { font-family: arial, verdana, sans-serif; font-size: normal; color: black;
background: url('header.gif');
background-repeat: repeat-x;
background-color: #fff;
margin-top:0;
margin-right:0;

 }

a:link    { color: #000000; text-decoration: none; font-weight:bold; }
a:visited { color: #000000; text-decoration: none; font-weight:bold;}
a:hover   { color: #000000; text-decoration: underline; font-weight:bold;}
a:active   { color: #000000; text-decoration: underline; font-weight:bold;}

#temp-note {
	background: #f9f6b7 url(http://www.mozilla.com/firefox/central/updated-note.png) bottom repeat-x;
	padding: 0;
	margin: 1em 0;
	border: 1px solid #c4c295;
	line-height: 150%;
}
.note-icon {
	background: url(http://www.mozilla.com/firefox/central/info-note.png) 15px 15px no-repeat;
	padding: 15px 15px 15px 50px;
	border: 1px solid #fff;
}

.blurb { background-color: #C7CDE8; border-style: dotted; border-width: 2; border-bottom-width: 3; border-right-width: 3; border-color: #478BAA; padding: 4; width: 400;}



.DownloadBox
{
	background-color: #a8ff82;
	background-image: url('download_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	border-style: solid;	
	border-width: 1px;
	height:30pt;
	width: 200px;	
	border-color: black;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	padding: 5px;
}
.DownloadBoxLeft
{
	width: 35px;
	float: left;
	margin-left: -1px;
	font-size: 26pt;
	padding: 2px;
	font-weight: bold;	
}

.DownloadBoxRight
{
	margin-left: 60px;
	padding: 2px;
	font-size: 20pt;
}
/*.DownloadBoxRight:first-line
{
	font-size: 14pt;
}*/
.AlertBox
{
background-color: #F6A4A6;
border-style: solid;
border-width: 0; 
border-color: #FF5560;
padding: 4;

background: url('alert_bg.gif');
background-repeat: no-repeat;
background-color: #888888;
}
.ScreenShots
{
	background-color:#dbdbdb;
	width:215;
	margin:2;
}
.LatestUpdateBox
{
	background-color:#ffb7b7;
}
.GreenLink
{
	background-image: url('green_grad.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
.DownloadLink
{
	background-image: url('download_arrow.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	border-color: #07d100;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	height: 42px;
	
}
.DownloadLinkTitle
{
	margin-left: 45px;
	padding: 5px;
	color: #000000;
	font-size:20pt;
	font-style:bold;
}
.DonateLink
{
	background-image: url('donate_bling.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	border-color: #07d100;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	height: 42px;
	
}
.DonateLinkTitle
{
	margin-left: 50px;
	padding: 5px;
	color: #000000;
	font-size:12pt;
}
.DonateLinkTitle:first-line
{
	font-size:20pt;
	font-style:bold;
}
.FeatureBlock
{
	border-width: 1px;
	border-style: solid;	
}
.FeatureLink
{
	font-size:20pt;
	font-weight:bold;
	color: grey;
	border-color: #aaa;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
}
.FeatureLink:hover
{
	font-size:20pt;
	font-weight:bold;
	color: black;
	border-color: #000000;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	background: url('feature_active.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
.Feature:first-line
{
	font-size:20pt;
	font-weight:bold;
	color:Black;
	margin-left:-10;
}
div.DonateBox
{
	width: 220;
	padding: 5;
border-style: dashed;
border-width: 2;
border-color: #43c143;
background-color: #a2ffa2;
background-image: url('dollar_sign.gif');
background-repeat: no-repeat;
font-weight: bold;
}

div.FeatureTitle
{
	font-size: 24px;
	font-weight: bold;
	color: #E17501;
	border-bottom: 1px solid #FCDCB6;
}
div.FeatureDesc
{	
	padding: 10;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-style: solid;
	border-color: #FCDCB6;
	background-color: #FFFAF5;

}
.FeatureDesc p
{
	padding: 0;
	
	margin-left: 10;
}

.FeatureDesc  img
{
	float: left;
	
}

h2
{
	border-bottom: 1px solid #ccc;	
}

h1
{
	font-size: 24pt;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	background: url('feature_active.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	
}
h1.Title
{
	background-image: url('h1grad.jpg');
	
	background-position: bottom;
}

.ProgramDesc
{
	background-color: #ffffff;
	background-image: url('box_bg01.gif');
	background-repeat: repeat-x;
	padding: 5px;	
}
/*.ProgramDesc:first-line
{
	font-size: 24pt;
	font-weight: bold;
}*/

div.HowTo
{
	border-left: 1px;
	border-top: 1px;
	border-right: 2px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #ccc;
	background-color: #FFF9B7;
	padding: 3;
}

div.HowToTitle
{
	color: black;
	font-size: 16pt;

}
div.DownloadBoxOver
{
	border: 4px solid #00780B;
	background-color: #C5FFE3;
	width: 200;
	font-style: italics;
	text-align: center;
}
div.DownloadTitle
{
	color: #36A400;
	font-size: 20pt;
	font-weight: normal;
	border-style: solid;
	border-width: 0;
	border-bottom-width: 3;
	border-color: #D6F4D6;
}

.DownloadBox: link    { color: #FFFFFF; text-decoration: none; font-weight:bold; }
.DownloadBox: visited { color: #FFFFFF; text-decoration: none; font-weight:bold;}
.DownloadBox: hover   { color: #FFFFFF; text-decoration: none; font-weight:bold;}
.DownloadBox: active   { color: #FFFFFF; text-decoration: none; font-weight:bold;}

/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }

a.BegLink
{
	text-decoration: underline;
	color: #00AA00;
}
.SideBox
{
	border: 1px #ddd solid;
	width: 300px;
	padding: 5px;
}
.SideBoxTitle
{
	font-weight: bold;
	font-size: 125%;
}