@charset "utf-8";
/*** WILDCARD STYLE - RESETS ALL MARGINS AND PADDINGS ***/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #336699;
}
/*** LAYOUT STYLES ***/
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 1px solid #000000;
	padding: 15px;
	/*height: 100%;*/
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	height: 160px;
	background-image: url(/cert2/images/level2_logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#leftNavigation {
	background-color: #E1E1E1;
	width: 210px;
	float: left;
	height: 100%;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	display: inline;
}

#content {
	background-color: #FFFFFF;
	width: 720px;
	float: left;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
	height: 100%;
	display: inline;
}
#footer {
	background-color: #6699FF;
	height: 100%;
	float: left;
	width: 940px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 10px;
}
#content table {
	margin: 10px;
}
#content table th {
	padding: 4px;
}
#content table td {
	padding: 4px;
}
#login {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #000000;
}
#popup {
	text-align:left;
	margin:10px;
}

/***  GLOBAL TYPOGRAPHIC STYLES ***/
p {
	margin-bottom: 8px;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 8px;
}
h1 {
	font-size: 20px;
	color: #336699;
}
h2 {
	font-size: 18px;
	color: #336699;
}
h3 {
	font-size: 16px;
	color: #336699;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}

a {
	color:#333333;
}

a:link, a:visited, a:active {
	color:#333333;
}

a:hover {
	color:#336699;
	text-decoration:none;
}

/*** Fixing CFWINDOW issues ***/
strong { font-weight:bold; }
em { font-style:italic; }
em.strong {font-weight:bold;}
strong.em {font-style:italic;}
