body{
	padding: 0;
	margin: 0;
	font-family: verdana,helvetica, "Trebuchet MS", arial, lucida, sans-serif;
	background-color : White;
	text-align : center;
}

#master{
	margin : 0px 0px 40px 0px;
	padding : 0px;
	width : 700px;
	background-color : White;
}

#head{
	width : 700px;
}

#main{
	padding : 0px;
	width : 700px;
	background-color : white;
}

#menu{
	float:  left;
	margin: 10px 5px 5px 0px;
	padding: 0;
	width : 180px;
	text-align : left;
	background : white;
}

#content{
	margin : 0px;
	padding : 5px 0px 20px 5px;
	float : right;
	font-weight : normal;
	font-size : 11px;
	color : #343D41;
	background-color : White;
	width : 490px;
	line-height : 16px;
}

#content td{
	margin : 0px;
	font-weight : normal;
	font-size : 11px;
	color : Black;
	width : 490px;
	line-height : 16px;
	padding : 2px 5px 2px 5px;
}

#content span{
	font : italic 12px;
	line-height : 19px;
}



#bottom{
	font-size : 9px;
	color : Silver;
	font-weight : bold;
	width : 700px;
	margin: 0;
	text-align : left;
}

#content a {
	background-color : White;
	text-decoration: underline;
	font-weight: bold;
	color : #446CF9;
}

#content a:hover{
	color : Gray;
}


h1 {
	color : Black;
	background-color : White;
	font-size : 16px;
	font-weight : bold;
	padding : 10px 0px 2px 0px;
	margin : 0px 0px 15px 0px;
	border-bottom : 5px solid #8AA4FB;
	text-transform : uppercase;
}

h2 {
	color : Black;
	background-color : White;
	font-size : 16px;
	font-weight : bold;
	padding : 10px 0px 2px 0px;
	margin : 0px 0px 15px 0px;
	border-bottom : 5px solid #8AA4FB;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	margin: 0px 0px 0px 0px;
	padding: 0;
	height : 20px;
}
#menu ul li a{
	background-color : White;
	display: block;
	margin:0;
	padding : 3px 3px 3px 3px;
	text-decoration: none;
	font-weight: bold;
	font-size : 11px;
	color : Black;
	height : 20px;
	width : 180px;
	text-align : left;
}

#menu ul li a:hover{
	color : #373737;
	background-color : #E9E9E9;
	repeat-y scroll left;
}

span#right {
	color : Red;
	font-style : normal;
	font-weight : bold;
}
