/*
      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
	  
*/

.textstyle0 {font-family:Verdana;font-weight:bold;font-style:normal;font-size:12pt;text-decoration:normal;color:#800000;}
.textstyle1 {font-family:Verdana;font-weight:normal;font-style:normal;font-size:10pt;text-decoration:normal;color:#000000;}
.textstyle2 {font-family:Verdana;font-weight:normal;font-style:normal;font-size:8pt;text-decoration:normal;color:#000000;}
.textstyle3 {font-family:Verdana;font-weight:bold;font-style:normal;font-size:10pt;text-decoration:normal;color:#000000;}
.textstyle4 {font-family:Verdana;font-weight:bold;font-style:normal;font-size:10pt;text-decoration:normal;color:#ff0000;}
.textstyle5 {font-family:Verdana;font-weight:bold;font-style:normal;font-size:10pt;text-decoration:normal;color:#0000ff;}
.textstyle6 {font-family:Verdana;font-weight:bold;font-style:normal;font-size:8pt;text-decoration:normal;color:#000000;}
.textstyle7 {font-family:Verdana;font-weight:normal;font-style:normal;font-size:10pt;text-decoration:normal;color:#ff0000;}
.textstyle8 {font-family:Verdana;font-weight:normal;font-style:normal;font-size:10pt;text-decoration:normal;color:#0000ff;}
.textstyle9 {font-family:Verdana;font-weight:normal;font-style:normal;font-size:10pt;text-decoration:normal;color:#00ff00;}
.textstyle10 {font-family:Verdana;font-weight:bold;font-style:normal;font-size:10pt;text-decoration:underline;color:#000000;}
.textstyle11 {font-family:Verdana;font-weight:normal;font-style:normal;font-size:10pt;text-decoration:normal;color:#000000;}
.textstyle12 {font-family:Verdana;font-weight:bold;font-style:normal;font-size:10pt;text-decoration:normal;color:#ff0000;}
.textstyle13 {font-family:Verdana;font-weight:bold;font-style:normal;font-size:10pt;text-decoration:normal;color:#0000ff;}
.textstyle14 {font-family:Verdana;font-weight:normal;font-style:normal;font-size:10pt;text-decoration:normal;color:#ff0000;}
.textstyle15 {font-family:Verdana;font-weight:bold;font-style:normal;font-size:10pt;text-decoration:normal;color:#400040;}


* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 120px;
 margin: 10px 0px 5px 0px;
 background: #BD9C8C;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 5px 5px 0px;
 padding: 20px;
 height: 350px;
 width: 165px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: auto;
 width: 678px;
 display: inline;
 position: relative;
}