html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	padding-top:20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #654F29;
	background-image: url(../images/celticKnot.png);
	background-repeat: repeat;
}

hr{
	border: 1px dashed #AD8B4F;
	margin: 10px;
}

h1{
	font-size: 16px;
	color:#654F29; 
	padding-bottom:5px;
}

h2{
	font-size: 13px;
	color:#654F29; 
	padding-bottom:5px;
}

table tr td{
	border:none;
	padding-bottom:5px;
}

table tr th{
	border:none;
}

img
{
	border:none;
}

#miscMessage
{
	border:none;
}

input
{
	border: solid 1px #654F29;
}
select
{
	border: solid 1px #654F29;
}

textarea
{
	border: solid 1px #654F29;
}

p{
	padding-bottom: 10px;
}

.contact{
	border: 1px solid #654F29;
	width:300px;
}

#writeup
{
	width: 90%;
	display: block;
	text-align: left;
}

a 
{
	text-decoration: none;
}

a:link 
{
	color: #654F29;
}
a:visited 
{
	color: #fff;
}
a:hover 
{
	color: #fff;
	text-decoration: underline;
	color: #B22222;
}
a:active 
{
	color: #fff;
}

#Footer1_dynoLinks
{
	padding-left: 10px;
}

#Footer1_dynoLinks a:hover
{
	color: #fff;
}

#footer .orchestrated
{
	color: #C3B18B;
	padding-top:3px;
	text-decoration: none;
}

#footer .orchestrated a:link, a:visited {color: #fff;}
#footer .orchestrated a:hover {color: #fff;}
#footer .orchestrated a:active {color: #fff;}
#footer .orchestrated a {color: #fff;}
#footer .orchestrated a img, :link img, :visited img {border: none}

#globalNav a 
{
	text-decoration: none;
}

#globalNav a:link, a:visited {color: #654F29;}
#globalNav a:hover {color: #fff;}
#globalNav a:active {color: #fff;}
#globalNav a img, :link img, :visited img {border: none}

#shell{
	border: 1px dashed #654F29;
	background-color: #EFE5CC;
	margin: auto;
	width: 770px;
	z-index: 1;
}

#header{
	width: 100%;
	margin: auto;
	background-color: #EFE5CC;
	z-index: 10;
}

#globalNav{
	width: 100%;
	background-color: #C3B18B;
	background-image: url(../images/globalNav.png);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#7E6148;
	z-index: 20;
}

#globalNav ul{
	padding-top: 5px;
	
}

#globalNav ul li{
	list-style: none;
	display: inline;
	font-size: 17px;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #AD8B4F;
}

#content{
	background-color: #EFE5CC;
	z-index: 30;
}

#leftContent{
	margin: 10px;
}

#leftContent ul{
	padding: 10px;
	margin-left: 20px;
}

#leftContent ul li{
	font-size: 12px;
	margin: 15; 
	padding: 15;
}

#rightContent{
	padding: 10px;
	margin-top: 10px;
}

#footer{
	background-color: #C3B18B;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	height: 15px;
	z-index: 40;
}

#auto{
	position: relative;
	left: 206px;
	top: 41px;
	z-index: 100;
	display: inline;
}

#leftContent .redText{
	list-style-image: none;
	color: #B22222;
}

.indentLeftText{
	padding-left: 5px;
}

.contentTable ul{
	padding-left: 20px;
	padding-bottom:10px;
}

.contentTable ul li
{
	list-style-type:square;
}

.lightBrownBold{
	color: #AD8B4F;
	font-weight:bold;
}

.ulLeftPadding
{
	padding-left:25px;
}

.buttons{
	border: 1px solid #654F29;
	background-color: #654F29;
	color:#fff;
}

.specialEventsTitles
{
	font-weight:bold;
	border-bottom: 1px solid #AD8B4F;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

#notifications ul
{
	padding-left: 0px;
	margin: 0px;
}

#notifications ul li
{
	padding-left: 0px;
	padding-top:5px;
	margin-left: 0px;
	list-style-type:none;
}


.errorCell{
	color: Red;
}

.mouseOver
{
	background-color:#C3B18B;
	color: #fff; /* #B22222; */
}

.mouseOut
{
	background-color:#EFE5CC;
	color: #654F29;
}

.form2
{
	border:none;
	padding: 3px 0px 0px 3px;
}
