/* CSS Document */

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	color: #333333; /* font color of text used throughout website */
/*	background-image: url(images/Background2.gif);
	background-position: center center;*/
}

#page_layout {
	margin: 0px;
	padding: 15px;
	width: 900px;
	border: 5px solid #EEEEEE;
	background-image: url(images/Background2.gif);


}

table.content_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: thin none #721367;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

.logo {
	margin: 10px;
}

.page_title {
	font-family: "Copperplate Gothic Bold", Arial, Helvetica, sans-serif;
	background-color: #800080;
	color: #FFFFFF;
	font-size: 24px;
	padding: 10px;
	font-weight: bold;
}


ol {
	padding-top: 8px;
	font-family: Arial, Helvetica, "Sans Serif";
}

ul	{
	font-family: Arial, Helvetica, "Sans Serif";
	padding-top: 8px;
	list-style-type: square;
}

li {
	line-height: auto;
	padding-left: 0px;
	padding-bottom: 8px;
	text-align: justify;
}

blockquote {
	text-align: justify;
}

td {
	text-align: left;
	font-size: 12px;
}


a:link, a:visited {
	color: #0096a7;
	text-decoration: none;
}

a:hover {
	color: #721367;
	text-decoration: none;
}

.current_link {
	color: #333333;
	background-color: #FFFFFF;
	font-weight: bold;
	display: block;
	vertical-align: middle;
	font-size: 13px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 5px;
	height: auto;
	font-family: Copperplate Gothic Light, Arial, Helvetica, sans-serif;
	border: 1px solid #0096a7;
	cursor: crosshair;
}

a.mainmenu:link, a.mainmenu:visited {
	font-weight: bold;
	display: block;
	vertical-align: middle;
	font-size: 13px;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 5px;
	height: auto;
	font-family: Copperplate Gothic Light, Arial, Helvetica, sans-serif;
}

a.mainmenu:hover {
	color: #FFFFFF;
	background-color: #0096a7;
}

a.mainmenu#active_menu {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0096a7;
}

table.certlist {
	padding: 5px;
	width: 100%;
}
table.certlist th {
	padding: 3px;
	text-align: left;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align: top;
}
table.certlist td {
	padding: 3px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}