
/*~~~~~~~~~~~~~~   General Properties   ~~~~~~~~~~~~~~~~~~~*/

html,body{
	margin:0;
	padding:0
}
body{
	font: 76% sans-serif;
	text-align:center;
	color: #333;
	background-color: #ffffff;
	background-image: url(bg000000.gif);
	background-repeat: repeat-x;
}

a{
	display:inline;
	color: #004EC2;
}
h2{
	margin: 10px 0;
	padding-top: 0px;
}
/* CONTAINER AND WRAPPER */
div#container{
	background-color:#FFFFFF;
	width: 752px;
	margin:0 auto;
	text-align:left;
}
div#shadow-wrap{
	width: 772px;
	margin:0 auto;
	background-image: url(backgrou.gif);
	background-position: top;
	background-repeat: no-repeat;
}

div#wrapper{
	width: 742px;
	float:left;
}


/*~~~~~~~~~~~~~~   HEADER   ~~~~~~~~~~~~~~~~~~~*/

div#header a{
	text-decoration: none;
}
div#header {
	background-color:#000000;
	height: 200px;
	display: block;
}
div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	color: #004EC2;
 }
div#header p{
	margin-left: 30px;
	margin-top: -25px;
}

/*~~~~~~~~~~~~~~   MENU   ~~~~~~~~~~~~~~~~~~~*/

div#menu {
	font-size: 14px;
	width: 760px;
	height: 25px;
	display: block;
	text-align: center;

}
div#menu ul{
	display: inline;
	list-style-type: none;

}
div#menu li{
	display: inline;

}
div#menu li a{
	text-decoration: none;
	padding: 10px;
	height: 20px;
	border-bottom: 3px solid #FFFFFF;
}
div#menu li a:hover{
	background-color: #DAE5F6;
	border-bottom: 3px solid #004EC2;
}

/*~~~~~~~~~~~~~~   Navigation   ~~~~~~~~~~~~~~~~~~~*/

#navigation{
	margin: 40px 10px 20px 0px;
	float: right;
	width: 168px;
}
html>body #navigation { 
	margin-right: 45px;
}

#navigation h2 {
	text-align: center;
	margin-right: 20px;
}

#navigation img{
	margin-left: 30px;
}

html > body #navigation img {
	margin-left: 0px;
}
#navigation ul{
	width: 168px;
	padding: 5px 0px 10px 25px;
	list-style-type: none;
	background-image: url(shade000.gif);
	background-repeat: no-repeat;
}
#navigation li {
	padding: 4px;
}
#navigation a{
	display: inline;
	padding: 3px 0 3px 0;
}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #004EC2;
}
#navigation a:hover{

}
#navigation p {
	padding: 20px 0 0 10px;
}

#navlist p {
	line-height: 18px;
	text-align: center;
}

/*~~~~~~~~~~~~~~   Content  ~~~~~~~~~~~~~~~~~~~*/

div#content{
	width: 460px;
	margin-top: 20px;
	margin-left: 20px;
	float:left;
	line-height: 1.3em;
}
div#onecolumn {
	width: 660px;
	margin: 20px 0 0 20px;
	line-height: 1.3em;
}
div#content h2, div#onecolumn h2{
	color: #004EC2;
	text-align: center;
	font-size: 175%;
}
.sub{
	text-align:center;
}
div#content p, div#onecolumn p{
	line-height:1.4
}
.small{
	font-size: 12px;
	padding: 4px 0 4px 0;
}
.indent{
	width: 300px;
	padding: 8px;
	background-color: #eaeaea;
	border: 1px dashed #cccccc;
}




/*~~~~~~~~~~~~~~~~  FOOTER  ~~~~~~~~~~~~~~~~*/
div#footer{
	border-top: 1px solid #eaeaea;
	background: #fff;
	color: #333;
}
div#footer a{
	color: #333;
	text-decoration:none;
	border-bottom: 1px dotted #AAA;
}
div#footer a:hover{
	color: #5A719D;
}
div#footer p{
	margin:0;
	padding: 7px 10px
}

div#footer{
	text-align:center;
	clear:left;
	width:100%;
}

/*~~~~~~~~~~~~~~~~  IMG SHADOWS ~~~~~~~~~~~~~~~~~~~~*/

.img-shadow {
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
