﻿#divContent
{
	display: block;
	width: 100%;
	padding: 5px;
	padding-top: 15px;
	min-height: 400px;
	margin-top: 10px;
}

.paraSimple
{
	display: block;
	width: 100%;
	text-indent: 5%;
	text-align: justify;
	font: normal normal normal 1.0em Arial,Verdana;
	line-height: 2.0em;
	margin-bottom: 15px;
}

.h1
{
	display: block;
	width: auto;
	height: auto;
	color: #00ADEF;
	font: normal normal normal 2.5em Arial,Verdana;
	margin-bottom: 15px;
}

.h2
{
	display: block;
	width: auto;
	height: auto;
	color: #00ADEF;
	font: normal normal bold 1.2em Arial,Verdana;
	text-decoration: underline;
	margin-bottom: 15px;
}

.centerH2
{
	display: block;
	width: auto;
	height: auto;
	color: #000000;
	font: italic normal normal 1.8em Arial,Verdana;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 25px;
}

.pIndent5
{
	display: block;
	width: 95%;
	margin-left: 5%;
	text-align: justify;
	font: normal normal normal 1.0em Arial,Verdana;
	line-height: 2.0em;
	margin-bottom: 15px;

}
/*
	No List
*/
ul.noList
{
	display: block;
	list-style-type:  none;
}

ul.noList li
{
	display: block;
	margin-left: -20px;
	list-style-type: none;
	font: normal normal normal 1.0em Arial,Verdana;
}


/*
	Bulleted List
*/
ul.listBulleted
{
	display: block;
	margin-left: 20px;
	width: 550px;
	list-style-type: disc;
}

ul.listBulleted li
{
	display: list-item;
	padding-left: 20px;
	text-indent: 15px;
	font: normal normal normal 1.0em Arial,Verdana;
}


/*
	Bulleted List arrow image
*/
ul.listBulletedArrow
{
	display: block;
	width: 550px;
}

ul.listBulletedArrow li
{
	display: list-item;
	list-style-image: url('../../images/arr_r.jpg');
	padding-left: 30px;
	margin-left: 10px;
	text-indent: 0px;
	vertical-align: middle;
	font: normal normal normal 1.0em Arial,Verdana;
}


/*
	Bulleted List gray image
*/
ul.listBulletedGrayImage
{
	display: block;
	width: 240px;
	text-align: left;
	margin-left: 20px;
}

ul.listBulletedGrayImage li
{
	display: list-item;
	list-style-image: url('../../images/bullet_grey.gif');
	text-indent: 0px;
	vertical-align: middle;
	font: normal normal normal 1.0em Arial,Verdana;
}

ul.listBulletedGrayImage li a
{
	color: #C27B7E;
	text-decoration: none;
	border: none;
}

ul.listBulletedGrayImage li a:hover
{
	text-decoration: underline;
	color: #00adef;
}

ul.listBulletedGrayImage li a:hover
{
	text-decoration: underline;
	color: #000000;
}


/*
	Bulleted List arrow image
*/
ul.listBulletedRight
{
	display: block;
	width: 600px;
}

ul.listBulletedRight li
{
	display: list-item;
	list-style-image: url('../../images/right.jpg');
	padding-left: 30px;
	margin-left: 50px;
	text-indent: 0px;
	vertical-align: middle;
	font: normal normal normal 1.0em Arial,Verdana;
}


/*
	Decimal List
*/
ul.listDecimal
{
	display: block;
	margin-left: 25px;
	margin-top: -10px;
	list-style-type: decimal;
}

ul.listDecimal li
{
	display: list-item;
	margin-bottom: 5px;
	font: normal normal normal 1.0em Arial,Verdana;
}

ul.listDecimal li li
{
	display: block;
	font: normal normal normal 1.0em Arial,Verdana;
}

#underConstr
{
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font: normal normal bold 1.5em 'Times New Roman';
	color: Red;
	margin-top: 200px;
}

