/* Original Tags */
body {
	background-color:#595966;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	cursor:default;
	height:100%;
	overflow: hidden;
}

img {
	margin-left:2px;
	margin-top:2px;
	margin-right:2px;
	border: 0px none;
}

a {
	color:#000033;
	text-decoration:none;
	font-weight: bold;
}

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

input {
	color: #666666;
	background-color: #F8F8F8;
	font-size: 10px;
	height: 12px;
	width: 85px;
	clip: rect();
	border: 1pt solid #787878;
	margin-top:2px;
	padding:2px;
	float:right;
}

acronym {
	font-variant:small-caps;
	border:0;
	cursor:help;
	padding-bottom:1px;
	font-style: italic;
}

table {
	border: none;
	width: 380px;
}

td {
	border: none;
}

table.personal {
	border: none;
	width: 520px;
}

td.left {
	width: 120px;
	vertical-align: top;
}

td.right {
	width: 260px;
	vertical-align: top;
}

td.rightpersonal {
	width: 400px;
	vertical-align: top;
}


a.white {
	color: #FFFFFF;
	font-weight: normal;
}

a.white:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:underline;
}

/* Content Container */
#outer_container {
	width:754px;
	height:330px;
	margin:0 auto;
	background-image:url(images/mainbg.gif);
	background-repeat:repeat-y;
	overflow:auto;
	position:relative;
	top:50px;
	padding-right:0px;
	padding-left:2px;
	padding-bottom:0px;
	border-bottom:0px;
	right:8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	background-position: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#container_bottom {
	width:755px;
	height:2px;
	margin:0 auto;
	position:relative;
	top:50px;
	padding-right:1px;
	padding-left:2px;
	padding-bottom:0px;
	border-bottom:1px solid #000000;
	right:8px;
	border-left-width: 1px;
	background-color:#FFFFFF;
	padding-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;
}

/* Main Menu */
#menu_top {
	width:755px;
	height:100px;
	padding-top:2px;
	padding-right:1px;
	padding-left:2px;
	padding-bottom:0px;
	border-bottom: 0px;
	margin:0 auto;
	background-color:#FEFEFE;
	position:relative;
	top:50px;
	right:8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	background-image: url(images/topright.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#menu_top a {
	height:89px;
	width:65px;
	padding:5px;
	background-color:#555555;
	border-right: 1px solid #333333;
	border-left: 1px solid #777777;
	border-bottom: 0px;
	margin-right:1px;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align:center;
}

#menu_top a:hover {
	height:89px;
	width:65px;
	padding:5px;
	background-color:#333333;
	border-right: 1px solid #555555;
	border-left: 1px solid #111111;
	border-bottom: 0px;
	margin-right:1px;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align:center;
}

#menu_top .aactive {
	height:89px;
        width:65px;
	padding:5px;
	background-color:#2C2F36;
	border-right: 1px solid #555555;
	border-left: 1px solid #111111;
	border-bottom: 0px;
	margin-right:1px;
	float:left;
	vertical-align:baseline;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align:center;
}

/* Shortcut Keys */
#menu_top em {
	font-style:normal;
	text-decoration:underline;
	border-bottom: 1px solid #595966;
}

/* copyright info */
.copyright {
	text-align: center;
	text-decoration: none;
	position: relative;
	top: 50px;
	left: 5px;
	font-size: 10px;
}

/* This is for the spacer x.gif images */
.spacer {
	padding:0;
	margin:0;
	border: 0px;
}
	
/* This is the header image */
#top {
	width:755px;
	height: 59px;
        margin:0 auto 0 auto;
	background-image:url(images/maintop.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FEFEFE;
        position:relative;
        top:50px;
        padding-right:1px;
	padding-left:2px;
	padding-bottom:0px;
	border-bottom:0px;
	right:8px;
        border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	text-align:right;
	font-size: 10px;
	color: #FFFFFF
}

/* This contains the content on the left */
#content_left {
	padding-right:10px;
	padding-left:10px;
	float:left;
	border-left-width: 2px;
	border-left-color: #FFFFFF;
	width: 598px;
}

/* Header 1 in Content left */
#content_left h1 {
	font-size:150%;
	font-weight:bold;
	margin-top:4px;
	border-bottom: 1px solid #666666;
	padding:2px;
	color:#000000;
}

/* Left content */
#content_left p {
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	margin:0;
	text-align:justify;
}


/* First letter of each paragraph */
#content_left p:first-letter {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-right:2px;
	margin-bottom:2px;
	text-transform:capitalize;
	font-weight: bold;
}

/* Right content */
#content_right {
	font-size: 10px;
	color:#FFFFFF;
	line-height:15px;
	width: 111px;
	height: 200px;
	/* background-image: url(images/centerright.jpg); */
	background-repeat: no-repeat;
	float: right;
}

/* Format of a Paragraph in the #content_right div */
#content_right p {
	padding:5px;
	margin:0;
	float:right;
}

/* Format of a Header 1 in the #content_right div */
#content_right h1 {
	font-size:14px;
	font-weight:bold;
	margin:4px 3px 8px 0;
	border-bottom: 1px solid #FFFFFF;
	color:#FFFFFF;
 float:right;
	font-variant:small-caps;
	text-transform:lowercase;
}

#inner_container {
	float: left;
	width: 736px;
}

.MyButton {
	border-bottom: 1pt outset #787878;
	border-left: 1pt outset #999999;
	border-right: 1pt outset #787878;
	border-top: 1pt outset #999999;
	color: #000000;
	background-color: #E1E7ED;
	font-size: 12px;
	height: 18px;
	width: 45px;
	float:right;
	text-align: center;
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 200px;
}

.MyButton_left {
	border-bottom: 1pt outset #787878;
	border-left: 1pt outset #999999;
	border-right: 1pt outset #787878;
	border-top: 1pt outset #999999;
	color: #000000;
	background-color: #E1E7ED;
	font-size: 12px;
	height: 18px;
	width: 45px;
	float:right;
	margin-right: 1px;
	text-align: center;
	padding: 1px;
	margin-top: 5px;
}

.me {
	padding:3px;
	margin-left:15px;
	margin-bottom:2px;
	margin-top:2px;
	border:1px solid #333333;
	float:right;
}

.conformance_images_index {
	position: relative;
	top: 22px;
	left: 425px;
	border: 0px none;
}

.conformance_images_index_de {
	position: relative;
	top: 7px;
	left: 425px;
	border: 0px none;
}

.conformance_images_contact {
	position: relative;
	top: 15px;
	left: 425px;
	border: 0px none;
}

.conformance_images_long {
	position: relative;
	top: 1px;
	left: 425px;
	border: 0px none;
}

.publication_symbols {
	vertical-align: middle;
}