@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#FFF;
}

a {
	text-decoration:none;
	color:#000;
}

h4 {
	font-size:13px;
}

a:visited.active, a:visited.master {
	color:#ff0000;
}

.headings {
	padding-left:15px;
}
.headingAlgin {
	margin-left:30px;
}

/**************************  wrapper Section ************************/
#wrapper {
	width:1000px;
	padding-left:10px;
	padding-bottom:10px;
	margin:0px;
}


/**************************  topSection *****************************/
.topSection {
	text-align:center;
	vertical-align:middle;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
	border-bottom:#000 solid 1px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
}

.color {
	color:#F00;
}

p.heading {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:12px;
	font-style:italic;
	font-size:30px;
	padding-top:10px;
}



/**************************  leftSide Section *****************************/

.leftSide {
	float:left;
	padding:0px;
	padding-bottom:2px;
	margin-top:2px;
	width:115px;
	border-right:#000 solid 1px;
	background-color:#FFF;
}

.leftBackColor {
	background-color:#F00;
	padding-left:8px;
	padding-top:5px;
	width:105px;
}

.leftImages {
	margin:0px;
	padding:0px;
}

/**************************  nav Section *****************************/
#nav {

}

.navTable {
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
}
tr {
	margin:0px;
	padding:0px;
}

td {
	margin:0px;
	text-align:center;
	width: 175px;
	height:65px;
	border-left: #000 solid 1px;
}



td {
	text-decoration:none;
	color:#000;
}

td li a:hover {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

td a:link {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
td a:visited {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

td.noBorder {
	border-left: none;
}
td.left {
	text-align:left;
	border-left: none;
}
td.leftIndent {
	text-align:left;
	border-left: none;
	padding-left:15px;
}

.practice {
	padding-left:15px;
	color:red;
}

.subuls{
display: none;
position: absolute;
left: 0;
top: 1.2em;
background-color: #FF0000;
border: 1px solid black;
margin:0;
padding:0;
line-height:2em;
}
.subuls li{
width: 200px;
text-align:left;
padding-left: 5px;
}

.dropDown li {
	position: relative;
	list-style:none;
}

.dropDown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}


/**************************  contentArea Section *****************************/

table.noStyle {
	border:none;
}

table.noStyle td{
	border:none;
}

.contentText {
	padding-left:130px;
}

.text {
	text-align:left;
	text-transform:none;
	padding-left:10px;
	padding-top:10px;
	padding-left: 10px;
}

td.noBorderText {
	border-left: none;
	padding-left:10px;
	padding-top:15px;
}


	


/**************************  footer Section *****************************/
#footer {
	clear:both;
	margin:0px;
	height:35px;
	padding-left:150px;
	padding-top:5px;
	border-top:#000 solid 1px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
}
p.footer {
	font-size:9px;
	letter-spacing:0px;
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
}

p.heading