body 
{	
    margin-top: 25px;
    font-family: Arial, Helevtica, Sans-Serif;
    font-size: 10pt ;
}

body.white 
{	
	background-image:url(null);
	background-color: white; 
	margin-top: 0px;
}

div.center-div {
	margin: 0 auto;
	width: 800px;
	height: 600px;

	/*
    border-style: solid;
    border-width: 1px;
    border-color: purple;
    */
}

div.clear {
    clear: both;
}

div.logo-bar {
	margin: 0 auto;
	margin-top: 30px;
	width: 475px;
    
	/*
    border-style: solid;
    border-width: 1px;
    border-color: #767875;
    */

}

div.menu285 {
	margin: 0 auto;
	width: 285px;
/*
	border-style: solid;
    border-width: 1px;
    border-color: lime;
*/
}

div.menu390 {
	margin: 0 auto;
	width: 390px;
/*
	border-style: solid;
    border-width: 1px;
    border-color: lime;
*/
}

div.rogue-bear {
	margin: 0 auto;
	margin-top: 100px;
	width: 375px;

    /*
    border-style: solid;
    border-width: 1px;
    border-color: orange;
    */
   
}

div.rogue-bear img {
	display: block;
	margin: 0 auto;
	width: 205px;
}

div.rogue-bear span.centered {
	display:table;
	margin:0 auto;
}

div.z-top {	
	z-index: -1	
}

div#link-groups {
	width: 100%;
	padding-top: 10px;
}

div.link-group {
	padding-top: 20px;
	clear: both;
}

div.link-group div.title {
	color: #062589;
		
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	
	margin:0 auto;
	text-align: center;
			
	padding-bottom: 10px;
}

div.link-group div.link {
	float: left;
	
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	
	text-align: center;
	
	padding: 20px;
	padding-top: 25px;
	padding-bottom: 25px;	
}

div.link a img {
	padding-bottom: 10px;
}

div.link a {
	color: #062589;
	text-decoration: none;
}

img.z-bottom {
	z-index: 1000;
}

ul#menu {
    padding: 0;
}

ul#menu li {
    display: inline;
}

ul#menu li a {
    /* Blue from image */
    /* background-color: #8293A3; */ 
 
    padding: 10px 10px;
     
 	background-color: white;
  	color: black;
    
 	text-decoration: none;
    font-weight: bold;
    
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-top: thick solid red;
    border-bottom: thick solid blue;    
    border-radius: 4px 4px 4px 4px;
        
    /*
    color: white;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px 4px 4px 4px;
    */
}

ul#menu li a:hover {
    color: black;
    font-weight: bold;

    /* Blue from image */
    background-color: #8293A3; 
    /* background-color: white; */

    color: white;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: bold;
    
    border-top: none;
    border-bottom: none;    
    
    border-radius: 4px 4px 4px 4px;

	/*
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-top: thick solid red;
    border-bottom: thick solid blue;
    */
}

font.copyright {
    font-family: Arial, Helevtica, Sans-Serif;
    font-size: 9pt ;
    color: 	DarkGray ;
}

font.quotes {
	font-size: 10pt; 
	color: #858934; 
	font-weight: bold; 
	font-style: oblique;
}

font.warning {
	font-weight: bold; 
	color: 	red;
	background-color: yellow; 
}

span.centered {
	display:table;
	margin:0 auto;
	padding-top: 2px;
}


div.content-panel {
	margin-top: 30px;	
}

a {
	outline : none;
	border: none;
}

a:active, a:focus {
	outline: none; 
	-moz-outline-style: none; 
}

div#nra-courses {

}

div#nra-courses p 
{
    padding-left: 5px;
    margin-left: 20px;
    margin-bottom: 30px;
      
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12pt;
}

div.nra-course {
	clear: both;

    width: 100%;
    padding: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
    
    position: relative;
}

div.nra-course div.course-title {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #062589;
	vertical-align: middle;
}

div.course-title img
{
    vertical-align: middle;
}
    
div.nra-course div.course-desc {
	 width: 490px;
	 display: none;
	 
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 10px;
}

div.nra-course img.course-logo 
{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}