* {	
	background-color: grey; /*#DEDEDE*/
}

#page_title {
	margin: 0 auto 0 auto;
	width: 740px;
	height: auto;
	
	font-family: Garamond, serif;
	font-size: 32px;
	font-style: normal;
	color: #000000;
	background-color: grey;
	text-align: right;
	padding: 20px 0px 0px 0px;
}

#index_content {
	margin: 0 auto 0 auto;
	width: 700px;
	height: auto;
	
	font-family: Garamond, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 20px 20px 20px 20px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#index_sub_content {
	margin: 0 auto 0 auto;
	width: 700px;
	height: auto;
	
	font-family: Garamond, serif;
	font-size: 14px;
	font-style: normal;
	color: black;
	background-color: grey;
	text-align: left;
	padding: 20px 20px 20px 20px;
}

#index_links {
	margin: 0 0 0 0;
	width: auto;
	height: auto;
	
	text-decoration: none;
	background-color: inherit;
	font-weight: bold;
	color: black;

	background-image: url('graphics/logo.jpg');
	background-repeat: no-repeat;
	
	font-family: Garamond, serif;
	font-size: 14px;
	font-style: normal;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

#content_column_standard {
	margin: 0 auto 0 auto;
	width: 700px;
	height:auto;
	
	font-family: Garamond, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 20px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#links_header {
	margin: 0px 0px 0px 0px;
	
	width: 40%;
	height: auto;
	float: left;
	
	font-family: Garamond, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	background-color: grey;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

#links_footer {
	margin: 0 auto 0 auto;
	width: 700;
	height: 20px;
	
	font-family: Garamond, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	background-color: inherit;
	text-align: center;
	padding: 5px 0px 0px 0px;
}




.update_notice {
	margin: 0 auto 0 auto;
	width: 33%;
	height: auto;
	
	font-family: Garamond, serif;
	font-size: 12px;
	font-style: normal;
	color: inherit;
	background-color: inherit;
	text-align: center;
}

.conflation_cell {
	width: 33%;
	height:auto;
	
	font-family: Garamond, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;	
	text-align: inherit;
}

.nb_notice {
/*	width: 33%; */
	height:auto;
	
	font-family: Garamond, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
/*	text-align: inherit;  */
}

.textCenter {
	text-align: center;
	left: 50%;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
	right: 0%;
}

.textTitle {
    margin-left: 40%;
	font-size: 32px;
	width: 440px;
	height: auto;
}

.textSubtitle {
	font-size: 13px;
}

.textReminder {
	text-align: center;
	font-size: 13px;
}

.textCopyright {
	margin-top: -10px;
	font-size: 10px;
	text-align: center;
}

.paragraph {
	text-indent: 4em;
}

.paragraph:first-letter {
	font-size: 24px;
}

.img_text_right {
	margin: 0px 0px 0px 70px;
}

.no_border {
	border: none;
}

.title_w_links {
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: red;
}



h_title {
	font-family: Garamond, serif;
	font-size: 32px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}

h1 {
	font-family: Garamond, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

h_24 {
	font-family: Garamond, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: inherit;
	background-color: inherit;
}

h_18 {
	font-family: Garamond, serif;
	font-size: 24px;
	font-style: normal;
/*	font-weight: bold;  */
	color: #000000;
	background-color: #FFFFFF;
}

subtitle_12 {
	font-family: Garamond, serif;
	font-size: 12px;
	font-style: normal;
	color: inherit;
	background-color: inherit;
}

subtitle_10 {
	font-family: Garamond, serif;
	font-size: 10px;
	font-style: normal;
	color: inherit;
	background-color: inherit;
}


/* LINK FORMATTING */
a:link, a:visited {
	text-decoration: none;
	background-color: inherit;
	font-weight: bold;
	font-style: normal;
	font-size: inherit;
	color: DimGrey;
}

a:hover {
	color: white;
	background: black;
	text-decoration: none;
}

a.link_plain {
	text-decoration: none;
}

a.link_black {
	font-weight: normal;
	color: black;
}

a.link_black:hover {
	color: white;
	background: black;
	text-decoration: none;
}

a.link_underline {
	text-decoration: underline;
}


#index_links a:link, #index_links a:visited, #links_header a:link, #links_header a:visited, #links_footer a:link, #links_footer a:visited {
	text-decoration: none;
	background-color: inherit;
	font-weight: bold;
	font-style: normal;
	font-size: inherit;
	color: black;
}

#index_links a:hover, #links_header a:hover, #links_footer a:hover {
	color: white;
	background: black;
	text-decoration: none;
}

em, strong, p, div {
	color: inherit;
	background-color: inherit;
}

img {
/*
	padding: 0px 10px 0px 0px;
	background-color: #FFFFFF;
*/
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

table, tr, td, form, input, textarea {
	color: black;
	background-color: white;
}

.workshop_table {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

td {
	border-collapse: collapse;
	border-style: dotted;
	border-width: 1px;
	border-color: #000000;
}