﻿/** This is temporary */
body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #3366cc;
font-family: Verdana,Tahoma,Arial;
font-size: 12px;
font-weight: normal;
}
a:active {
 color: #3366cc;
}
a:visited {
	color: #3366cc;
}
h1
{
    font-size: 16px;
    font-weight: bold;
}
h2
{
    font-size: 14px;
    font-weight: bold;
}
h3
{
    font-size: 13px;
    font-weight: bold;
}
.smallfont
{
    font-size: 10px;
    font-weight: normal;
    line-height: 1.5;	
}
/** SEARCH */

#search {
	float: right;
	width: 400px;
	padding-top: 60px;
}
#advancesearch {
	float: right;
	width: 230px;
	padding-top: 60px;
	padding-right: 50px;  
}
#tempLink
{
	float: left;
	display: block;
    height: 160px;
    width: 475px;
}
#search fieldset {
	border: none;
}

#textfield1 {
	width: 170px;
	height: 17px;
	padding: 3px 0px 0px 5px;
	border: 1px solid #d0d0d0;
	background: #FFFFFF;
}

#submitbutton1 {
	width: 60px;
	height: 24px; 
	
	color: #26292d;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer
{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #ffffff;
}

#header{
height: 161px; /*Height of top section*/
background: url(images/2learnheader.jpg) no-repeat right bottom;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 325px 0 250px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 250px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
overflow:hidden;
}

#rightcolumn{
float: left;
width: 325px; /*Width of right column*/
margin-left: -325px; /*Set left margin to -(RightColumnWidth)*/
background: #efefef;
display:inline;
overflow:hidden;
}

/** BOX STYLE A */

.boxA {
	padding: 0px 0px;
}

.boxA .title {
	height: 26px;
	background: url(images/banner.gif) repeat-x left top;
	border: 0px solid #FFFFFF;
	padding: 0px 0px 5px 0px;
}
.boxA .title2 {
	height: 15px;
	background: url(images/bannerlight.gif) repeat-x left top;
	border: 0px solid #FFFFFF;
	padding: 0px 0px 5px 0px;
	font-size: 13px;
	font-weight:bold; 
}
.boxA .title3 {
	height: 15px;
	border: 0px solid #FFFFFF;
	padding: 0px 0px 5px 0px;
	font-size: 13px;
	font-weight:bold; 
}

.boxA .title h2 {
	height: 26px;
	padding: 2px 0px 0px 15px;
	background: url(images/bannerEnd.gif) no-repeat right top;
	font-size: 16px;
	color: #FFFFFF;
}
/** Box Style Inner */
.innerBox 	
{
	margin-bottom: 3px;	
	overflow: hidden;	
	position: relative;	
	min-height: 1%;
	border: 1px solid #efefef;	
	padding: 10px 10px 0px 75px;
	background: url(images/bannerlight.gif) transparent repeat-x;
}

* html .innerBox {	height: 1%}

.innerBox h2 
{	
	color: #005B98;	
	font-size: 18px;
	font-weight: bold;	
	border: 1px solid #efefef;		
	border-width: 0px 0 1px 1px;			
	height: 25px;		
	line-height: 25px;		
	margin: -10px -10px 10px 0px;		
	padding: 0;		
}

.innerBox .thumbnail 		
{
	height: 55px;		
	float: left;		
	width: 0px;	
} 
.innerBox .thumbnail img 
{		
	border: 0px solid #A2A2A2;		
	height: 75px;		
	left: 3px;		
	position: absolute;		
	top: 3px;	
}	
.innerBox .content 		
{
	overflow: hidden;		
	min-height: 1px;				
	line-height: 1.2;	
}

#footer{
clear: left;
width: 100%;
background: #ffffff;
color: #000000;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000000;
}

.innertube
{
margin:  4px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}
.horizontal_dotted_line 
{ 
border-bottom: 1px dotted #aaaaaa;  
} 
.thumbnail2 { position: relative }
.thumbnail2:hover { background-color: transparent;}
.thumbnail2 SPAN { border-right: gray 1px dashed; padding-right: 3px; border-top: gray 1px dashed; padding-left: 3px; visibility: hidden; PADDING-BOTTOM: 3px; BORDER-LEFT: gray 1px dashed; COLOR: black; PADDING-TOP: 3px; BORDER-BOTTOM: gray 1px dashed; POSITION: absolute; background-color:Silver; TEXT-DECORATION: none }
.thumbnail2 SPAN IMG { BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; BORDER-RIGHT-WIDTH: 0px }
.thumbnail2:hover SPAN { left: 70px; visibility: visible; top: -220px }


