/* CSS Document */

body	{
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		color: #666666;
		margin: 0px;
		padding: 0px;
		}

p		{
		line-height: 150%;
		}
		
		
h1	{	font-size: 18px;
		font-weight: bold;
		line-height: 130%;
		color: #0061a2;
		}
		
h2	{	font-size: 16px;
		font-weight: bold;
		line-height: 130%;
		color: #0061a2;
		}

h3	{	font-size: 14px;
		line-height: 130%;
		font-weight: bold;
		color: #0061a2;
		}		

h4	{	font-size: 12px;
		line-height: 130%;
		font-weight: bold;
		color: #0061a2;
		}

img		{
		border: 0px;
		}
		
ul		
		{	
		line-height: 160%;
		color: #666666;
		list-style-type: square;
		}	
		
td		{
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #666666;
		font-size: 12px;
		}
		
table	{
		border-color: #666666;
		}
		
.books
		{
		margin-right:45px;
		}
.nav
		{
		color: #666666;
		}
		
.blue
		{
		color: #0061a2;
		}
		
.divstripe
	    {
		height: 25px;
		background-color:#0061a2;
		}	
		
.imgleft
		{
		float: left;
		margin: 0px 25px 25px 0px;
		text-align:center;
		position: relative;
		}
		
.imgright
		{
		float: right;
		margin: 0px 0px 20px 20px;
		position: relative;
		}
		
.clearimg
		{
		clear: both;
		}		
		
#header 
		{
		background-image: url(images/ge_logo.gif);
		background-repeat: no-repeat;
		height: 104px;
		background-color:#e6e6e6;
		padding-left: 210px;
		text-align:center;
		}
		

#wrapper
		{
		background-image: url(images/wrapper_bg.gif);
		background-position: left;
		background-repeat: repeat-y;
		background-color:#ffffff;
		width:100%;
		}				

#navbar 
		{
		padding: 10px 10px 10px 15px;
		width: 185px;
		float: left;
		background-color: #e6e6e6;
		position:relative;
		}		

#content 
		{
		margin-left: 210px;
		padding: 30px;
		}

#clearnav 
		{clear: left;
		}				

#footer 
		{text-align: center;
		}							
	 		
		
			
		
a:link {color: #0061a2; text-decoration: underline;}
a:visited {color: #0061a2; text-decoration: underline;}
a:hover {color: #0061a2; text-decoration: underline;}

a.nav:link {color: #666666; text-decoration: none; font-weight: bold;}
a.nav:visited {color: #666666; text-decoration: none; font-weight: bold;}
a.nav:hover {color: #333333; text-decoration: none; font-weight: bold;}

a.file:link {color: #0061a2; text-decoration: none;}
a.file:visited {color: #0061a2; text-decoration: none;}
a.file:hover {color: #0061a2; text-decoration: underline;}