
body {
	font-family:  Arial, sans-serif;
	font-size: 101%;
	color: #585858;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*The masthead contains the Tommi logo. Left padding is set to 160px so that the logo 
aligns with middle column. Background color is set to white.*/
#masthead {
	background-color: #FFFFFF;
	background-image: url(../images/toplogo.gif);
	background-repeat: no-repeat;
	height: 96px;
	width: 1024px;
}
#masttopGreen {
	background-color: #aad3ac;
	background-image: url(../images/stripGreen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	padding-left: 180px;
	letter-spacing: 2px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
/*The wrapper envelopes all page elements- including the masthead. It carries the white
background color is set to white. Margin must be declared, even if it is zero, in order to 
accomodate an IE-Windows workaround for min-width deployed in a conditional comment on the page.
For more info on the workaround, see the readme_first file.*/
#pagewrapper {
	background-color: #FFFFFF;
	width: 1024px;
}

/*Sidecontent is the first content column.*/
#sidecontent {
	padding: 0px;
	width: 65px;
	font-size: 0.75em;
	background-color: transparent;
	background-image: url(../images/stripGreen.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
/*The midcolumn TD is the center content cell. Nested inside are a decorative image
and the menubar. A gradient background image is assigned.*/
#midcolumn {
	width: 185px;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #fff;
}
#news {
	background-color:#fff;
	padding: 0px;
	text-align: left;
	margin-bottom: 20px;
}
#palmino {
	background-color:#fff;
	padding: 0px;
	text-align: center;
}
/*This DIV sits at the top of the midcolumn table cell and contains
a decorative image.*/
#artwork {
	border-bottom: 1px solid #000000;
}
/*The menubar DIV is the container for our menu. We set a background color.
Font-size is set to .9em, setting the menu text size.*/
#menubar {
	font-size: 0.9em;
	background-color: #555555;
	color: #CCCCCC;
}
/*The maincontent TD is the right column that contains the page's main content.
A background image is set to display at the top left edge. To give this image room
to display, we set left padding to 72px.*/
#maincontentHome {
	font-size: 0.85em;
	line-height: 1.5em;
	padding-top: 55px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	text-align: left;
}
#maincontent {
	font-size: 0.85em;
	line-height: 1.5em;
	padding-top: 65px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	text-align: left;
}

#sectionLinks {
	text-decoration:
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
	}
/*Paragraphs margins*/
#maincontent p, #sidecontent p {
	margin: 0px 0 8px;
}
/*Style attributes common to all level 1-4 headings*/
h1, h2, h3, h4 {
	margin: 0;
}
/*Style attributes specific to all level 1 headings*/
h1 {
	border-bottom: 1px dashed #999;
	font-size: 1.2em;
	margin-bottom: 10px;
}
/*Style attributes specific to all level 2 headings*/
h2 {
	font-size: .9em;
	margin: 10px 0 0;
}
/*Style attributes specific to all level 3-4 headings*/
h3, h4 {
	font-size: 1em;
}
/*Style attributes specific to all level 4 headings in the sidecontent TD.*/
#sidecontent h4 {
	margin: 0;
	font-size: 1.3em;
}
#midcolumn h1 {
	border-bottom: 1px solid #ccc;
	font-size: 1em;
}
/*Footer styles.*/
#footer {
	padding: 12px 24px;
	font-size: 0.65em;
	border-top: 4px solid #444;
	color: #5A5A5A;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

/*-----PAGE LINK STYLES --------*/
/*We assign specific link styles for links based upon the element that contains them.*/


#sectionLinks td a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#sectionLinks td a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#sectionLinks td a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#sectionLinks td a:hover, #sectionLinks td a:active, #sectionLinks td a:focus {
	color: #000000;
}





#maincontent a:link, #sidecontent a:link {
	color: #159b0c;
	text-decoration:none;
}

#maincontent a:visited, #sidecontent a:visited {
	color: #159b0c;
	text-decoration:none;
}
#maincontentHome a:visited {
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus,
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #000000;
}
#footer a:link {
	color: #666699;
}
#footer a:visited {
		color: #666699;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #000000;
}
#news a:link {
	color: #666699;
}
#news a:visited {
		color: #666699;
}
#news a:hover, #news a:active, #news a:focus {
	color: #000000;
}


