/* CSS Document */
body {
	background-color:#eeeeff;
	color:#000066;
	font-size: 10pt;
	font-family:Verdana;
}

td,p,li,ul,span,div { font-size:10pt; font-family:Verdana; }

p { text-align:justify; }

b {	color:#31417B; }

div.content {
	padding: 10px 10px 10px 10px;
	min-height: 390px;
}

div.accreditation {
/*	width:170px; */
	width:240px; 
	height:50px; 
	float:right;
}

td.contactinfo {
	color:#FFFFFF;
	font-size:10px;
}

a, a:visited {
	color:#003366;
	text-decoration:underline;
}
a:hover {
	color:#0000FF;
}
a.img, a:visited.img, a:hover.img {
	line-height: 2px; /* fix jumping images in IE8 */
	text-decoration:none;
	display:block;
}

.caption {
	font-size:10px; 
	padding-bottom:10px; 
}

h1 {
	color: #31417B;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18px;
	padding: 6px 0;
}

h2 {
	color: #31417B;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11pt;
}

table.main {
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background-color:#FFFFFF;
}

ul.padded li {
	margin-bottom: 6px;
}

/* Menu */
td.menu {
	background-image: url(images/bgMenu.jpg);
}

td.menu table {
	margin-left: 1px;
}

.button a, .button a:visited {
	width: 145px;
	display: block;
	color: #31417B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	border-bottom: 1px solid #CCCCCC;
}

.button a:hover, .current_page {
	background-color: #FFFFFF;
}

.button a.shop {
	font-size: 14px;
}


