html{
	font-size: 15px;
}

html body{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #133c60;
	text-align: center;
	font-family: times, serif;
	color: #FFFFFF;		
}
	

div#page{
	width: 878px;
	margin-left: auto;
	margin-right: auto;
}

    div#title{
        margin-top: 40px;
        font-size: 65px;
        font-weight: bold;
        color: #ffffff;
        font-family: times, serif;
    }
	
	div#subtitle{
		margin-top: 10px;
		font-size: 35px;
		color: #ffffff;
		font-family: times, serif;	
	}
	
	
	div#header{
		margin-top: 40px;
		height: 122px;
		width: 878px;
		background-image: url('/images/navigationBackground.png');
		background-position: bottom center;
		background-repeat: no-repeat;	
	}	


		div#header div#navigation{
			position: relative;
			top: 40px;
			width: 560px;			
			margin-left: auto;
			margin-right: auto;			
		}
	

			div#header div#navigation ul{
				width: 600px;
				clear: left;
				float: left;
				margin-left: auto;
				margin-right: auto;
				margin-top: 0px;
				margin-bottom: 0px;
				padding: 0px;
				text-align: center;
				list-style-type: none;
			}
			
				div#header div#navigation ul li{
					display: inline;
					border-right: solid 1px #FFFFFF;
					border-left: none;
					padding-right: 12px;
					padding-left: 12px;					
				}
							
				
					div#header div#navigation ul li a{						
						font-family: Times, Serif;
						color: #FFFFFF;
						font-size: 23px;
						font-variant: small-caps;
						text-decoration: none;										
					}	
					
					div#header div#navigation ul li:last-child,
					div#header div#navigation ul li#PrivacyPolicy{
						border: none;
					}
	
	div#content{
		width: 878px;
		min-height: 400px;
		padding-top: 35px;
		padding-bottom: 25px;
		background-image: url('/images/background.png');
		background-repeat: repeat-y;
	}
	
        div#content h2#pageTitle{
            color: #000000;
        }

		div#content div#pageTitleContainer{
                        width: 100%;
                        background-image: url('/images/pageHeadingBackground.png');
                        background-repeat: repeat-y;
                        background-position: center;
		}
	
		div#content div#pageTitleContainer h2#pageTitle{
			width: 600px;
			font-variant: small-caps;
			font-size: 30px;
			text-align: center;
			color: #134869;
			line-height: 40px;
			margin-left: auto;
			margin-right: auto;
		}

		div#content table{
			color: #000000;
		}

		div#content table td{
			vertical-align: top;
		}

		div#content table td.exampleLabel{
			text-decoration: underline;
		}	

        div#content table td.exampleText{
            font-size: 17px;
        }

		div#content table div.expirationText{
			text-align: center;
		}
			
		div#content div#mainText{
			width: 600px;
			margin-left: auto;
			margin-right: auto;
            margin-top: 35px;
			text-align: left;
			color: #000000;
			font-size: 17px;
		}
		
			div#content div#mainText h2{
				text-decoration: underline;
				text-align: center;
				font-size: 22px;
			}
			
			div#content div#mainText h3{
				font-weight: bold;
			}
		
			div#content div#mainText em{
				font-weight: bold;
				font-style: normal;
			}
			
			div#content div#mainText li{
				margin-bottom: 15px;
			}
			
			div#content h3{
				color: #000000;
			}
		
	div#omnipresentContactInformation{
		width: 708px;
		height: 45px;
		margin-top: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 10px;
		/*background-color: #113F5f;*/
		background-color: #1A5073;
		color: #FFFFFF;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-family: arial, sans;
	}
	
	div#omnipresentContactInformation a{
		color: #FFFFFF;
		text-decoration: none;
	}		
