a:link {  font-family: verdana, arial, san-serif; color: #3d3db0; font-weight: normal; text-decoration: underline}
a:hover {  font-family: verdana, arial, san-serif; color: #ff9900; font-weight: normal; text-decoration: underline}
a:active {  font-family: verdana, arial, san-serif; color: #3d3db0; font-weight: normal;  text-decoration: underline}
a:visited {  font-family: verdana, arial, san-serif; color: #3d3db0; font-weight: normal; text-decoration: underline}
font {  font-family: verdana, arial, san-serif}

td {  
font-family: verdana, arial, san-serif; 
font-size: 11px;
line-height: 16px;
}

th {
border:thin solid #000000;
}

p {  
font-family: verdana, arial, san-serif; 
font-size: 11px;
padding-right: 35px;
padding-left: 25px;
line-height: 16px;
}

.trainingContinue {
font-family: georgia, times new roman, times, serif; 
font-size: 24px;
line-height: 24px;
}

.trainingContinue a:link {  font-family: georgia, times new roman, times, serif; color: #3d3db0; text-decoration: underline}
.trainingContinue a:hover { font-family: georgia, times new roman, times, serif; color: #ff9900; text-decoration: underline}
.trainingContinue a:active { font-family: georgia, times new roman, times, serif; color: #3d3db0;  text-decoration: underline}
.trainingContinue a:visited { font-family: georgia, times new roman, times, serif; color: #3d3db0;text-decoration: underline}




#PLVIMMenu a {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
font-weight: bold;
}  


.TableHead{
	font-family: verdana, arial, san-serif;
	font-size: 11px;
	color: #B44029;
	font-color: #fff;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.TableText {
	font-family: verdana, arial, san-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}

.TableSpace {
	border: thick solid #FFFFFF;
}


.special {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #3333cc;
}

.titleblk {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}

h1 {  
font-family: georgia, times new roman, times, serif; 
font-size: 14px; 
text-transform: uppercase;
color: #000; /*blck*/
letter-spacing: 2px;
padding-top: 5px;
margin-bottom: -3px;
}

h2 {  
font-family: georgia, times new roman, times, serif; 
font-size: 12px; 
font-weight: bold;
letter-spacing: 2px; 
color: #3333CC; /*royal*/
padding-top: 5px;
margin-bottom: -3px;
}

h3 {  
font-family: georgia, times new roman, times, serif; 
font-size: 12px; 
font-weight: bold; 
letter-spacing: 2px;
color: #666666; /*grey*/
padding-top: 5px;
margin-bottom: -3px;}


/*------nav system 1--------
 below not sure needed for this site 
#navlist {
position: absolute;
left: 36px;
top: 86px;
width: 186px;
line-height: 0px;
}
 above not sure needed for this site */

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 11px;
font-weight: bold;
/* height: 40px; removed by bf 1/24/08 */
}

/*spacing between list*/
#navlist li {
margin: 0px;
height: 40px;
}

#navlist a {
display: block;
padding: 8px 8px 8px 24px;
border: 1px solid;
border-color: #999 #000 #000 #999;
background-color: #2222a5;
background-image:  url(../gfx/ul-up.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
}

.navlist2line {
padding: 2px 8px 2px 24px;
}

#navlist a:link, #navlist a:visited {
color: #fff;
text-decoration: none;
font-weight: bold;
height: 40px;
}

/* sets bg image and font color */
#navlist a:hover, #navlist a:active {
background-color: #DACEA0;
background-image:  url(../gfx/ul-down.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #000;
height: 40px;
}

/* allows "you are here" LINKing */
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #DACEA0;
background-image:  url(../gfx/ul-down.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #000;
font-weight: bold;
height: 40px;
}

/* below styles must to in end of head tags*/
/* [if IE5>
<style>
#navlist a{
height: 1em;
float; left;
clear: both;
width: 100%;
}
</style>
</head>
<![endif]

[if IE6>
<style>
#navlist a{ height: 1em;}
</style>
</head>
<![endif]*/

/* above styles must to in end of head tags*/

------END nav system 1--------

------nav system--------

#list-menu {
width: 130px;
/* this width value is also effected by
the padding we will later set on the links. */
font-family: verdana, arial, san-serif;
font-size: 12px; 
letter-spacing: 1.5px;
}

/* this removes bullets and indents. */
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

/* creates space between items. 3rd col=sp btwn */
#list-menu li {
margin: 6px 6 12;
} 

/* this section creates styles for the links. */
#list-menu a {
display: block;
width:130px;
padding: 6px 6px 6px 10px;
border: 1px solid #4c2079;
background: #fff;
color: #000;
text-decoration: none; 
font-weight: bold; 
filter:blendTrans(duration=0.5)
} 

/* next two sections create rollover effects. */
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000;
font-weight: bold; 
}

#list-menu a:hover {
border: 1px solid #000000;
background: #4c2079;
color: #fff;
font-weight: bold; 
} 

/* could add a bg image for hover. */
/*#list-menu a:hover {
border: 1px solid #000000;
background: #333333 url(images/background1.gif);
color: #ffffff;
} 
*/

/* for cool fading transition effect add this code 
#list-menu a {
display: block;
width:110px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none;
filter:blendTrans(duration=0.5);}
*/

/* if using transition - add to head  

<script type="text/javascript">
 
function lite(obj) {
if(document.all&&!window.opera) {
obj.filters.blendTrans.apply(); 
obj.filters.blendTrans.play(); 
} 
} 

</script> 

*/

/* SUB-MENU  */
#list-menusub {
width: 200px;
/* this width value is also effected by
the padding we will later set on the links. */
font-family: verdana, arial, san-serif;
font-size: 10px; 
}

/* this removes bullets and indents. */
#list-menusub ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

/* creates space between items. */
#list-menusub li {
margin: 0px 0 0;
} 

/* this section creates styles for the links. */
#list-menusub a {
display: block;
width:150px;
padding: 0px 0px 1px 1px;
border: 1px solid #ffffcd;
background: #ffffcd;
color: #000000;
text-decoration: none; 
filter:blendTrans(duration=0.2)
} 

/* next two sections create rollover effects. */
#list-menusub a:link, #list-menusub a:active, #list-menusub a:visited {
color: #000000;
text-weight
}

#list-menusub a:hover {
border: 1px solid #ffffcd;
background: #dca153;
color: #000000;
} 

/* END SUB-MENU  */


/* event-box  */
.eventbox {
width: 100%;
margin: 0;
padding: 10px 10;
background: #fff;
border: 1px dotted #dca153;
vertical-align: left;}

/* END event-box  */



/*--------end main left nav-----*/

.footer { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;}

a.footer:link, a.footer:active, a.footer:visited {  
font-family: Arial, Helvetica, sans-serif;
font-size: 10px; 
color: #333333; 
font-weight: bold;
text-decoration: underline}

a.footer:hover { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px;
color: #999999; 
font-weight: bold;
text-decoration: underline}


.red {
color: #ff000}

.black {
color: #000000}

ul {  list-style-position: outside; list-style-type: square;
padding-right: 20px;}

.strong {  font-size: 17px; font-weight: bold}

.special {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #3333cc;
}

.redlg {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #cc0000;
}