* {
    margin: 0px;
    padding: 0px;
}

body {
    font: 100%/1.2 Helvetica, Arial, sans-serif;
    background: #FFFFFF;
}

#preamble {
	width: 1000px;
	text-align: center;
}

#carousel {
	display: block;
	width: 1000px;
	height: auto;
}

.item {
	display: block;
	width: 1000px;
	height: 400px;
	position: relative;
}

.carousel-caption {
	position: absolute;
	background: #FFFFFF;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
}

.carousel-caption-large {
	position: absolute;
	width: 1000px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				0px 8px 13px rgba(0,0,0,0.1),
				0px 18px 23px rgba(0,0,0,0.1);
}

#main {
	width: 1000px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 125%;
}

ul {
	list-style: none;
	list-style-type: none;
}

h1, h2, p, ul, ol {
	padding: 10px;
}

.alert {
    background-color: #CC0000;
    font-weight: bold;
    color: #FFFFFF;
}

img {
    border: 0px;
}

img.thumb {
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #CC0000;
}

a:hover {
    text-decoration: underline;
    color: #FF8080;
}

a.anchor {
    font-weight: none;
    color: #000000;
}

a.nav {
    text-decoration: none;
    color: #CC0000;
}

a.nav:hover {
    text-decoration: underline;
    color: #FF8080;
}

a.ibi {
    text-decoration: underline;
    color: #CC0000;
}

.msg_head {
    font-size: 100%;
    font-weight: bold;
    color: #CC0000;
}

.msg_head:hover {
    text-decoration: underline;
    color: #FF8080;
}

.msg_body {
    background: #f4f4f8;
}
