body {
	margin: 0px;
	padding: 0px;
	background-color: #1d203d;
}
body,th,div{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}
h1{
	font-size: 13px;
	font-weight: bold;
	color: #9d1212;
	text-align: left;
	display: inline;
}
h2{
	font-size: 13px;
	font-weight: bold;
	color: #9d1212;
	text-align: left;
	display: inline;
}

.blueLine h2{
	font-size: 16px;
	font-weight: bold;
	color: #1e679b;
	text-align: left;
	display: inline;
}

/************ Link Styles ************/
a:link {
  color:#1e679b;
  text-decoration: underline;
  font-weight : normal;
}
a:hover, a:visited {
  color:#9d1212;
  text-decoration: underline;
  font-weight : normal;
}
#mainMenu a:link, #mainMenu a:visited {
  color:#9d1212;
  text-decoration: none;
  font-weight: bold;
}
#mainMenu a:hover {
  color:#1e679b;
  text-decoration: underline;
  font-weight: bold;
}


/************ Color Styles ************/
.red{
	color: #9d1212;
}
.blue{
	color: #1e679b;
}
.white{
	color: #FFFFFF;
}
.black{
	color: #000000;
}


/************ General Layout Classes ************/
.clear {
	clear: both;
}
img {
	border: 0px;
}
.line {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 5px solid #1e679b;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatLeftPic {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #808080;
}
.floatRightPic {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #808080;
}
.smallPic {
	float: left;
	width: 76px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #808080;
}
.cursorPointer{
	cursor: pointer;
}
.center {
	text-align: center;
}
.extraHeight{
	line-height: 180%;
}
.pictureLeft {
	padding-bottom: 10px;
}
.pictureFrame {
	border: 1px solid #808080;
}
ul {
	list-style: square outside;
	padding: 0px 0px 0px 15px;
}
ol {
	list-style-position: inside;
	padding: 0px 0px 0px 0px;
}
td.header {
	background-color: #1e679b;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
tr.bkground_light {
	background-color: #4B5293;
}
tr.bkground_dark {
	background-color: #C8E4F8;
}
/************ Layout ************/
#mainBackGround {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#container {
	margin: 0 auto;
	width: 750px;
	background-color: #ffffff;
	padding: 15px 25px 15px 25px;
}

#mainMenu {
	font-size: 13px;
	font-weight: bold;
	color: #9d1212;
	text-transform: uppercase;
	text-align: center;
	padding: 25px 0px 5px 0px;
}

#mainPicture {
	margin-left: -5px;
	padding-bottom: 10px;
}

.blueLine {
	background-color: #d6edff;
	border-top: 2px solid #1e679b;
	border-bottom: 2px solid #1e679b;
	padding: 20px;
}
	.blueLineText {
		float: right;
		width: 130px;
		height: 106px;
		text-align: left;
	}
		.blueLineTextTop {
			width: 130px;
			height: 90px;
			text-align: left;
		}
		.blueLineTextBottom {
			width: 130px;
			height: 18px;
			text-align: left;
		}
	.blueLinePic {
		float: right;
		width: 170px;
		height: 106px;
		background-color: #1e679b;
		border: 1px solid #1e679b;
		margin-left: 20px;
		overflow: hidden;
	}
.blueBox {
	width: 220px;
	background-color: #d6edff;
	border: 1px solid #1e679b;
	padding: 20px;
}
#leftCol {
	float: left;
	width: 460px;
}
#rightCol {
	float: right;
	width: 260px;
}
.DestinationPic {
	float: left;
	width: 110px;
}
.DestinationText {
	float: right;
	width: 640px;
}


/************ Forms ************/
form {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}
.edit
{
	width: 150px;
	background-color: #ffffff;
    border: #777777 1px solid;
    font-size: 11px;
    margin: 0px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
}
.edit300
{
	width: 300px;
	background-color: #ffffff;
    border: #777777 1px solid;
    font-size: 11px;
    margin: 0px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
}
select
{
    border: #777777 1px solid;
    font-size: 11px;
    margin: 0px;
    width: 218px;
}
select.small
{
    border: #777777 1px solid;
    font-size: 11px;
    margin: 0px;
    width: 70px;
}
textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #ffffff;
    border: #777777 1px solid;
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
}
.Submit {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border: #1e679b 1px solid;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
	color : #1e679b;
	font-size: 11px;
	font-weight : bold;
	margin: 0px;
	cursor: pointer;
}
.Submit:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border: #777777 1px solid;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
	color : #9d1212;
	font-size: 11px;
	font-weight : bold;
	margin: 0px;
	cursor: pointer;
}