body {
	margin: 0px;
	background-image: url(images/WEMTA_body_bg.jpg);
	background-repeat: repeat;
	display: block;
	text-align: center;
}
#container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #002D50;
	margin: 0px auto;
	width: 760px;
}

/****************/
/* Header block */
/****************/
#header_home {
	background-image: url(images/WEMTA_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 760px;
	height: 386px;
}
#date_home {
	color: #FFFFFF;
	font-size: 10px;
	top: 10px;
	left: 49px;
	position: relative;
}

#header {
	margin: 0px;
}
#header h1 {
	background-image: url(images/WEMTA_int_header.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 760px;
	height: 150px;
	margin: 0px;
}

/*******************/
/* Left menu block */
/*******************/
#mainmenu {
	width: 190px;
	left: 49px;
	top: 80px;
	position: relative;
	display: block;
	float: left;
}
#mainmenu #rightshadow {
	background-image: url(images/rightshadow.jpg);
}

/*****************/
/* Content block */
/*****************/
#content {
	width: 569px;
	position: relative;
}

#content #maintext {
	width: 569px;
	color: #666666;
	float: left;
}
#content #maintext h1 {
	background-image: url(images/WEMTA_welcome.jpg);
	background-repeat: no-repeat;
	width: 374px;
	height: 28px;
	margin-top: 15px;
	margin-bottom: 13px;
}
#content #maintext p {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 10px;
	line-height: 120%;
}
#content #maintext #news {
	width: 312px;
	margin-top: 30px;
	float: left;
}
#content #maintext #news h2 {
	background-image: url(images/WEMTA_news.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 58px;
	width: 237px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content #maintext #news h3 {
	font-size: 12px;
	font-weight: bold;
	color: #002A47;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}
#content #maintext #news p, #content #maintext #more p {
	font-size: 11px;
	margin-left: 20px;
	margin-right: 5px;
}
#content #maintext #more {
	float: left;
	margin-top: 30px;
	width: 257px;
}
#content #maintext #more h2 {
	background-image: url(images/WEMTA_more.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 58px;
	width: 225px;
	margin-top: 0px;
}

/***************/
/* Login block */
/***************/
#right_bg_top {
	background-image: url(images/WEMTA_login_bg.jpg);
}
#right_bg {
	background-image: url(images/WEMTA_bg_botnav3.jpg);
}

#rightcol {
	width: 191px;
	background-image: url(images/WEMTA_login_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 100%;
	background-position: top;
	background-color: #0099FF;
	padding-bottom: 20px;
}

#loginblock {
	padding: 0px;
	width: 165px;
	margin-left: 10px;
	background-color: transparent;
	vertical-align: top;
}
#loginblock #logmiddle {
	background: transparent url(images/login_dialog_mid.jpg) repeat-y scroll 0%;
	margin: 0px;
	padding: 0px;
}
#loginblock #logmiddle h2 {
	background-image: url(images/WEMTA_login.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 150px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 7px;
	padding: 0px;
}
#loginblock form {
	width: 160px;
	padding: 0px;
	margin: 0px;
}
#loginblock fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	width: 155px;
	margin-right: 0px;
}
#loginblock label {
	font-size: 11px;
	color: #555555;
	width: 100px;
	margin-top: 5px;
	margin-left: 0px;
}
#loginblock label.block {
	display: block;
}
#loginblock input {
}
#loginblock input.long {
	width: 130px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	background-color: #FFFFFF;
	border: 1px solid #777777;
}
#loginblock .submitbutt {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
	width: 86px;
	clear: both;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#loginblock .radiobut {
	line-height: 20px;
	margin-top: 5px;
	vertical-align: middle;
}

#addr {
	font-size: 11px;
	color: #002D50;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#addr address {
	font-style: normal;
	line-height: 115%;
}
/***************/
/* bottom block */
/***************/

#bottomnav_left_bg_home {
	background-image: url(images/WEMTA_bg_botnav1.jpg);
}
#bottomnav_right_bg_home {
	background-image: url(images/WEMTA_bg_botnav2.jpg);
}
#bottomnav_left_bg {
	background-image: url(images/WEMTA_int_botnav1.jpg);
}


.hidden {
	display: none;
}
.italic {
	font-style: oblique;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.prop {
    float:right;
    width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
.min4000px {
    height:400px;
}

