/********** GENERAL DOCUMENT **********/

/* ----- Background ---- */
body {
	background-color: white;
}


/*  ----- Border ---- */
img {
	border: 0;
}

/*  ----- Color ---- */
a, b, body, div, form, i, input, li, p, table, textarea, td, tr, ul  {
	color: black;
}

h1 {
	color: #65380b;
}

h2 {
	color: #9e4e00;
}

th {
	color: #9e4e00;
}


/*  ----- Font-family ---- */
a, b, body, div, form, h1, h2, i, input, li, p, table, textarea, td, tr, ul {
	font-family: Arial, Sans-serif;
}

/*  ----- Font-size ---- */
h1 {
	font-size: 18px;
}

h2 {
	font-size: 17px;
}

a, b, body, form, i, input, li, p, table, textarea, td, tr, ul  {
	font-size: 16px;
}

small {
	font-size: 11px;
}

div {
	/* IE6 fix */
	font-size: 0px;
}

/*  ----- Font-weight ----- */
h1, h2 {
	font-weight: bold;
}

/* ----- Line-height ----- */
a, b, body, div, form, h1, h2, i, input, li, p, table, textarea, td, tr, ul {
	line-height: 1;
}

a, b, body, div, form, h1, h2, i, li, p, table, td, tr, ul {
	line-height: 1.4em;
}

/*  ----- Margin ----- */
a, b, body, div, form, h1, h2, i, input, li, p, table, textarea, td, tr, ul {
	margin: 0;
}

h1 {
	margin-bottom: 12px;
}

h2, p, table {
	margin-top: 12px;
}

/*  ----- Padding ----- */
a, b, body, div, form, h1, h2, i, li, p, table, textarea, td, tr, ul {
	padding: 0;
}


/********** WRAPPER **********/
div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 927px;
}


/********** HEADER **********/
div#header {
	height: 26px;
	width: 927px;
}

div#header a img.left {
	height: 14px;
	float: left;
	padding-left: 2px;
	padding-top: 12px;
}

div#header a img.right {
	height: 20px;
	float: right;
	margin-top: 10px;
	margin-left: 4px;
	padding-right: 2px;
}

/********** MENU **********/
div#menu {
	height: 179px;
	margin-top: 12px;
	width: 927px;
}

div#menu a img{
	height: 151px;
	float: left;
	margin-top: 12px;
	margin-left: 1px;
	width: 151px;
}

div.menuItem {
	background-image: url("../img/menuItemBackgroundCenter.png");
	background-repeat: repeat-x;
	float: left;
	height: 179px;
	margin-right: 8px;
	width: 179px;
}

div.menuItemFive {
	background-image: url("../img/menuItemBackgroundCenter.png");
	background-repeat: repeat-x;
	float: left;
	height: 179px;
	width: 179px;
}

div.menuItemLeft {
	background-image: url("../img/menuItemBackgroundSides.png");
	float: left;
	height: 179px;
	width: 12px;
}

div.menuItemRight {
	background-image: url("../img/menuItemBackgroundSides.png");
	background-position: 12px 0px;
	float: right;
	height: 179px;
	width: 12px;
}


/********** CONTENT **********/
div#contentContainer {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
	width: 927px;
}

div.contentItem {
	height: 234px;
	padding-bottom: 20px;
	padding-top: 20px;
}

div.contentItemBorder {
	border-bottom: 1px dashed #db2e27;
	height: 234px;
	padding-bottom: 20px;
	padding-top: 20px;
}

div#contentContainer p {
	text-align: justify;
}

div#contentContainer ul li{
	line-height: 2em;
	list-style: none;
}

div#contentContainer img.left{
	float: left;
	margin-left: -2px;
	margin-right: 12px;
}

div#contentContainer img.right {
	float: right;
	margin-left: 12px;
	margin-right: 2px;
}

div#contentContainer td.alignRight {
	text-align: right;
}

div#contentContainer td.greenAlert {
	background-color: green;
	color: white;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

div#contentContainer td.redAlert {
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
div#contentContainer th {
	border-bottom: 1px dashed #65380b;
	padding-top: 12px;
}


/********** COPY **********/
div#copyBar {
	background-image: url("../img/copyBarBackgroundCenter.png");
	background-repeat: repeat-x;
	height: 28px;
	margin-top: 12px;
	width: 927px;
}

div#copyBarContent {
	color: white;
	float: left;
	text-align: center;
	width: 903px;
}

div#copyBarLeft {
	background-image: url("../img/copyBarBackgroundSides.png");
	float: left;
	height: 28px;
	width: 12px;
}

div#copyBarRight {
	background-image: url("../img/copyBarBackgroundSides.png");
	background-position: 12px 0px;
	float: right;
	height: 28px;
	width: 12px;
}

div#copyBar a {
	color: white;
	font-size: 11px;
}

div#copyBar small {
	line-height: 24px;
}

div#copyBar a:link, div#copyBar a:visited {
	text-decoration: none;
}

div#copyBar a:hover {
	text-decoration: underline;
}
