/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com

	background:#47497C;  - content background
background:#949CC1; - Body Background		
	  
*/

* { padding: 0; margin: 0; }


body {
 font-family: Times, Helvetica, sans-serif;
 font-size: 17px;
background:#1670BC;

}

#header {
padding-top:25px;
padding-bottom:5px;

padding-left:75px;
 width: 920px;
 float: left;


 height: 190px;
 margin: 50px 0px 0px 0px;

background: url('images/HeaderPage.jpg')   no-repeat 0 0;; margin-left:25px; margin-right:0px; margin-top:10px; margin-bottom:0px		

}

p.Indenter {
text-indent:25px;
margin:4px 4px 4px 4px;
text-align:justify;
text-justify:inter-word;
}

span2
{
float:left;
width:0.7em;
font-size:400%;
font-family:algerian,courier;
line-height:80%;
margin:4px 4px 4px 4px;

text-align:justify;
text-justify:inter-word;
}


p.ex1 {margin:1cm 4cm 3cm 1cm}

.firstletter {
	float: left;
	font-size:400%;
	line-height:80%;
	margin:4px 4px 4px 4px;
	text-align:justify;
	text-justify:inter-word;
	font-family:algerian,courier;
	margin:4px 4px 4px 4px;
	width:0.7em;
}


.center
{
margin:auto;
width:99%;
background-color:#b0e0e6;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
background:2B5D98;
}


#leftcolumn { 


 margin: 0px 0px 0px 0px;


 width: 660px;
 height:650px;
 float: left;
 background:#20507E;
}
#leftcolumn2 { 
 color: #333;

 margin: 0px 0px 0px 0px;
 padding: 10px;
min-height: 100%;
 width: 800px;
 float: left;
 background:#47497C;
}


#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
height:650px;
 width: 262px;
 display: inline;
background:#20507E;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 margin: 0px 10px 10px 0px;
 
}

img.center {
  display: block;
width:70%;
  margin-left: auto;
  margin-right: auto;
}



div#menu {
    margin:-5px auto;
    width:99%;
}
div#copyright {
    margin:0 auto;
    width:80%;
    font:11px 'Trebuchet MS';
    color:#5d4381;
    text-indent:20px;
    padding:40px 0 0 0;
}
div#copyright a { color:#8a2be2; }
div#copyright a:hover { color:#5d4381; }