html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt,  fieldset, form, label, legend
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	}
	
table
	{
	clear: both;
	border: 0px solid #EDEDED;
	width: 90%;
	text-align: center;
	}
	
table tr, td
	{
	border: 1px solid #EDEDED;
	}
	
table img
	{
	margin: 10px;
	}

a
	{
	font-size: 12px;
	}
	
div.border .holder .content ul li
	{
	float: left;
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	width: 90%;
	font-size: 12px;
	margin: 0px 10px 10px 30px;
	}
	
h1
	{
	float: left;
	margin: 10px 5px 5px 10px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #4374B9;
	width: 100%;
	text-align: left;
	}
	
h1 a
	{
	float: left;
	font-size: 20px;
	letter-spacing: -1px;
	color: #4374B9;
	width: 100%;
	text-align: left;
	text-decoration: none;
	}
	
	
h1 a:hover
	{
	text-decoration: underline;
	}

	
h2
	{
	float: left;
	margin: 10px 5px 5px 10px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #737373;
	width: 100%;
	text-align: left;
	}
	
h3 a
	{
	float: left;
	margin: 0px 0px 5px 20px;
	font-size: 12px;
	color: #4274B9;
	width: 170px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	}
	
h3 a:hover
	{
	text-decoration: underline;
	}
	
p
	{
	float: left;
	text-align: left;
	margin: 5px;
	}

html {
     overflow: -moz-scrollbars-vertical;
	}
	
body
	{
	background-color: #dfdfdf;
	}

div.wrapper
	{
	height: 100%;
	width: 100%;
	}
	
div.border
	{
	margin: 40px auto 10px auto;
	overflow: hidden;
	width: 908px;
	border: 1px solid #b8b8b8;
	}
	
div.holder
	{
	overflow: hidden;
	width: 906px;
	background-color: #fff;
	border: 3px solid #fff;
	}
	
div.holder .sep
	{
	width: 100%;
	float: left;
	height: 1px;
	background-color: #fff;
	margin: 5px 0;
	}
	
div.holder .header
	{
	width: 100%;
	height: 60px;
	background-color: #fff;
	}
	
div.wrapper .border .holder .menu
	{
	float: left;
	width: 902px;
	background-color: inherit;
	border-bottom: 3px solid #4274B9;
	}
	
div.holder .sidebar
	{
	overflow: hidden;
	float: left;
	height: 100%;
	width: 200px;
	background-color: #f7f7f7;
	text-align: left;
	margin: 3px 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #ededed;
	}
	
div.holder .sidebar p
	{
	font-size: 12px;
	margin-left: 15px;
	line-height: 16px;
	}
	
div.holder .sidebar-content
	{
	overflow: hidden;
	float: right;
	height: 100%;
	width: 200px;
	background-color: #f7f7f7;
	text-align: left;
	margin: 3px 6px 3px 3px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ededed;
	}
	
div.wrapper .holder .sidebar-content p
	{
	font-size: 12px;
	margin-left: 15px;
	line-height: 16px;

	}
	
div.holder .content .sidebar-content .sep
	{
	width: 100%;
	float: left;
	height: 1px;
	background-color: #fff;
	margin: 5px 0;
	}
	
div.wrapper .holder .content .sidebar-content p
	{
	font-size: 12px;
	margin-left: 15px;
	margin-right: 10px;
	line-height: 16px;
	margin-bottom: 10px;
	text-align: justify;
	width: 86%;
	}
	
div.holder .content
	{
	float: right;
	height: auto;
	width: 700px;
	text-align: left;
	margin: 3px 0;
	}
	
div.holder .content .sep
	{
	width: 100%;
	float: left;
	height: 1px;
	background-color: #f7f7f7;
	margin: 5px 0;
	}
	
	
div.holder .content h2
	{
	float: left;
	margin: 10px 0px 5px 10px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #4274B9;
	width: 90%;
	text-align: left;
	}
	
div.holder .content p
	{
	font-size: 12px;
	margin-left: 15px;
	margin-right: 10px;
	line-height: 16px;
	margin-bottom: 10px;
	text-align: justify;
	width: 95%;
	}
	
div.holder .footer
	{
	float: left;
	height: 50px;
	width: 902px;
	background-color: #ededed;
	color: #5F5F5F;
	}
