body{
margin:0px;
font-size:73%;
font-family:Arial;
}

html > body{
font-szie:8.5px;
}
.header{
background-color:#fcfcfc;
font-family:Verdana;

}

/*Styles for other classes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}

.header .header_1{
padding:10px;
color:black;
}
.header .header_2{
color:#ff9900;
}
.header .header_nav{
background-color:#ededed;
border-left:0px;
border-right:0px;
border-bottom:1px;
border-top:1px;
border-style : solid;
border-color:#003300;
padding:5px;
}
.header .blend1{
background-color:#999999;
border-left:0px;
border-right:0px;
border-bottom:0px;
border-top:1px;
border-style : solid;
border-color:#000000;
}
.header .blend2{
background-color:#999999;
}
.header a{
color:#333333;
font-weight:bold;
text-decoration:none;
}
.header a:visited{
color:#333333;
font-weight:bold;
text-decoration:none;
}
.header a:hover{
color:red;
font-weight:bold;
text-decoration:underline;
}
.right{
background-color:#B3DBC6;
clear:right;
float:right;
width:25%;
height:453px;
}

.right .textTitle{
padding:5px;
text-align:left;
font-weight:bold;
color:#ffff33;
background-color:#00A651;
}
.right .headline{
padding:5px;
font-weight:bold;
color:black;
}
.right p{
padding:5px;
}
.right a{
padding:5px;
color:blue;
text-decoration:none;
}
.right a:visited{
padding:5px;
color:blue;
text-decoration:none;
}
.right a:hover{
padding:5px;
color:red;
text-decoration:underline;
}

.main{
clear: left;
float:left;
margin-right:5px;
padding-left:5px;
padding:10px;
height:100%;
width:71%;
margin-right:5px;
background-color:#fcfcfc;
}
.main h1{
color:#DD3A2D;
font-size:150%;
}

.main .subHeader{
font-size:73%;
color:black;
font-weight:bold;
}
.main .subHeader2{
color:#DD3A2D;
font-size:125%;
font-weight:bold;
}
.main p{
text-align:justify;
}
.main a{
color:blue;
text-decoration:none;
}
.main a:visited{
color:blue;
text-decoration:none;
}
.main a:hover{
text-decoration:underline;
color:red;
}
.footer{
background-color:#999999;
clear: both;
}
.secondline{
clear:both;
}