@charset "UTF-8";
/* CSS Document */

.header {
	background: url(invictus_images/Invictus_logo.jpg) no-repeat center top;
	height: 141px;
	width: 786px;
}
.content {
	background: #FFFFFF center;
	height: 500px;
	width: 786px;
	margin-left: 10%;
	margin-right: 10px;
}
.footer {
	color: #CCCCCC;
	text-decoration: none;
	font: normal 12px/16px Tahoma, Verdana, "Myriad Roman", sans-serif;
}
.footer:link,.footer:visited {
	color: #CCCCCC;
	text-decoration: none;
	font: normal 12px/16px Tahoma, Verdana, "Myriad Roman", sans-serif;
}
.footer:hover {
	color: #3366CC;
	text-decoration: none;
	border-bottom: 1px dotted ##3366CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font: normal 12px/16px Tahoma, Verdana, "Myriad Roman", sans-serif;
}
body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #2f2921; color: #333; }

a {
	color: #0033CC;
}
a:link, a:visited, a:active { text-decoration: none; }
.mainimage {
	margin: 0px;
	padding: 0px;
}
.sidebarBox { text-decoration: underline; }
a.more {
	white-space: nowrap;
	padding-right: 10px;
	background: url(invictus_images/right_arrow.gif) no-repeat 100% 50%;
	zoom: 1;
}
a[rel="external"], a.external {
	white-space: nowrap;
	padding-right: 15px;
	background: url(invictus_images/external_icon.gif) no-repeat 100% 50%;
	zoom: 1;
}
strong, b { font-weight: bold; }
em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }
abbr { border: 0; }
.calendarDate {
	font-size: 10px !important;
	color:#666666;
	line-height: 14px;
	font-weight: bold;
	border-top: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom: #666666;
}

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	padding-top: 12px;
	border-top: 1px dotted #666666;
	border-right: #666666;
	border-bottom: #666666;
	border-left: #666666;
	width: 100%;
}
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
p.intro {
	font-weight: bold;
	color: #333333;
}
.more { text-align: right; }
.sidebarBox { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
h1 { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }
ol.sosumi { margin-left: 0; padding-left: 2em; }
.calendarText {
	font-size: 10px !important;
	color:#333333;
	line-height: 14px;
	border-bottom: 1px #999999;
}
.horizontalRule {
	background: url(invictus_images/horiz_rule.gif) repeat-x center;
}
.sidebarBox {
	border: 1px solid #7f090a;
	background: #FFFFFF url(invictus_images/BG05.gif) repeat-x scroll;
	padding: 8px;
	width: 140px;
	vertical-align: middle;
}
.sidebarText {
	font-size: 10px !important;
	color:#7F090A;
	line-height: 14px;
	border-bottom: 1px #999999;
}
.whiteText {
	font-size: 12px !important;
	color:#FFFFFF;
	line-height: 16px;
	font-weight: bold;
	border-top: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom: #666666;
}
.bioNames {
	font-size: 14px !important;
	color:#6D0808;
	line-height: 16px;
	font-weight: bold;
	border-top: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom: #666666;
}
h5 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
.calendarHeadline {
	font-size: 16px !important;
	color:#990000;
	line-height: 18px;
	width: 100%;
	font-weight: bold;
}
.picture {
	padding-right: 12px;
}
.calendarTextBold {
	font-size: 10px !important;
	color:#333333;
	line-height: 14px;
	border-bottom: 1px #999999;
	font-weight: bold;
}

pre {
font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;
line-height: 18px;
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

.hardbreak
{
width: 400px;
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}
