/* CSS Document */

body {
	margin: 0px 0px 25px 0px; /* top right bottom left */
	background-color: black;
	text-align: center;
}

div#pageContainer {
	width: 720px;
}

table {
	font-family: Georgia, "Times New Roman", Times, serif; /* if they don't have Georgia, it uses Times New Roman, etc. */
	font-size: 14px;
	color: black;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

td {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

td#left {
	width: 84px;
	font-size: 6px;
}

td#right {
	width: 87px;
	font-size: 6px;
}

table#navContainer {
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 100%;
	text-transform: uppercase;
}

td#nav {
	width: 550px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	background-color: #D5D0CD;  /* tan */
	background-image: url('../images/navBg.gif');
}

td#content {
	width: 550px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background-color: #D5D0CD;  /* tan */
	background-image: url('../images/contentBg.gif');
	background-repeat: no-repeat;
}

td#contentChat {
	width: 720px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/chatBg.gif');
	background-repeat: repeat-y;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #412E22;  /* brown */
}

table#navContainer a:hover {
	text-decoration: none;
	color: black;
}

img {
	border-width: 0px;
	margin: 0px;
}

img.mnuActive {
	border-bottom: 1px solid black;
	/* border-bottom: 1px dashed green */
	/* border-bottom: 3px dotted purple */
}

img#header {
	width: 720px;
	height: 107px;
	margin-bottom: 0px;
}

img#tapeLeft {
	width: 84px;
	height: 40px;
}

img#tapeRight {
	width: 87px;
	height: 40px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-variant: small-caps;
	text-align: center;
	letter-spacing: 5px;
	color: #412E22;  /* brown */
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: black;
}

img#madamPink {
	width: 250px;
	height: 320px;
}

/* MENU IMAGES */

img#mnuHome {
	height: 11px;
}

img#mnuAbout {
	width: 58px;
	height: 11px;
}

img#mnuPapers {
	width: 65px;
	height: 11px;
}

img#mnuCFP {
	width: 34px;
	height: 11px;
}

img#mnuTalk {
	width: 44px;
	height: 11px;
}

img#mnuDates {
	width: 52px;
	height: 11px;
}

img#mnuContact {
	width: 78px;
	height: 11px;
}

img#mnuHome {
	width: 49px;
	height: 11px;
}

/* FORM ELEMENTS */

input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	background-color: #E4DFDC;
	color: #333;
	border-color: #999;
	border-style: solid;
	border-width: 0px;
	width: 100%;
}

input.btn {
	font-weight: bold;
	color: #FFF;
	background-color: #412E22;  /* brown */
	border-top-color: #999;
	border-left-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	width: 50px;
	padding: 1px;
}

select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	color: #333;
	width: auto;
}

.normText {
    font: normal 14px/1.5em Arial, Verdana, Helvetica  sans-serif; }

.norm {font: normal 14px Arial, Verdana, Helvetica  sans-serif;}