﻿*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	/* this image shows as the "skin" around the inner site */
	/* 1500x1000 should cover most screens */
	/* background-image: url("images/mtprinceton.jpg"); */
	/* background-repeat: no-repeat; */
	background-color: #858483; /* this color will only show if the screen is bigger than the image above */
}

.OutsideDiv
{
    position:absolute;
	/* The distance of the "inner site" from the top and left */
    top: 10px;
    left: 10px;
    /* border: solid 2px #000000; */
	background-color: #858483;
}

.HeaderDiv
{
    float: left;
    height: 180px;
    width: 870px;
	/* background-image: url("images/woodgrain2.jpg"); */
	background-repeat:repeat;
    /* border-bottom: solid 2px #000000; */
    text-align: left;
    vertical-align: middle;
}

.TopMenuDiv
{
    clear:both;
    float:left;
    width: 860px;
    height: 25px;
    /* border-top: solid 2px #000000; */
	background-color: #572d03;
    text-align: center;
}

.LeftMenuDiv
{
    clear:both;
    float:left;
    width: 180px;
	background-color: #616161;
    text-align: left;
    vertical-align: top;
    min-height: 1200px;
}

.BodyDiv
{
    float:left;
    width: 690px;
    min-height: 350px;
    text-align: left;
    vertical-align: top;
}

.WideBodyDiv
{
    clear:both;
    float:left;
    width: 860px;
    text-align: left;
    vertical-align: top;
}

.WideBodyDivCenter
{
    clear:both;
    float:left;
    width: 860px;
    text-align: center;
    vertical-align: top;
}

.FooterDiv
{
    clear:both;
    float:left;
    width: 860px;
    /* border-top: solid 2px #000000; */
	/* background-color: #572d03; */
    text-align: center;
}

.PaintingsLeftDiv
{
    clear:both;
    float:left;
    width: 420px;
    text-align: left;
    vertical-align: top;
}

.PaintingsMiddleDiv
{
    float:left;
    width:3px;
    text-align: center;
    background-color:#616161;
    vertical-align: middle;
}

.PaintingsRightDiv
{
    float:left;
    margin-left:10px;
    width: 420px;
    text-align: left;
    vertical-align: top;
}

.PaintingsRowDiv
{
    clear:both;
    float:left;
    text-align: left;
    vertical-align: text-bottom;
    padding-bottom:10px;
}

.PaintingsSeparateDiv
{
    clear:both;
    float:left;
    background-color:#616161;
    width:860px;
    height:3px;
    text-align: center;
    vertical-align: text-bottom;
}

H1
{
	margin: 5px 5px 5px 15px;
	text-align: left;
	font-family: Times New Roman, Georgia;
	font-size: 16px;
	color: #572d03;
	font-weight: bold;
}

.H2Center
{
	margin: 5px 5px 5px 5px;
	text-align: center;
	font-family: Times New Roman, Georgia;
	font-size: 16px;
	color: #572d03;
	font-weight: bold;
}

P
{
	margin: 10px 10px 5px 60px;
	text-align: left;
	font-family: Times New Roman, Georgia;
	font-size: 14px;
	color: #572d03;
	font-weight: normal;
}

A:link
{
    font-family: Times New Roman, Georgia; 
	font-size: 14px; 
	color: #361c02;
	text-decoration:underline;
	font-weight: normal; 
}

A:active
{
    font-family: Times New Roman, Georgia; 
	font-size: 14px; 
	color: #361c02;
	text-decoration:underline;
	font-weight: normal; 
}

A:visited
{
    font-family: Times New Roman, Georgia; 
	font-size: 14px; 
	color: #361c02;
	text-decoration:underline;
	font-weight: normal; 
}

A:hover
{
    font-family: Times New Roman, Georgia; 
	font-size: 14px; 
	color: #7f4204;
	text-decoration:underline;
	font-weight: normal; 
}

.PRight
{
	margin: 5px 5px 5px 60px;
	text-align: right;
	font-family: Times New Roman, Georgia;
	font-size: 14px;
	color: #572d03;
	font-weight: normal;
}

.PCenter
{
	margin: 5px 5px 5px 10px;
	text-align: center;
	font-family: Times New Roman, Georgia;
	font-size: 14px;
	color: #572d03;
	font-weight: normal;
}

.PMatch
{
	font-family: Times New Roman, Georgia;
	font-size: 14px;
	color: #572d03;
	font-weight: normal;
}

.TopMenuText
{
	margin: 5px 5px 5px 10px;
	text-align: center;
	font-family: Times New Roman, Georgia;
	font-size: 14px;
	color: #858483;
	font-weight: normal;
}

.MenuText
{
	margin: 5px 5px 5px 10px;
	text-align: left;
	font-family: Times New Roman, Georgia;
	font-size: 14px;
	color: White;
	font-weight: normal;
}

a.MenuLink:link
{
    font-family: Times New Roman, Georgia; 
	font-size: 14px; 
	color: #858483;
	text-decoration:none;
	font-weight: normal; 
}

a.MenuLink:active
{
    font-family: Times New Roman, Georgia; 
	font-size: 14px; 
	color: #858483;
	text-decoration:none;
	font-weight: normal; 
}

a.MenuLink:visited
{
    font-family: Times New Roman, Georgia; 
	font-size: 14px; 
	color: #858483;
	text-decoration:none;
	font-weight: normal; 
}

a.MenuLink:hover
{
    font-family: Times New Roman, Georgia; 
	font-size: 14px; 
	color: White;
	text-decoration:none;
	font-weight: normal; 
}

.FooterText
{
	margin: 5px 5px 5px 10px;
	text-align: center;
	font-family: Times New Roman, Georgia;
	font-size: 14px;
	color: White;
	font-weight: normal;
}

.PhotoLeft
{
	border: solid 5px White;
	float: left;
	margin: 0px 10px 0px 0px;
}

.PhotoRight
{
	border: solid 5px White;
	float: right;
	margin: 0px 0px 0px 10px;
}

.PaintingBorder
{
	border: solid 5px White;
	margin: 5px 5px 5px 5px;
}

.FormTbox
{
	text-align: left;
	font-family: Times New Roman, Georgia;
	font-size: 14px;
	color: Black;
	font-weight: normal;
}

.Error
{
	text-align: center;
	font-family: Times New Roman, Georgia;
	font-size: 14px;
	color: Red;
	font-weight: bold;
}

.Success
{
	text-align: center;
	font-family: Times New Roman, Georgia;
	font-size: 14px;
	color: Blue;
	font-weight: bold;
}

.list1{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #572d03;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight: normal;
	list-style : none;
	margin-left : 35px;
	padding-left: 5px;
	text-indent: -5px;
	list-style-image : url(images/asteriskbullet.gif);
}
.list2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #572d03;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight: normal;
	list-style : disc;
	margin-left : 35px;
	padding-left: 5px;
	text-indent: -5px;
}
.list3{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #572d03;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight: normal;
	list-style : decimal;
	margin-left : 35px;
	padding-left: 5px;
	text-indent: -5px;
}

