html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	font-weight: normal;
	color : blue;
}

.judge {
	font-weight: bold;
	text-decoration: underline;
	color : black;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

#content {
	float: left;
	width: 400px;
}
.welcome {
	font-weight: bold;
	font: 18px tahoma, arial, sans-serif;
	text-decoration: none;
	color: #7caaf6;
}

body, h1, h2, h3, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

body {
	background: url(images/header_bg1.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 90%;
}


#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	margin-top: 10px;
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 7px;
}
#nav img {
	float: left;
}

#headline {
	padding-top: 190px;
}

#photo {
	float: left;
	width: 204px;
}
#photo div {
	border: 0px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

#search-news {
	float: right;
	width: 400px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news .trainingcourse {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 0px 4px 4px;
	margin: 2px 0 0 0;
	font-weight: bold;
}
#search-news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}

#body {
	padding-top: 2em;
	text-align: justify;
}

#body-left {
	float: left;
	width: 406px;
}
#body-left-papers {
	float: left;
	width: 550px;
}
#body-left-search {
	float: right;
	width: 550px;
}
#body-right {
	float: right;
	width: 330px;
}

#download-link {
	font: bold 11px,"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: red;
}
#body-left ul.plussbullets {
	margin-top: 10px;
	margin-left: 100px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	color: #FFFFFF;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}


/* Login Box */

#loginbox_left {
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 14px;
	background: url('images/loginbox_bgleft.gif') #686765 no-repeat 0px 0px;
	float: left;
}

#loginbox_right {
	padding-right: 14px;
	background: url('images/loginbox_bgright.gif') no-repeat 100% 0px;
}

#loginbox {
	width: 200px;
	height: 99px;
	overflow: hidden;
	color: #fafafa;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
}


#loginbox a {
	text-decoration: underline;
}

#loginbox a:hover {
	color: #f7b637;
}

#loginbox h2 {
	padding-top: 7px;
	color: #f7b637;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#loginbox form {
	margin: 13px 0px 3px;
}

.loginbox_formfield {
	padding: 0px 3px 2px 2px;
}

.loginbox_formfield strong {
	padding-top: 3px;
	float: left;
	width: 55px;
	display: block;
}

#loginbox input {
	width: 130px;
	color: #fff;
	padding-top: 2px;
	background-color: #4a4948;
	border: #8e8c89 1px solid;
	font-family: tahoma, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	float: right;
}

#loginbox input.button {
	margin-top: 1px;
	width: 41px;
	height: 14px;
	border: none;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
}

#loginbox_register {
	padding-top: 10px;
	line-height: 10px;
}

/* side dropdown menu */
.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

.fonts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
}

.bottom {
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


.select
{
    BORDER-RIGHT: black solid;
    BORDER-TOP: black solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: black solid;
    COLOR: black;
    BORDER-BOTTOM: black solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #D6D6AB;
}
.submit_button {
border-left: 1px solid #000000;
border-left-color:#000000;
border-right: 1px solid #000000; 
border-right-color:#000000;
border-top: 1px solid #000000;
border-top-color:#000000;
border-bottom: 1px solid #000000;
border-bottom-color:#000000;
background-color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:100%;
color:#000000;
text-decoration:none;
font-weight:bold;
padding-bottom:1px;
padding-left:1px;
padding-right:1px;
padding-top:1px;
}
#navlist {
padding-bottom:0px;
padding-right:1px;
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #000;
font: normal 10px Verdana,Tahoma,sans-serif;
color:#FFFFFF;
margin:0;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	color:#FFF;
	font-family:Verdana,Tahoma,sans-serif;
}

#navlist li a, #navlist li a.normal {
	padding: 2px 0.5em 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #000;
	border-bottom: none;
	background: #CCCCCC;
	text-decoration: none;
	color: #000000;
	margin:0;
	font-weight:bold;
	font-family:Verdana,Tahoma,sans-serif;
}

#navlist li a:hover {
	color: #B90000;
	background: #FFF;
	border-color: #000;
	margin:0;
	font-family:Verdana,Tahoma,sans-serif;
}

#navlist li a.current {
	background: white;
	border-bottom: 1px solid white;
	color:#900;
	margin:0;
	font-size:11px;
	font-family:Verdana,Tahoma,sans-serif;
}


.navigation_menu { 
font-family: verdana,arial,Tahoma; 
font-size: 10px; 
line-height: 150%;
}
/* for the drop down menus*/
#dropmenudiv{
position:absolute;
border:1px solid #CCCCCC;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FCFCFC;
}
.tabs_div {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}
.tabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: Blue;
	text-decoration: none;
	padding-top: 5px;
}
#pup {position:absolute; visibility:hidden; z-index:1; width:130; }

