/* toddgreenstein.com default style v1.01 */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body
{
     
}

.Masthead
{
	background-color: blue;
	font-family: Trebuchet, Verdana, Geneva, Helvetica, Arial, Sans-Serif;
	color: white;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	font-size: xx-large;
	padding: 0px 175px 0px 55px;
}

.tabin
{
	padding: 0px 175px 0px 55px;
}

.SectionTitle, Title
{
	color: maroon;
	/* font-style: italic; */
	font-size: large;
	font-weight: bolder;
	margin: 20px 0 0px 0;
	font-family: Clarendon, Slab Serif; /*modern*/
}

.SectionText, Text
{
	font-family: New York, Georgia, Times New Roman;
	/*georgia bold italics looks great*/
	margin: 0 0 20px 0;
}

/*validators and javascript location and date*/
/*Whats the difference between dot class and just plain class? */
footer
{
color: orange;
}

/*conclusion of page so people look back up*/
.bottom_of_page
{
	color: white;
	background-color: blue;
	/*color: green;
	border-color: #000;
	border-width: 1px;
	border-style: solid;*/
}

.bordercolor
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-LEFT: #037244 1px solid;
    BORDER-BOTTOM: #037244 1px solid
}
/* specific divs */
#container
{
	padding: 0px 175px 0px 55px;
	margin: 0px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}
#LinkList
{
	/*border-color: Silver;
	border-width: 1px;
	border-style: solid;*/
	text-align: left;
	margin-left: 500px;
	position: absolute;
	top: 50px;
	right: 0;
	vertical-align: top;
}
#LinkList2
{
	/*border-color: Silver;
	border-width: 1px;
	border-style: dashed;*/
	padding: 10px;
	margin-top: 20px;
	width: 200px;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

/*#LinkList
{
	border-color: white;
	border-width: 1px;
	border-style: solid;
}*/
