DIV.header
{
  BORDER-RIGHT: #6E8B3D 10px solid;
  PADDING-RIGHT: 2px;
  BORDER-TOP: #6E8B3D 10px solid;
  PADDING-LEFT: 2px;
  FONT-WEIGHT: bolder;
  FONT-SIZE: x-large;
  PADDING-BOTTOM: 2px;
  MARGIN: 2px 10% 10px;
  TEXT-TRANSFORM: none;
  BORDER-LEFT: #6E8B3D 10px solid;
  COLOR: #191970;
  PADDING-TOP: 2px;
  BORDER-BOTTOM: #6E8B3D 10px solid;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial;
  BACKGROUND-COLOR: white;
  TEXT-ALIGN: right;
  FONT-VARIANT: normal;
  TEXT-DECORATION: none;
  HEIGHT: 124px;
}


DIV.main
{
  BORDER-RIGHT: #6E8B3D 10px solid;
  PADDING-RIGHT: 2px;
  BORDER-TOP: #6E8B3D 10px solid;
  PADDING-LEFT: 12px;
  FONT-WEIGHT: bolder;
  FONT-SIZE: x-large;
  PADDING-BOTTOM: 2px;
  MARGIN: 2px 10% 10px;
  TEXT-TRANSFORM: none;
  BORDER-LEFT: #6E8B3D 10px solid;
  COLOR: red;
  PADDING-TOP: 2px;
  BORDER-BOTTOM: #6E8B3D 10px solid;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial;
  BACKGROUND-COLOR: #CAFF70;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
  TEXT-DECORATION: none;
  POSITION: relative;
}
DIV.descr
{
  BORDER-RIGHT: #6E8B3D 2px solid;
  PADDING-RIGHT: 10px;
  BORDER-TOP: #6E8B3D 2px solid;
  PADDING-LEFT: 10px;
  FONT-WEIGHT: bolder;
  FONT-SIZE: x-large;
  PADDING-BOTTOM: 100px;
  MARGIN-LEFT: 2px 20% 20px;
  MARGIN-RIGHT: 350px;
  TEXT-TRANSFORM: none;
  BORDER-LEFT: #6E8B3D 2px solid;
  COLOR: blue;
  PADDING-TOP: 100px;
  BORDER-BOTTOM: #6E8B3D 2px solid;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial;
  BACKGROUND-COLOR: #A2CD5A;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
  TEXT-DECORATION: none;
}
DIV.bottom
{
  clear: both;
}

div.sideLink {
	/* side link container */
	position: absolute;
	left: 5%;
	top: 200px;
	width: 220px;
	border: 2px solid #000077;
	padding: 20px;
}
div.sideLink_div {
	/* borders and padding for
	the div inside the side
	link container */
	position: absolute;
	top: 50px;
	margin: 20px
        width: 140px;
	padding: 20px;
	border: 2px solid #000077;
	
}

div.sideRight_div {
	/* borders and padding for
	the div inside the side
	link container */
	float: right;
	margin: 20px;
        padding-left: 10px;
	
}
div.sideLink_div2{
	/* borders and padding for
	the div inside the side
	link container */
	width: 70%;
    	padding: 5px;
	border: 1px solid #000077;
	position: relative;
	left: 150px;
	top: 50px;
}

div.sideLink_div3{
	/* borders and padding for
	the div inside the side
	link container */
	width: 75%;
    	padding: 10px;
	border: 2px solid #000077;
	position: relative;
	left: 150px;
	top: 50px;
}
div.mainPart {
	/* main container */
	position: absolute;
	right: 30px;
	top: 150px;
	left: 250px;
}
h1.bl {font-size: 28pt; color: blue; font-family: sans-serif; font-style: oblique; text-align: center;}
h2.bl {font-size: 25pt; color: blue; font-family: sans-serif; font-style: oblique; text-align: center;}
p.bk {font-size: 14pt; color: black; font-family: fantasy; text-decoration: underline;}
p.bkse {font-size: 10pt; color: red; font-family: serif; text-decoration: underline;}
h1.ye {font-size: 18pt; color: yellow; font-family: sans-serif; font-style: oblique; font-weight: bold;}
p.wh {font-size: 14pt; color: white; font-family: serif;}
p.bks {font-size: 14pt; color: black; font-family: serif;}
h1.yes {font-size: 16pt; color: yellow; font-family: serif;}
p.bkpt {font-size: 12pt; color: black; font-family: serif;}
p.ye {font-size: 12pt; color: yellow; font-family: serif;}
p.ri {font-size: 20pt; color: red; font-family: serif;text-align: right;}
h1.ri {font-size: 20pt; color: red; font-family: serif;text-align: right;}
p.full {text-align: justify;}
