@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* BACKGROUNDS */
.mainTile {
	background-color:#b81f1f;
	background-image:url(../images/bgTile.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.contentTile {
	background-image:url(../images/bgContent.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

.contentEmblem {
	background-image:url(../images/bgContentEmblem.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.contentTitle {
	background-image:url(../images/bgTitle.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:20px;
}

/* TABLE PROPERTIES */
.contentSidePadding {
	padding-left:20px;
	padding-right:20px;
}

/* FONTS */
h1 {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
}

.bodyText {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:16px;
}

/* LINKS */
a.link {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#981414;
	padding-left:3px;
	padding-right:3px;
	line-height:16px;
}

a.link:hover, visited {
	color:#981414;
	background-color:#FFFFFF;
}

/* LISTS */
ul{
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	list-style:disc;
	line-height:20px;
	text-align:left;
	margin-left:1.5em;
	padding-left:0;
}
#meet {
	float:top;
	vertical-align:top;
	z-index:10001;
	position:absolute;
	margin-top:300px;
	margin-left:20px;
}
#comp {
	float:right;
	right:0;
	z-index:10001;
	position:absolute;
	margin-top:20px;
	margin-right:20px;
}

