﻿Body
{
	background-color: #386389;
	height: 100%;
    margin: 0 auto;
	font-family: Verdana,Sans-Serif,Helvetica;	    
	font-size: 10pt;
}

A:link, A:active, A:visited
{
	color: #238DD0;
	text-decoration: none;
}

A:hover
{
	color: #238DD0;
	text-decoration: underline;
}

.Container
{
	background-color: White;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;    
    width: 940px;
}

.Header
{
	background-color: #01538C;
	color: White;	
	margin: 0 auto;	
	padding: 10px;
	text-align: left;
	vertical-align:	top;
	width: 920px;	
}

.Footer
{
	background-color: #01538C;
	color: White;	
	margin: 0 auto;	
	padding: 10px;
	text-align: center;
	vertical-align:	top;
	width: 920px;	
}

.Content
{
	padding-top: 15px;
	padding-bottom: 15px;
	content: 100%;
}

.Topic
{
	background-color: White;
	padding: 15px;
    	text-align: left;
}

.TopicMenu
{
	color: #8FAF65;	
}

.TopicTitle
{
	background-color: #238DD0;
	/*background-image: url('http://www.cortex.nu/images/chapter_left.jpg');*/
	background-position: left center;
	background-repeat:no-repeat;
	color: White;
	padding-left: 15px;
	padding-top: 2px;
    text-align: left;    
    height: 20px;
    width: 490px;
}

.TopicContent
{
	background-color: White;
	/* border-color: #64B0DD; */
	border-color: #238DD0;
	border-width: thin;
	border-style: solid;	
	padding: 15px;
	/*overflow: hidden;*/
    text-align: left; 
    /*vertical-align:	top;*/
}

.TopicContent img {
   float: left;
   margin-right: 10px; 
}


.TopicEditor
{
	padding: 15px;
}

.Pusher
{
   height: 0px;
   width: 100%;
   clear: both;
}

.AdFooter
{
	background-color: White;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;	
	width: 940px;
}
