body{
	margin:0px;
	background-color:#ca0e24;
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
	font-family:'Trebuchet MS','Segoe UI',sans-serif;
	font-size:10pt;
}

a{color:#113948;}
a:hover{text-decoration:none;}
form{margin:0px;}
img{border:0px;}

/* Main Container */

#MainContainer{
	background-image:url("../images/tbl-bg.jpg");
	background-repeat:repeat-y;
	vertical-align:top;
	display:block;
}

#MainContainerBody{padding:0px 25px;}

#MainContainer .ContentCell{
	vertical-align:top;
	height:100%;
	width:650px;
	background-image:url("../images/tbl-upper-bg.jpg");
	background-repeat:no-repeat;
}

#CoverContent{padding:0 25px;}

/* Content Elements */
#MainContainerContent{
	padding:25px 20px 20px 20px;
	font-size:10pt;
	color:#333;
}

#MainContainerContent ul, ol{
	padding-left:1.5em;
	margin:5px 0px 5px 5px;
}
#MainContainerContent ul, ol li{line-height:14pt;}

#MainContainerContent hr{
	border:1pt solid #ccc;
	height:1px;
}

#MainContainerContent h1, h2, h3{
	margin:2px;
}

#MainContainerContent .TagLine{
	font-style:italic;
	color:#113948;
}

.InfoText{
	font-size:0.9em;
	color:red;
	font-style:italic;
}

/* Title */
.Title{
	font-size:20pt;
	font-weight:bold;
	color:#610507;
	/*letter-spacing:-0.05em;*/
	text-transform:uppercase;
	display:block;
	clear:right;
	margin-bottom:15px;
}

.SubTitle{
	font-size:11pt;
	font-weight:bold;
	display:block;
	clear:right;
	color:#f2a011;
}

/* Image alignment */
img.AlignLeft{
	float:left;
	margin:0 10px 5px 0;
}

img.AlignRight{
	float:right;
	margin:0 0 5px 15px;
}

/* Menu */


/* Form Elements */

#NormalForm td{
	font-size:10pt;
	padding:5px 3px; 5px 0;
	background:transparent;
}

#NormalForm .FieldLabel{
	font-weight:bold;
}

#NormalForm .TextField{
	font-family:'Segoe UI','Trebuchet MS',sans-serif;
	width:350px;
}

#NormalForm .SmallTextField{
	font-family:'Segoe UI','Trebuchet MS',sans-serif;
	width:50px;
}

#NormalForm .MiddleTextField{
	font-family:'Segoe UI','Trebuchet MS',sans-serif;
	width:100px;
}

#NormalForm .TextArea{
	font-family:'Segoe UI','Trebuchet MS',sans-serif;
	width:100%;
	height:80pt;
}

.Button{
	font-family:'Segoe UI','Trebuchet MS',sans-serif;
	padding:0px 1px;
}

#NormalList td{
	padding:3px;
	font-size:11pt;
	border-bottom:1px solid #ccc;
}

#NormalTable td{
	padding:3px;
	font-size:10pt;
	line-height:13pt;
	color:#333;
	border-bottom:1px solid #ddd;
}

#NormalTable th{
	text-align:right;
	/*vertical-align:top;*/
	width:150px;
	font-size:10pt;
	padding-right:15px;
	color:#555;
}

#GalleryTable td{
	padding:2px;
	font-size:9pt;
	line-height:10pt;
	color:#555;
}

#GalleryTable a{
	display:block;
	padding:2px;
	border:0px solid #fff;
}

#GalleryTable a:hover{
	padding:2px;
	border:2px solid #c6cc92;
}

#GalleryTable img{
	border:5px solid #c6cc92;
}

#NormalList th{
	background-color:#ccc;
	font-size:11pt;
}

#Footer{
	position:relative;
}

#Footer .FooterText{
	position:absolute;
	top:-20px;
	left:80px;
	font-size:8pt;
	line-height:10pt;
	color:#fff;
}

#Footer a{
	font-weight:bold;
	color:#f4ea12;
	text-decoration:none;
}

#Footer a:hover{text-decoration:underline;}

/* Notification */

.Alert{
	font-weight:bold;
	color:#DD0000;
}
.Confirm{
	font-weight:bold;
	color:#007700;
}
.box1{
	background-color:#fcf0c0;
	border:1px solid #c3aa53;
	padding:5px;
}
