/* Generic options */
body
{
	width: 800px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	background-color: #10152b;
	/*background-color: #b1e0ff;*/
}

/* Remove the black border around the images in Firefox */
a img
{
	border: none;
}

/* Banner size & design */
#banner
{
	width: 800px;
	height: 133px;
	/*background-image: url("images/banner-crock1.jpg");
	background-repeat: no-repeat;*/
	margin-bottom: 5px;
	border: none;
}
/* For Firefox as well... */
#banner img
{
	border: none;
}


/* Menu design*/
#menu, #menu ul
{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	list-style: none;
	line-height: 24px;
	text-align: center;
}

#menu
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 1em;
}

#menu a
{
	display: block;
	padding: 0;
	background: #319ad1;
	color: #15253f;
	text-decoration: none;
	width: 132px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#menu li
{
	float: left;
	border-right: 1px solid #fff;
}

html>body #menu li
{
	border-right: 1px solid transparent;
}

#menu li ul
{
	position: absolute;
	width: 132px;
	left: -999em;
}

#menu li ul li
{
	border-top: 1px solid #fff;
}

html>body #menu li ul li
{
	border-top: 1px solid transparent;
}

#menu li ul ul
{
	margin: -22px 0 0 132px;
	border-left: 1px solid #fff;
}

html>body #menu li ul ul
{
	border-left: 1px solid transparent;
}

#menu a:hover
{
	color: #319ad1;
	background: #15253f;
}

#menu li:hover ul ul, #menu li.sfhover ul ul
{
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul 
{
	left: auto;
	min-height: 0;
}



/* Quicklink box design */
#Boxes
{
	float: left;
	width: 175px;
}

.Box
{
	background-color: #e4b155;
	
	border: 3px solid black;
	border-color: #319ad1;
	
	margin-bottom: 20px;
	margin-top: 20px;
	
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	
	font-family: Verdana, Arial, "Time New Roman", serif;
	font-size: 1.2em;
	line-height: 130%;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.Box ul
{
	padding: 0px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-image: url("images/puce.png");
}

.Box p
{
	font-size: 0.6em;
	line-height: 1.1em;
}

.Box p a
{
	color: #15253f;
}

.Box a:visited, a
{
	color: black;
	text-decoration: none;
}

.Box a:hover
{
	color: #003784;
	text-decoration: underline;
}

.Box a:active, a:focus
{
	color: #15253f;
}


/* Bottom page design */
#bottom
{
	width: 800px;
	height: 100px;
	
	background-color: #e4b155;
	
	border: 3px solid black;
	border-color: #319ad1;
	
	font-family: Arial, "Time New Roman", serif ;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#bottom p
{
	text-align: center;
}

#bottom a:active, a:focus
{
	color: #15253f;
}

#bottom a:hover
{
	color: #003784;
	text-decoration: underline;
}

#bottom a, a:visited
{
	color: #003784;
	text-decoration: underline;
}


/* Body of the page design */
#body
{
	margin-left: 200px;
	margin-bottom: 30px;
	padding: 10px;
	
	/* Minimum height to adjust each time you add a element in the boxes on the left */
	min-height: 465px;
	
	font-family: Arial, "Time New Roman", serif;
}

/* Each item */
#body .item
{
	border: 2px solid;
	border-color: #319ad1;
	
	background-color: #e4b155;
	
	padding: 5px;
	
	margin-bottom: 10px;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#body h1
{
	text-align: center;
	color: #319ad1;
	font-size: 2em;
	font-family: Verdana, Arial, "Time New Roman", serif;
}

#body h1:hover
{
	color: #e4b155;
}

#body h2
{
	color: black;
	
	text-align: left;
	
	margin-bottom: 0px;
	
	height: 40px;
	
	background-image: url("images/puce-title.png");
	background-repeat: no-repeat;
	
	padding-left: 35px;
	
	font-variant: small-caps;
	font-size: 1.5em;
	font-family: Calibri, Verdana, Arial, "Time New Roman", serif;
}

#body h3
{
	margin-top: 0px;
	font-size: 1.1em;
	
	padding-left: 35px;
	
	margin-bottom: 25px;
}

#body h4
{
	text-align: right;
	color: #faf68b;
	margin-top: 0px;
	font-family: Arial, "Time New Roman", serif;
}

#body p
{
	margin-top: 10px;
	text-align: justify;
}

#body em
{
	color: #ff3d3d;
	
}

#body a, a:hover, a:visited
{
	color: #003784;
	text-decoration: underline;
}

#body a:active, a:focus
{
	color: #15253f;
}

#body img
{
	display: block;
	margin: 5px;
}

#body img .sponsor
{
	display: inline;
}

.left
{
	float: left;
}

#body .item .center
{
	text-align: center;
}

.right
{
	float: right;
}

#body .item label
{
	width: 150px;
	float: left;
}

/* Table design */
#body .item caption
{
   margin: auto;
   font-family: Verdana, Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #395aa5;
   margin-bottom: 20px;
}

#body .item table
{
   margin: auto;
   border: 5px ridge #15253f;
   border-collapse: collapse;
}

#body .item  th
{
   background-color: #e4b155;
   color: black;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

#body .item  tr td
{
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center;
   padding: 2px;
}

#body .item  tr td img
{
	margin: auto;
}

#body .item iframe
{
	margin-top: 30px;
}