/* Do not move or reorder the first four! */

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	background-color: #FFFFFF;
	color: #006666;
	text-decoration: underline;
}

a:active {
	background-color: #FFFFFF;
	color: #006666;
	text-decoration: underline;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 50px;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}

.contact-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 10px;
	text-align: center;
}

.doc-layout-table {
	position: relative;
	top: 40px;
}

.doc-layout-table-cell {
	background-color: #FFFFFF;
	background-image: url(../images/border-frame.jpg);
	background-repeat: no-repeat;
	height: 540px;
	width: 720px;
}

.main-menu {
	background-color: #eeeeee;
	border-bottom: 1px solid #666666;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}

.photos {
	padding-top: 20px;
	text-align: center;
}

.underline {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#clear-both {
	clear: both;
}

#clear-left {
	clear: left;
}

#clear-none {
	clear: none;
}

#clear-right {
	clear: right;
}

#col-left {
	float: left;
	left: 10px;
	width: 50%;
}

#col-right {
	float: right;
	right: 20px;
	width: 50%;
}

#float-left {
	float: left;
}

#float-none {
	float: none;
}

#float-right {
	float: right;
}

#no-linebreak {
	white-space: nowrap;
}

#pagebreak {
	page-break-before: always;
}

#wrapper {
	margin: 0;
	padding: 0;
}
