/* =========================================
	Layout-Specific CSS Styles
   =========================================
*/

/* padding = top right bottom left */

#wrapper {
	width: 915px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#body {
	background-image: url(../Images/bgrnd_content_01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 621px;
	min-height: 561px;
	height: 561px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 60px 0px 0px 300px;
	text-align: center;
}

#body_stream {
	background-image: url(../Images/bgrnd_content_01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 615px;
	min-height: 571px;
	height: 571px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 50px 0px 0px 300px;
	text-align: center;
}

#footer {
	width: 615px;
	text-align: center;
	margin: 30px auto 0px auto;
	padding: 0px 0px 0px 300px;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #ddf3ff;
}

#footer p {
	color: #ddf3ff;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
}

#footer a:link, #footer a:visited {
	color: #ddf3ff;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#captions_old {
	width: 454px;
	height: 100px;
	position: relative;
	top: -100px;
	left: 150px;
	z-index: 1000;
}

#captions {
	width: 450px;
	height: 145px;
	padding: 0px;
	border: 2px solid #c5e5f2;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	position: relative;
	top: -180px;
	left: 150px;
	z-index: 1000;
	margin: auto;
}

#captions_title {
	width: 430px;
	height: 20px;
	background-color: #c5e5f2;
	color: #ffffff;
	font: 14px bold Tahoma, Geneva, sans-serif;
	padding: 3px 10px 3px 10px;
}

#captions_title a {
	color: #ffffff;
	font: 14px bold Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

#captions_title_left {
	width: 372px;
	height: 20px;
	cursor: move;
	float: left;
	position: relative;
	font: 14px Tahoma, Geneva, sans-serif;
	text-align: left;
}

#captions_title_right {
	width: 50px;
	height: 20px;
	float: right;
	position: relative;
	text-align: right;
}

#captions_text {
	width: 430px;
	height: 95px;
	padding: 10px;
}

#captions_text_stream {
	width: 430px;
	height: 95px;
	overflow: auto;
	font: 20px Times New Roman, Times, serif;
}

/* ================================
    Item Specific CSS STYLES
   ================================
*/

.medium {
	font-size: 14px;
}

.small {
	font-size: 13px;
}

.tiny {
	font-size: 12px;
}

.white, .white a, .white a:link, .white a:visited {
	color: #ffffff;	
}

/* ================================
    Global CSS STYLES
   ================================
*/

body {
	background-color: #387ab2;
	background-image: url(../Images/bgrnd_body_01.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #0d4f6a;
	margin: 0px;
}

html {

}

a:link, a:visited {
	color: #11698d;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0d4f6a;
	text-decoration: underline;
	font-family: Times New Roman, Times, serif;
}

form {
	display: inline;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #0d4f6a;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #0d4f6a;
	margin-bottom: 30px;
	margin-top: 0px;
}

h4 {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #11698d;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5 {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
}

hr {
	color: #ffffff;
	height: 1px;
}

img {
	border: 0px;
}

p, td, input, select, textarea, div {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #11698d;
}
