/*TESTING used for rollover effect in welcome screen - yellow book*/
#div-dp, #div-ws, #div-ti {width:300px; height:75px}
#div-dp {background: url("images/dp-on.jpg") 0px 0px}
#div-ws {background: url("images/ws-on.jpg") 0px0px}
#div-ti {background: url("images/ti-on.jpg") 0px 0px}
/* TESTING END*/

/*  HOME PAGE - START  */
p.welcome {
font-size: 10pt; 
color: black; 
vertical-align: top;
text-align: left;
margin-left: 3%; 
margin-right: 3%}

p.welcome a:link	{font-size:10pt; color:#000; font-weight:bold; text-decoration:none}
p.welcome a:visited	{font-size:10pt; color:#000; font-weight:bold; text-decoration:none}
p.welcome a:active	{font-size:10pt; color:#000; font-weight:bold; text-decoration:none}
p.welcome a:hover	{font-size:10pt; color:#000; font-weight:bold; text-decoration:none; background:#E8D9A8; display: block /*font-style:italic*/ }

/*  
h1.welcome {
background-color:#000000; 
color:#AC003E; 
font-size:16pt; 
font-weight:bold; 
text-align:left}
HOME PAGE - END  */

/*  NAV BAR - START  */
	/*from web example*/
	#navbar { position:absolute 25px 0px}
	#navbar ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width:715px } 
	#navbar li {
		float: left;
		margin: 0 0.15em } 

	#navbar a {
		display:block;
		width:130px}

	#navbar a:hover {
		display:block;
		width:130px;
		background:#AC003E}
/*  NAV BAR - END  */

/*used to format content text*/
p.content {
font-size:10pt; 
color:black; 
text-align:left;
margin-left: 3%; 
margin-right: 3%}

/*used to format footer text*/
p.footer {
font-size:10pt; 
color:#AC003E
color:#000000}


/*used to format dl text on training rates page*/
dl.rates {
font-size:10pt; 
color:black;
margin-left: 3%; 
margin-right: 6% }

/*used to bold titles of training rates*/
#dtitle {
font-weight:bold}

h1 {
font-family: Arial;
font-size:14pt; 
color:#000000;
font-weight:bold; 
text-align:left}



h2 {
font-family: Arial;
font-size:14pt; 
color:#000000; 
font-weight:bold; 
text-align:left}

/*used under side nave title*/
hr.sidenav {
align:center; 
size:2; 
width:100; 
color:#AC003E;}

/*used under content title*/
hr {
align:center; 
size:2; 
width:250; 
color:#AC003E}

/* links */
a:link	{font-size:10pt; color:#AC003E; font-weight:bold; text-decoration:none}
a:visited	{font-size:10pt; color:#AC003E; font-weight:bold; text-decoration:none}
a:active	{font-size:10pt; color:#AC003E; font-weight:bold; text-decoration:none}
a:hover	{font-size:10pt; color:#AC003E; font-weight:bold; text-decoration:underline; background:#E8D9A8; /*font-style:italic*/ }

/*used in side nav rollover bg color change*/
.vertical {display:block; padding:0; width:120px}

/*used in side nav rollover bg color change*/
.verticalheader {font-size:16pt; color:#AC003E; font-weight:bold; text-decoration:none; display:block; padding:0; width:120px}

/*used for separater between side nav & content*/
.separater {background: url(images/edger.jpg) repeat-y}

/*used to format bulleted list in content*/
ul li.content {
font-size:10pt; 
color:black}
