﻿/*////////*/
/* Common */
/*////////*/

#main {
	margin: 0;
	padding: 0;
	background-color: #0f2542;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#page {
	padding: 3px;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 743px;
}

img {
	border: none;
}

table {
	border: none;
}

.bold {
	font-weight: bold;
}

/*//////////////*/
/* Box Elements */
/*//////////////*/

.tl {
	float: left;
	top: 0;
	left: 0;
}

.tr {
	float: right;
	top: 0;
	right: 0;
}

.br {
	float: right;
	bottom: 0;
	right: 0;
}

.bl {
	float: left;
	bottom: 0;
	left: 0;
}

.title {
	padding-top: 18px;
	padding-bottom: 3px;
}

.tagLine {
	padding-left: 5px;
}

#fix {  /* Fix for div clearing */
	clear: both;
}

/*//////////*/
/* content */
/*//////////*/

#content {
	width: auto;
	height: auto;
	margin-top: 3px;
	background-image: url(images/14335c.jpg);
}

#content .pageTitle {
	font-size: 18px;
	font-weight: bold;
}

#content .pageTitleSmall {
	font-size: 11px;
	font-weight: normal;
}

#content .title {
	color: #ffca05;
	font-size: 12px;
	font-weight: bold;
	margin-left: 12px;
	clear: both;
}

#content .text {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 18px;
	overflow: visible;
	text-align: justify;
}

#content .wcskName {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

#contentBottom {
	height: 5px;
	background-image: url(images/14335c.jpg);
	margin-bottom: 3px;
}

#content .pics {
	text-align: center;
}

/*////////*/
/* Footer */
/*////////*/

#footer {
	width: 749px;
	margin: 0 auto;
	font-size: 9px;
	text-align: center;
	margin-top: 3px;
}

