/* Define globals */
Body {
	background-color: #003366;
	margin:0;
	padding:0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	background-image: url(../images/BG_05.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
H1 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;}
H2 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;}
H3 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;}


/* Define All Main Areas */

/* Define the main body which is at a specified width, centered in the browser window */
.Mainspace {
    width: 980px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #3A4A59;
}


/* Define Header as 980px set color */
.Header {
	width: 980px;
	background-color: #333333;
	background-image: url(../images/train-2009-6in_02C.png);
	background-repeat: no-repeat;
	background-position: left;
}

.HeaderCopyArea
{
    float: left;
    width: 500px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 400px;
    color: #FFFFFF;

}

.HeaderCopyArea H1 {
    margin-top: 20px;
    margin-bottom: 9px;
    color: #FFFFFF;
    font-size: 24px;
     line-height: 18px;
   font-family: Times, serif;
    font-weight: bold;
}

/* incidental styling for header elements */
.style2 {
  margin-top:6px;
   font-family: Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
}
.style3 {
   font-family: Times, serif;
	font-size: 18px; 
	line-height: 24px;
	}


/* Define small band of color above and below top nav area */
.topnavband {
   width: 980px;
    background-color: #506580;
    background-image: url(images/mm_dashed_line.gif);
}

/* Define top nav area */
.topnav {
    width: 980px;
    background-color: #506580;
    text-align: center;
    margin:0;
    padding:0;
}
/* Define top nav links */

.topnavcopy {
width:976px;
    margin:0;
	margin-top: 6px;
    padding:0;
 	padding-bottom: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
	color:#FFFFFF;
	float:right;
}

.topnavcopy A:link { color: #90a5c0; text-decoration: none;}
.topnavcopy A:visited { color: #90a5c0; text-decoration: none;}
.topnavcopy A:hover { color: #FFFFFF; text-decoration: none;}


/* Define Left Navigation Area */
.LeftNav {
    width:180px;
    float: left;
    background-color: #5C743D;
    background-image: url(images/5C743D_RB.gif);
    background-repeat: repeat-y;
    background-position: left;
}


/* Begin defintitions of special areas */

.captionstyle {
	margin-top: 6px;
	margin-bottom: 12px;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;

}

.videoplacement {
	float:right;
	width: 320px; 
	background-color: #999999; 
	margin: 12px;
	padding: 12px;
}

