/* File name: convergence.css
   Date: 28 Nov 2008
   Validated CSS: 28 Nov 2008
*/

/* Standard elements. */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background-color: #404140;
	background-repeat: no-repeat;
	color: #dddcde;
	font-family: 'Arial,Arial Narrow,Tahoma,Helvetica,Verdana,sans-serif';
	font-size: 12px;
	font-variant: normal;
	margin: 10px 20px 40px 20px;
}

img {
	border: none;
}

/* Headers */

h2, h3, h5 {
        color: #004040
}

h4 {
	font-size: small;
        color: #003838;
	margin-bottom: -3px;
}

/* Tables */

table {
	background-color: #e8e8ff;
	border: none;
	margin: 0;
	padding: 2px;
	width: 100%;
	font-family: 'Arial,Arial Narrow,Tahoma,Helvetica,Verdana,sans-serif';
	font-size: 12px;
}

td {
	padding-right: 3em;
}

td#narrow {
	width: 5%;
	vertical-align: top;
}

td#wide {
	width: 95%;
	vertical-align: top;
}

td#list {
	padding: 3em;
	vertical-align: middle;
}

td#left {
	text-align: left;
	text-decoration: none;
	border: none;
}

td#center {
	text-align: center;
	text-decoration: none;
	border: none;
}

/* Lists */

ol.space {
	 line-height: 150%;
	 list-style-type: decimal;
}

/* Links */

a {
	font-family: 'Arial,Arial Narrow,Tahoma,Helvetica,sans-serif';
	font-size: 12px;
}

a:link {
	color: #fefefe;
	text-decoration: none;
}

a:visited {
	color: #ff6666;
}

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

a:active {
	 color: #efefef;
}

/* Font Sizes */

.smaller {
	font-size: 0.75em;
	font-weight: lighter;
}

.small {
	font-size: 0.9em;
	font-weight: normal;
}

.normal {
	font-size: 1.0em;
	font-weight: normal;
}

.large {
	font-size: 1.2em;
	font-weight: normal;
}

.larger {
	font-size: 1.3em;
	font-weight: bold;
}

/* Alignment */

.center {
	clear: both;
	width: 100%;
	text-align: center;
}

.left {
	width: 100%;
	text-align: left;
}

.right {
	width: 100%;
	text-align: right;
}

/* Logos, Certifications, etc. */

.commons {
	clear: both;
	position: relative;
	bottom: 100px;
	border: 0;
	background-color: transparent;
}

.hidden {
	display: none;
}

.unused {
	font-weight: bolder;
	font-size: x-large;
	text-transform: none;
	color: #191970;
	font-style: normal;
}

/* Special IDs */

p#margin {
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: right;
}
