/* CSS Document */


body{
background-color:#8aa4ca;
margin:1em;
padding:.5em;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;

}



p{
margin:1em;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
color:#333333;
text-align:justify;

}



/*headings*/

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2em;
font-weight:bold;
color:#99CC00;
margin:.25em;
}


h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
font-weight:bold;
color:#99CC00;
margin:.5em;

}


h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
font-weight:bold;
color:#99CC00;
margin:.75em;

}


h4{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:smaller;
font-weight:bold;
color:#99CC00;
margin:1em;

}


h5{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:x-small;
font-weight:normal;
color:#99CC00;
margin:1em;

}





/*links effects*/


a.hMenu:link{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
text-decoration:none;
color:#003366;

}


a.hMenu:hover{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
text-decoration:underline;
color:#ffffff;


}


a.hMenu:active, a.hMenu:visited{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
text-decoration:none;
color:#333333;

}


/*......................*/

a.extra:link{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
text-decoration:none;
color:#003366;

}


a.extra:hover{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
text-decoration:underline;
color:#ffffff;


}


a.extra:active, a.extra:visited{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
text-decoration:none;
color:#333333;
}

/*---------------------------*/

a.left:link{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
text-decoration:none;
color:#003366;

}


a.left:hover{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
text-decoration:underline;
color:#ffffff;


}


a.left:active, a.left:visited{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
text-decoration:none;
color:#333333;

}


/*basic divisions*/


#container{
width:760px;
margin: 1em auto;
border:#003366 1px solid;
background-color:#FFFFFF;
}


#header{
width:760px;
clear:both;
}


#hMenu{
	width:100%;
	background-color:#FFFFFF;
	clear:both;
	padding:.5em 0em;
	;
	color: #003366;

}



#linklist{
width:760px;
margin-top:1em;
margin-bottom:3em;
clear:both;
}


#list01{
width:200px;
background-color:#6699CC;
border:#003366 1px solid;
float:left;
margin:.5em 2em .5em 1em;
}


#list02{
width:200px;

background-color:#6699CC;
border:#003366 1px solid;
float:left;
margin:.5em 1em .5em 1em;
}


#list03{
width:200px;
background-color:#6699CC;
border:#003366 1px solid;
float:left;
margin:.5em 1em .5em 2em;

}


#contentArea{
width:700px;
margin:1em ;
border:#003366 1px solid;
float:left;
}


#buylogo{
	width:150px;
	margin:1em;
	float:right;
	border:#003366 1px solid;
	background-color: #FFFFFF;
	color: #F2F2ED;
}



#footer{
width:760px;
background-color:#99CC00;
clear:both;
margin: 1em 0em 1em 0em;

}

html>body #footer{
width:760px;
background-color:#Dceafa;
clear:both;
margin: 1em 0em 0em 0em;

}



/*other styles*/

#hMenu ul{
display:inline;

}

#hMenu ul li{
display:inline;
list-style-type:none;
font-size:small;
margin: .5em;
padding-right:.5em;
border-right:#003366 1px solid;
}

#list01 ul {
display:block;
}


#list01 ul li{
display:block;
list-style-type:none;
font-size:small;
margin: .5em;
}



#list02 ul {
display:block;
}


#list02 ul li{
display:block;
list-style-type:none;
font-size:small;
margin: .5em;
}


#list03 ul {
display:block;
}


#list03 ul li{
display:block;
list-style-type:none;
font-size:small;
margin: .5em;
}



.imageright{
float:right;
clear:left;
margin:.5em;
}

.imageleft{
float:left;
clear:right;
margin:.5em;
}



#footer p{
font-size:x-small;
text-align:center;
vertical-align:middle;

}

html>body #footer p{
	font-size:x-small;
	text-align:center;
	vertical-align:middle;
	padding:1em;
	color: #FFFFFF;
	background-color: #dceafa;
}

#buylogo p{
font-size:x-small;
text-align:justify;
padding:.5em;
margin::.5em;
background-color:#FFFFFF;
}
