body  {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 800px;
	scrollbar-face-color: eeeeee;
	scrollbar-highlight-color: ccc999;
	scrollbar-shadow-color: 999999;
	scrollbar-arrow-color: #000066;
	scrollbar-track-color: dddddd;
	background-image: url("/images/background.jpg");
}

*.html {
	margin: 0;
	padding: 0;
}

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}

#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 500px;
}


#inner { 
	/* the following background seems to make IE expand the container to be shown when not required!!!
	background: #FFFFFF;
	*/
	margin: 0 auto;
	width:800px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}

#header  {
	width: 100%;
	background-color: #3366cc;
}

#header .links {
	margin-left: 1em;
}

#header img {
	margin: 0;
	margin-right: 2em;
}

.title-img {
	margin-left: 10%;
}

/* The following a's allow us to set up css based tooltip instead of javascript */
a {
	position: relative;
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-style : normal;
	font-weight : normal;
	color : #ffffff;
}

a span {display: none;}

a:hover {
	background-color: #dbe4f2;
}

a:hover span {
  cursor: pointer;
  position: absolute;
  top: -5px;
  text-align: left;
  left: 50px;
  width: 210px;
  display: block;
  background: #3366cc;
  border: 2px solid #ff6600;
  color: white;
  padding: 5px;
}

#navigation {
	width: 100%;
	width: 100%;
	background-color: #ff6600;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation a {
	font-size : 11pt;
	padding-left: 10px;
	padding-right: 10px;
	color : #ffffff;
}

#navigation div {
	display: inline;
}

.skype {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-style : normal;
	font-weight : normal;
	color : #ffffff;
	text-align: right;
}

. img {
	vertical-align: bottom;
}

.skype a:hover {
	background-color: #3366cc;
}

#content {
	width: 100%;
	height: 374px;
	background-color: #ffffff;
}

#content table {
	background-color: #ffffff;
	width: 100%;
}

#content img {
}

#content a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #5E73BB;	
	text-decoration : none;
}

#content a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #000099;
	text-decoration : none;
}

#footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-style : normal;
	font-weight : normal;
	color: #ffffff;
	width: 100%;
	width: 100%;
	background-color: #ff6600;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}

#footer a {
	color : #ffffff;
}

.text {
	vertical-align: top;
	background-color: #ffffff;
	width: 290px;
	height: 374px;
	overflow: auto;
}

.text ul {
	list-style-type: square;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-style : normal;
	line-height: 2em;
}

.label {
	  width: 6em;
	  float: left;
	  text-align: left;
	  margin-right: 1em;
	  display: block;
}

.content-links {
	margin-top: 5px;
	text-align: center;
}

.content-links a {
	margin-left: 1em;
}

.menu {
	margin: 30px 42px 10px 40px;
}

#content .menu-links {
	margin-top: 5px;
	text-align: center;
}

#content .menu-links a {
	margin-left: 1em;
	color: #ffffff;
}

#photo {
	float:left;
	z-index: 3;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-style : normal;
	font-weight : normal;
	color : #333333;
	margin: 10px;
}

.title {
	font-size : 12pt;
	text-align: center;
}