/*General Styles - Applied Automaticly*/
body {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial;
	background-color: #EEECEC;
}

td {
	font-size: 12px;
	line-height:20px;
}

ul {  /* defines the unordered list */
	list-style: none;
	margin: 0;
	padding: 5px 0	;
	line-height:20px;
}

li {  /* defines the first level bullet */
	background-image:  url(../images/General/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0  7px;
	padding: 0 0 10 20px;
}

.tdContent a:link {
	text-decoration: none;
	color: blue ;
}

.tdContent a:visited {
	text-decoration: none;
	color: blue ;
}

.tdContent a:hover {
	text-decoration: underline;
	color: blue ;
}

h2 {
	color: #F3BD36;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 13px;
}

h3 {
	color: #BE8D0C;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 12px;
}

/*General Styles - Applied Mannually*/

.tblMain {
	border: 1px solid #515151;
	height: 100%;
	background-color: #FFFFFF;
}

.tdContent {
	padding-right: 40px;
	padding-left: 35px;
	padding-top: 27px;
	padding-bottom: 20px;
	vertical-align: top;
	width: 435px;
	height:100%;
}

.tdTop1 {height: 5px;}
.tdTop2 {height: 14px;}

/*Menu Section Styles - Applied Mannually*/

.tdMenu {
	padding: 20px 0px 0px 15px;
	width: 200px;
	Height: 230px;
	vertical-align: top;
}

#menu {
	color: #FFFFFF;
}

#menu ul {  /* defines the unordered list */
	list-style: none;
	margin: 0;
	padding: 5px 16	;
	line-height:30px;
}

#menu li {  /* defines the first level bullet */
	background-image:  url(../images/General/BulletYellow.gif);
	background-repeat: no-repeat;
	background-position: 0  12px;
	padding: 0 0 0 30px;
}

#menu li ul {  /* defines the second level list*/
	padding: 0;
	line-height:15px;
}

#menu li li {  /* defines the second level bullet */
	background-image:  url(../images/General/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0  5px;
	padding: 0 0 10 20px;
}

#menu li.current {  /* defines the first level bullet */
	background-image:  url(../images/General/BulletRed.gif);
}

#menu a, a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

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

/*Footer Section Styles - Applied Mannually*/

.footer td {
	height: 30px;
	color: #cccccc;
	font-size: 11px;
	padding-left:20px;
	padding-right: 20px;
}

.footer a:link {
	color: #cccccc;
	text-decoration:none;
}

.footer a:hover {
	color: #cccccc;
	text-decoration:none;
}

.footer a:visited {
	color: #cccccc;
	text-decoration:none;
}


/*Services Section Styles - Applied Mannually*/

.services font {color: 7E7146; font-size:14px; font-weight:700; text-decoration:none;}
.services td {
	padding-bottom: 10px;
}



