/*Layout*/

body {
 margin:20px;
 color: #FFFFCC;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 color: #ffffff;
 background:#ffffff;
 width:650px;
 margin:auto;
 }

#hdr {
 height:215px;
 background:#ffffff;
 color: #333333;
 }

#bar {
 height:25px;
 background:#FF9900;
 color: #ffffff;
 border-top: 0px solid #FF6600;
 border-right: 0px dashed #FF6600;
 border-bottom: 2px solid #FF6600;
 border-left: 0px dotted #FF6600;
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #ffffff;
 width:650px;
 padding:0;
  }

#l-col {
 float:left;
 background:#FFFFCC;
 color: #FFFFCC;
 width:145px;
 }

#cont {
 width:495px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 margin-right: 30px;
 margin-left: 30px
 }

#ftr {
	height:50px;
	background:#FF9900;
	color: #333333;
	margin: 0;
	border-top: 2px solid #FF6600;
	border-right: 0px dashed #FF6600;
	border-bottom: 0px dotted #FF6600;
	border-left: 0px dotted #FF6600;
 }
 
 /*Formatting*/
 

p {font-size: 1.0em
}

p.increase {line-height: 1em}
p.margin {margin-left: 1cm}

 h3{
 font-family:Verdana, Geneva, sans-serif;
 font-size: 110%;
 font-weight: bold;
 margin:0;
 padding:15px;
 }

h4 {
 font-family:Verdana, Geneva, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #6633CC;
 margin:0; 
 padding: 5px 0;
 }
 
.special_text {
	margin-top: 1cm;
 font-family:Verdana, Geneva, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.10em;
	color: #ffffff;
	text-decoration: none;
	}
	
	.reg_text {
 font-family:Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6633CC;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px
	}
	
		.reg_text_black {
 font-family:Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-left: 0px
	
	}
	.present_page {
 font-family:Verdana, Geneva, sans-serif;
font-size: 70%; 
text-decoration: none;
font-weight: bold;
color: #6600CC; 
letter-spacing: 0.10em}

ul.square 
{
font-size: 80%;
 font-family:Verdana, Geneva, sans-serif;
list-style-type: square;
color: #000000;
}

a:link {
 font-family:Verdana, Geneva, sans-serif;
font-size: 70%; 
text-decoration: none;
color: #FF0000; 
letter-spacing: 0.10em
}
a:visited { font-family:Verdana, Geneva, sans-serif;
font-size: 70%; 
text-decoration: none;
color: #FF0000; 
letter-spacing: 0.10em}

a:hover {color: #6633CC; 
}
a:active {}
