body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: White;
}

a{
	/*color: #0002BF;	*/
	color: #BB0000;
}

a:hover {
	color: White;
	background-color: Red;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #00008B;
	margin-bottom: 10px;
}

ul {
	margin-top: 5px;
}

.pds_button {
	border: 2px solid Black;
	background-color: #f2f2f2;
	color: #DF0000;
	font-size: 11pt;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

.pds_button2 {
	border: 1px solid Black;
	background-color: #f6f6f6;
	color: Navy;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	width: 100%;
}

ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	/*border-bottom: 1px dashed #999999*/
}

#mainNav a {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-decoration: none;
	/*border: 1px dashed #999999;*/
	border-bottom: none;
	padding: 7px 5px 7px 27px;   /* TOP-RIGHT-BOTTOM-LEFT */
	display: block;
	background-color: red;
	background-image: url(L-bullet2.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

#mainNav a:hover {
	font-weight: bold;
	background: #000000 url(car-bullet.gif)  no-repeat 2px 50%;
	/*background: #000000 url(this-bullet.gif)  no-repeat 7px 50%;*/
}

body#homepage a#homepageLink {
	font-weight: bold;
	background: transparent url(car-bulletWhi.gif) no-repeat 2px 50%;
}

body#about a#aboutLink {
	font-weight: bold;
	background: transparent url(car-bulletWhi.gif) no-repeat 2px 50%;
}

body#contact a#contactLink {
	font-weight: bold;
	background: transparent url(car-bulletWhi.gif) no-repeat 2px 50%;
}

body#tuition a#tuitionLink {
	font-weight: bold;
	background: transparent url(car-bulletWhi.gif) no-repeat 2px 50%;
}

body#learning a#learningLink {
	font-weight: bold;
	background: transparent url(car-bulletWhi.gif) no-repeat 2px 50%;
}

body#cars a#carsLink {
	font-weight: bold;
	background: transparent url(car-bulletWhi.gif) no-repeat 2px 50%;
}

body#test a#testLink {
	font-weight: bold;
	background: transparent url(car-bulletWhi.gif) no-repeat 2px 50%;
}

body#pass a#passLink {
	font-weight: bold;
	background: transparent url(car-bulletWhi.gif) no-repeat 2px 50%;
}

.subheader {
	font-weight: bold;
	margin-bottom: 6px;
	text-align: left;
	color: #00008B;
	font-size: 110%;
}

img.shaped_L {
	margin-right: 10px;
	float: left;
	clear: left;
}

img.shaped_R {
	margin-left: 10px;
	float: right;
	clear: right;
}

/* IE Bug Fixes */

#mainNav li {
	display: inline;
}

* html #mainNav a {
	height: 1px;
}

/* End IE Bug Fixes */
