//Pallete: Entrapped InAPalette 
// color1=#B9D7D9; light blue wall
// color2=#668284; shaded teal
// color3=#2A2829; MT black
// color4=#493736; dancing on air brown
// color5=#7B3B3B; red door
//----------
//Pallete: Basic Neuroscience
// color1=#4E4F4B; basic nervous system (dark grey)
// color2=#FFD573; try yelllow 
// color3=#FF773D; for a wall (orange)
// color4=#F73E3E; warm melon (watermelon)
// color5=#822339; basic brain (purple)
//From Jill Metz site:
// colorX=#F2F2A5; pale green
// color1=#996600; bronze gold
//From C&A logo
// ca_logo_1=#A90036; pinkish-maroon
// ca_logo_2=#8E2736; maroon

body {
	padding:0px;
	margin:0px;
}

a:link {
	color: #668284;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #493736;
}

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

a:active {
	text-decoration: none;
	color: #666666;
}

/* Other pallette 
a:link {
	color: #351330;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CC2A41;
}

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

a:active {
	text-decoration: none;
	color: #E8CAA4;
}
*/

/* Main menu settings */
#centeredmenu {
   clear: both;
   float: left;
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #351330; /* line below menu */
   width: 100%;
  /* font-family: ; /* Menu font */
   font-size: 100%; /* Menu text size */
   z-index: 1000; /* This makes the dropdown menus appear above the page content below */
   position: relative;
}

/* Top menu items */
#centeredmenu ul {
   margin: 0;
   padding: 0;
   list-style: none;
   float: right;
   position: relative;
   right: 41.5%;
}
#centeredmenu ul li {
   margin: 0 0 0 1px;
   padding: 0;
   float: left;
   position: relative;
   left: 50%;
   top: 1px;
}
#centeredmenu ul li a {
   display: block;
   margin: 0;
   padding: .6em .5em .4em;
   font-size: 1em;
   line-height: 1em;
   background: #FFFFFF; /* Top menu items background colour */
   text-decoration: none;
   color: #668284; /* Top menu items font colour */
   font-weight: bold;
   font-family: Georgia, serif;
   border-bottom: 1px solid #351330;
   border-right: 1px solid #8E2736;;
}
#centeredmenu ul li.active a {
   color: #ffffff;
   background: #668284;
}
#centeredmenu ul li a:hover {
   background: #493736; /* Top menu items hover background colour */
   color: #ffffff;  /* Top menu items hover font colour */
   border-bottom: 1px solid #8E2736;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background: #493736; /* Top menu items hover background colour */
   color: #ffffff;  /* Top menu items hover font colour */
   border-bottom: 1px solid #8E2736;
}

/* Submenu items */
#centeredmenu ul ul {
   display: none; /* Sub menus are hiden by default */
   position: absolute;
   top: 2em;
   left: 0;
   right: auto; /*resets the right:50% on the parent ul */
   width: 20em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left: auto;  /*resets the left:50% on the parent li */
   margin: 0; /* Reset the 1px margin from the top menu */
   clear: left;
   width: 100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size: .8em;
   font-family: Georgia, serif;
   font-weight: bold; /* resets the bold set for the top level menu items */
   background: #FFFFFF; /* Sub menu items background colour */
   color: #8E2736; /* Sub menu items font colour */
   line-height: 1em; /* overwrite line-height value from top menu */
   border-bottom: 1px solid #8E2736; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#493736; /* Sub menu items hover background colour */
   color:#ffffff; /* Sub menu items hover font colour */
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display: block; /* Show the sub menus */
}

/* Use with div for simple unordered list */
#list_basic_14 {
    font-family: Tahoma, sans serif; 
    font-size: 14px;
    margin: .5em;
    padding-left: 10px;
}

#list_basic_12 {
    font-family: Tahoma, sans serif; 
    font-size: 12px;
    margin: 1em;
    padding: 5px;
}

#list_nopadding {
    font-family: Tahoma, sans serif; 
    font-size: 12px;
    margin-top: 0px;
}

#list_padding {
    font-family: Tahoma, sans serif; 
    font-size: 12px;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 20px;
}

p  {
    font-family: Tahoma, sans serif;
    margin-top: 0px;
}

h1 {
	font-family: Georgia; 
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
        color: #8E2736;
	text-decoration: none;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.header1 {
	font-family: Georgia; 
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
        color: #8E2736;
	text-decoration: none;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.header1_t1 {
	font-family: Georgia; 
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
        color: #8E2736;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
}

.header1_t2 {
	font-family: Georgia; 
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
        color: #8E2736;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}

h2 {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8E2736;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}

.header2 {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8E2736;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}

.header2_t1 {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8E2736;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
        margin-bottom: 0px;
}

.date {
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #8E2736;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
        margin-bottom: 0px;
}

.abovefoldtext {
	font-family: Tahoma;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
}

.abovefoldtext_20 {
	font-family: Tahoma;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.normaltext {
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;
}

.worksheetheader {
	font-family: Georgia;
	font-size: 16px;
	color: #493736;
	border-bottom-style: double;
	border-width: 2px;
	border-color: #493736;
}

.worksheettext {
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 10px;
}

.qaheader  {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.qatext  {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}

.qatext_noindent  {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.more {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8E2736;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.back {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8E2736;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
        margin-bottom: 0px;
        margin-top: -10px;
}

.leftedgetext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}

.rightedgetext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}

.bottom_navigation {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	text-decoration: none;
}

.disclaimer {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#docubanklogin  {
	border-bottom-style: double; 
	border-width: 2px;
	border-color: #FFFFFF;
	color: #ffffff;
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.docubanklabel {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
}
