/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* GENERAL */
*{margin: 0;padding: 0;}
a:link{color: #333;text-decoration: none;}
a:visited{color: #333;text-decoration: underline;}
a:hover{color: #333;text-decoration: underline;}

body
{
	background-color:#DEDEDE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
#boxsite
{
	width: 938px;
	text-align: left;
	margin: 10px auto;
	
	border: 10px solid #fff;

}
#header
{
	background-color: #fff;
	border-bottom:1px solid #41698f;
	position: relative;
}
#mainContent #content
{
	width: 938px;
	background-color:#fff;
}
.bodyContent
{
	position: relative;
	width: 938px;
	top:0px;
}
.bodyContent .content
{
	background-color: #fff;

	font-size:0.8em;
	color: #333;
	min-height: 161px;
	line-height: 1.2em;
}
#footer
{
	color: #1B3650;
	font-size: 0.6em;
}
#footer a
{
	color: #1B3650;
}
h1
{
	font-size:1.5em;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.bodyContent ul
{
}
.bodyContent li
{
float:left;
text-align: center;
width: 133px;
padding: 12px 0px 20px 0px;
border-left:1px dotted #ccc;

border-bottom:3px solid #ccc;
background-image: url(../images/pointer.gif);
background-position: center -10000px;
background-repeat: no-repeat;
}
.bodyContent .first
{
border-left:0px !important;
}
.bodyContent li a
{
	display: block;
}

.bodyContent li:hover
{
	border-bottom:3px solid #CCC;
	background-image: url(../images/pointer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.photo
{
	background-image: url(../images/photo.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 938px;
	position: relative;
}
.anci
{
	position: absolute;
	right:0px;
	top:-3px;
}
