

/*Main Page*/
*

#container1
{
padding:10px 10px 0px 10px;
}

/*Green text*/
h1 {
	font-size:14px;
	color:#45560c;
	font-family:Helvetica, sans-serif;
	line-height:120%;
	font-weight:normal;
}

/*Bigger Brown Text*/
h2 {
	font-size:16px;
	font-family:Helvetica, sans-serif;
	color:#583100;
	text-align:center;
	line-height:120%;
	font-weight:normal;
}

/*Big Brown Text*/
h3 {
	font-size:14px;
	font-family:Helvetica, sans-serif;
	color:#583100;
	text-align:center;
	line-height:120%;
	font-weight:normal;
}

/*Green text*/
h4 {
	font-size:13px;
	color:#45560c;
	font-family:Helvetica, sans-serif;
	font-weight:normal;
	text-align:right;
}


/*Brown, Justified Text*/
p
{
	font-size:12px;
	font-family:Helvetica, sans-serif;
	color:#583100;
	text-align:justify;
	line-height:120%;

}


/*Links - XXX - pick colors for these*/
a:link {
	color:#45560c;
	text-decoration:none;
}

a:visited {
	color:#45560c;
	text-decoration:none;
}

a:hover {
	color:#45560c;
	text-decoration:underline;
}

a.brown:link {
	color:#583100;
	text-decoration:none;
}

a.brown:visited {
	color:#583100;
	text-decoration:none;
}

a.brown:hover {
	color:#583100;
	text-decoration:underline;
}



/*Alignments*/
.alignright
{
text-align:right;
}

.alignleft
{
text-align:left;
}

.aligncenter
{
text-align:center;
}


/*Font Sizes*/
.fontsmall
{
font-size:12px;
color:#583100;
font-variant:normal;
}

.fontmed
{
font-size:14px;
}


.fontbig
{
font-size:16px;
}

.fontbigbold
{
font-size:16px;
font-weight:bold;
}