/*___body style__*/
body 
{ 
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #fff;
	text-align: left;
}

/*___main table___*/
div#mainlayout
{
	margin: 0;
	padding: 0;
	width: 760px;
	height: auto;	
	background-image: url(../../../images/side_color.gif);
	background-repeat: repeat-y;
}

/*___columns___*/
div#mainlayout div#columnleft
{
	margin: 0;
	padding: 0;
	width: 210px;
	float: left;
}

div#mainlayout div#columnright
{
	margin: 0;
	padding: 0;
	width: 550px;
	float: left;
}

/*___ blue top bar ___*/
div#mainlayout div#columnright div#top
{
	margin: 0;
	padding: 0;
	width: 550px;
	height: 20px;
	background-color: #06c;
}

/*___ blue bottom bar ___*/
div#mainlayout div#columnright div#bottom
{
	margin: 10px 0 0 0;
	padding: 0;
	width: 550px;
	height: 20px;
	background-color: #06c;
}

/*____main content____*/
div.content
{
	margin: 0;
	padding: 0 15px 0 15px;
	width: 520px;
	text-align: left;
	height: auto;
	font-family: verdana; 
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	text-color: #000;
}

/*___bold text___*/
.bold
{
	font-weight: bold;
}

/*___right aligned text__*/
.right
{
	text-align: right;
}

/*___centered text__*/
.center
{
	text-align: center;
}


/*___discalimer__*/
div#mainlayout div#columnright div#disclaimer{
	font-family: Arial; 
	font-size: 10px;
	padding-top: 15px;
	text-align:center;
}
div#mainlayout div#columnright div#disclaimer div#terms{
	padding-top:10px;
}

/*____main navigation container____*/
div#nav
{
	margin: 0;
	padding: 110px 0 10px 0;
	text-align: right;
	height: auto;
	width: 210px;
	background-color: #fff;
}

/*___main nav links___*/
div#nav a:link, div#nav a:visited
{
	display: block;
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-family: Arial; 
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #007ab9;
	text-decoration: none;
	border-right: 1px solid #000;
}

div#nav a:hover
{
	color: #666;
}

/*__sticky nav on status___*/
div#nav a.on:link, div#nav a.on:visited
{
	color: #666;
}


/*___general, content links___*/
a:link, a:visited
{
	text-decoration: none;
	color: #007ab9;
}

a:hover
{
	text-decoration: none;
	color: #666;
}

hr
{
	border-top: 1px solid #007ab9;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-bottom: 20px;
}
/*__futureofms ends here____*/
