@charset "utf-8";
/* CSS Document */

body
{
	margin-top: 0px;
	background-color: #538fd9;	
}

.BodyContainer
{
	width: 900px;
	margin: 0px auto;
	padding: 0pt;
	overflow: hidden;
	background-color: #FFFFFF;
}

.Header
{
	height: 30px;	
	background-color: #538fd9;
}

.Banner
{
	background-color: #FFF;
}

.BelowBanner
{
	height: 20px;
	background-color: #4f7eba;
}

/*============ Content =============*/
.ContainerMain
{
	background-color: #FFFFFF;
	padding: 0px 27px;
	margin: 0px;
}

.ContainerMain .CLeft
{
	width: 60%;
	height: auto;
	float: left;
	padding-right: 27px;
	margin-bottom: 27px;
	margin-top: 15px;
	line-height: 18px;
	border-right: 2px dotted #999999;
	
}

/*========= Left ===========*/
.ContainerMain .CLeft p
{
	text-align: justify;
	padding-top: 0px;
	margin-top: 0px;
}

.Title
{
	
}

.TextHeader
{
	font-size: 32px;
	color: #0066cc;
	font-family: Verdana;
}

.Arrow-Dot
{
	background: #FFFFFF url(Dreamweaver-Ripple/images/arrow-dot.jpg) no-repeat center;
	padding: 10px 12px 0px 12px;
}

/*========= Right =============*/
.ContainerMain .CRight
{
	width: 30%;
	float: left;
	
	padding-left: 27px ;
	margin: 15px auto;
}

.ContainerMain .CRight .VideoBox
{
	height: 135px;
	width: 250px;
	background-color: #CCC;
	margin:auto;
}
.LinkRight
{
	text-decoration: none;
	color: #0066cc;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
}
.LinkRight:hover
{
	color: #0066cc;
}
}
.NoLinkRight
{
	text-decoration: none;
	color: #0066cc;
	font-family: Verdana;
	font-size: 12px;
}
/*============= Text Left ===================*/

.content-left-regular
{
 	color: #0066cc;
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
}
/*========= Link Content =========*/
.linkContent
{
 	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}

.linkContent:hover
{
 	color: #0066cc;
	font-size: 12px;
	
}
/*============= Shopping link Content Left ===================*/

.shoppinglinkContent
{
 	color: #FF6600;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.shoppinglinkContent:hover
{
 	color: #0066cc;
	font-size: 12px;
	
}
/*=========== Footer ===============*/
.LinkBlog
{
	text-decoration: none;
	border: 0px;
}

.Footer
{
	padding: 0px 10px 15px 10px;
	background-color: #FFFFFF;
	text-align: center;
}

.Footer-Text-grey
{ 
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #a1a1a1;
	line-height: 20px;
}

.Footer-Text-blue
{ 
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0066cc;
}

.Footer-Text-grey-regular
{ 
	font-family: Verdana;
	font-size: 10px;
	color: #a1a1a1;
}

.LinkFooter-grey
{
	font-family: Verdana;
	font-size: 10px;
	color: #a1a1a1;
	text-decoration: none;
}

.LinkFooter-grey:hover
{
	color: #0066cc
}
.newlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0033CC;
	text-decoration: none;
}
