a:link {text-decoration:None; color:#002e4e;}
a:visited {text-decoration:None; color:#002e4e;}

div.answer {
	text-align:left;
	height:auto;
	padding-left:5px;
	padding-right:5px;
	font: 12px   'Helvetica';
	display:none;
}

.more_pictures {display:none;}

div#header
{
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-image:url(./images/banner.png) ;
	font-size: 14px;
	padding:0px;
	height:104px;
	border:solid 1px;
	border-bottom:none;
}

div#admin_header
{
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-image:url(./admin/images/admin_header.png) ;
	font-size: 14px;
	padding:0px;
	height:61px;
	border:solid 1px;
	border-bottom:none;
}


div#content
{
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	border:solid 1px;
	height:auto;
	background-image:url(./images/bgg.png);
	padding:0px;
	font: 12px   'Helvetica';
	color:#000000;
	text-align:left;
	padding: 20px;
}

div#footer
{
	clear:both;
	width:100%;
	height:40px;
	background-image:url(./images/footer.png);
	padding-top:0px;

}

div#nav
{
	border-left:solid 1px;
	border-right:solid 1px;
	padding-left:14px;
	margin-left:auto;
	margin-right:auto;
	width:786px;
	height:35px;
	background-image:url(./images/navbg.png);
}

img
{
	border:none;
}

div#welcome
{
	width:100%;
	height:100px;

	font: 13px 'Garamond';
	color:#002e4e;
}

div.left
{
	float:left;
	height:auto;
	padding:5px;
	border:solid 1px #696969;
	
	width:280px;
	background-color:#f1eee5;
}

div.right
{
	text-align:right;
	float:right;
	height:auto;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	width:450px;
	border:solid 1px #696969;
	height:auto;
	background-color:#f1eee5;
}

p
{
	font: 14px   'Garamond Pro';
	color:#030303;
}

div.title
{
	font: 15px   'Myriad Pro';
	color:#002e4e;
	text-align:left;
	padding-top:6px;
	padding-left:5px;
	//background-image:url(./images/titlebg.png);
	background-color:#d8d6ce;
	font-weight: bold;
}

div.question
{
	font: 13px   'Myriad Pro';
	color:#002e4e;
	text-align:left;
	padding-top:6px;
	padding-left:5px;
	//background-image:url(./images/titlebg.png);
	background-color:#d8d6ce;
	font-weight: bold;
}

div.desc
{
	padding:20px;
}
div.name
{
	padding-left:10px;
	width:auto;
	font: 14px 'Garamond Pro';
	font-weight:bold;
}
div.portrait
{
	float:left;
	padding-left:10px;
	padding-right:10px;
}

div.employee
{
	height:auto;
	clear:both;
}

div.position
{
	padding-left:10px;
	font: 12px   'Minion Pro';
	color:#555555;
	text-align:left;
}


div.date
{
	font: 12px   'Minion Pro';
	color:#8e8e8e;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
}

div.post
{
	text-align:left;
	height:auto;
	padding-left:5px;
	padding-right:5px;
	font: 12px   'Helvetica';
}

div.cell
{
	width:385px;
	padding:10px;
	text-align:left;
}

h1
{
	font: 20px   'Garamond';
	color:#002e4e;
	font-weight:bold;
	
}

div.item
{
	border:1px dotted #989898;
}

body
{
	font: 14px   'garamond';
	text-align: center;
	padding:0px;
	margin-top:20px;
	background-color:#e2eaee;
	background-repeat: repeat-x;
}
html
{
	margin:0px;
}

ul#item_list
{
	border-top: 1px solid #888;
	padding: 0 0 1em 0;
	list-style: none;
}

#item_list li
{
	border: 1px solid #888;
	border-top:0px;
	background-color:#d8d6ce;
	padding: 5px 5px 5px 0.5em;

}
