
/* CSS Document 

body
{
	background: url(../images/bg-smaller.png) no-repeat;
}
*/
#page{
	width: 1177px; 
}
#sidebar
{
	float: left;
	width: 197px;
}
#widesidebar
{
	float: left;
	width: 198px;
}
#logo{
	background: url(../images/logo-abc.jpg) no-repeat;
	width: 196px;
	height: 110px;	
}
#logo-duplicate{
	background: url(../images/logo-abc.jpg) no-repeat;
	width: 196px;
	height: 159px;
}
#menu
{
	margin-top:34px;
	float: left;
	height: 1000px;
}
	#menu div{
		float: left;
	}
	
#chapter_name
{
	font-size: 15px;
	font-family: Arial;
	text-align: center;
	margin: 17px 0 17px 0;
	color: Navy;
	font-weight: bold;
}
#text-container{
	width: 57%;
}
#legal-text
{
	color: #38538b;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}
#container{
	width: 960px;
	float: left;
}
#container-header
{
	width: 960px;
	height: 84px;
}
button
{
	width:205px;
	height: 50px;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #ffffff;
	background: #14507a;
}
button#back
{
		background: url(../images/btn-back.jpg) no-repeat;
}
a.button,
a.VideoLink {
    background: none repeat scroll 0 0 #14507A;
    border-bottom: 2px solid #5F7BA6;
    color: White;
    display: block;
    font-family: Arial;
    font-size: 12px;
    height: 33px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-top: 2px;
    text-align: left;
    text-decoration: none;
    width: 180px;
}

a.VideoLink 
{
	background: url('../images/playicon.png') no-repeat 110px 3px #14507a;
}

a.button:hover,
a.VideoLink:hover 
{
    background-color: #CE0015;
    border-bottom-color: #D84C4B;
    color: White;
    cursor: pointer;
}
a:visited 
{
    color:White;
    text-decoration:none;
}
a:link
{
    text-decoration:none;
    color:White;
}
li
{
	margin-top: 15px;
}

.header-text
{
	color: #000080;
	text-align: left;
	font-family: "Trebuchet MS",Verdana,Helvetica,Sans-Serif;
	font-size: 15px;
	padding: 40px 0 0 18px;
	width: 390px;
	height: 17px;
	margin-top:-15px;
}
#iframe
{
	margin-right: 150px;
}
.iFrame
{
    padding-top:5px; padding-left:9px; *padding-top:0px; *margin-top:-10px;
}

.iFrameContent
{
    text-align:center; padding-top:30px;
}

.iFrameTitle
{
    font-style:italic;
    color: Navy;
    width:600px;
}

.VideoLink
{
	width:  180px;
	height: 33px;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color:White;
	background: #14507a;
	display: block;
	padding-top: 2px;
	padding-left: 25px;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #5f7ba6;
	text-decoration: none;
	background-color: #CE0015;
}
