html{
	height:100%;
}

body{
	margin: 0px;
	height:100%;
	font:0.75em arial, verdana;
	color:#595B5E;
	line-height:1.6em;
	background-color:#014990;
}

img{
	border:0px;
	display: block;
}

a{
	color:#474849;
}

a:hover{
	color:#474849;
}

input, select, textarea{
	color:#474849;
	font:1em arial, verdana;
	border:1px solid #808285;
}

h1{
	color:#014990;
	font-size:1.5em;
	margin:0px 0px 20px 0px;
}

h2{
	color:#014990;
	font-size:1.1em;
	margin:0px 0px 15px 0px;
}

h3{
	color:#AD2D1E;
	font-size:1em;
	margin:0px 0px 15px 0px;
}

ul{
	margin:10px 0px 10px 30px;
	padding:0px;
}

hr{
	border: 0;
	width: 100%;
	height: 1px;
}

td{
	vertical-align:top;
}

th{
	vertical-align:top;
	text-align:left;
}

.pclr{
	clear:both;
	line-height:0px;
	font-size:0px;
}


#header{
	background-color:#919ECA;
}

#headerlogo{
	position:relative;
	width:800px;
	margin:auto;
}

#langsel{
	position:absolute;
	top:5px;
	right:0px;
	color:#365FA0;
}

#langsel a{
	color:#365FA0;
	text-decoration:none;
}

#langsel .sel{
	text-decoration:underline;
}

#tmnbg{
	background-color:#BBC2DB;
}
#tmncont{
	width:800px;
	margin:auto;
	color:#637CB2;
}

#tmncont a{
	display:block;
	color:#637CB2;
	margin:3px 20px 3px 0px;
	float:left;
	padding-left:15px;
	background:url(/images/bullet.gif) no-repeat left center;
	text-decoration:none;
}

#tmncont a:hover, #tmncont .sel{
	color:#014990;
	background:url(/images/bulletsel.gif) no-repeat left center;
	text-decoration:none;
}

#pagecont{
	background-color:#365FA0;
	padding-top:10px;
}

#pagetop{
	width:800px;
	margin:auto;
}

#tmn2cont{
	width:222px;
	height:157px;
	float:left;
	border-left:1px solid white;
}

#tmn2cont ul{
	list-style-image: url(/images/bulletleft.gif);
	margin:10px 10px 10px 30px;
}

#tmn2cont ul li{
	margin-bottom:10px;
}

#tmn2cont ul a{
	text-decoration:none;
	color:#ECDFB1;
}

#tmn2cont ul .sel{
	text-decoration:underline;
}

#tmn2cont ul a:hover{
	text-decoration:underline;
}

#tmn2header{
	float:left;
	width:575px;
	height:157px;
	border:1px solid white;
}

#page{
	position:relative;
	width:800px;
	margin:auto;
	margin-top:10px;
	background:url(/images/pagebg.gif) repeat-y top left;
}

#pageleft{
	float:left;
	width:616px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	margin-right:10px;
	background-color:#CBD0E4;
}

#plpad{
	padding:35px 50px 35px 50px;
}

#pageright{
	float:left;
	width:172px;
	position:relative;
}

#pageright img{
	border:1px solid white;
}

#editorField{
	background-image:none;
	background-color:#EBEBEB;
	margin:30px;
	height:100%;
}

.pageline{
	line-height:0px;
	font-size:0px;
	height:1px;
	background:url(/images/line.gif) repeat-x;
	margin:10px 0px 10px 0px;
}

.rightlink{
	clear:both;
	margin-top:5px;
	text-align:right;
}

#footer{
	position:relative;
	width:800px;
	margin:auto;
	color:#6C84C1;
	padding:5px 0px 5px 0px;
	letter-spacing:0.1em;
}

#footer a{
	color:#6C84C1;
	text-decoration:none;
}

#copy{
	color:#016AD3;
	position:absolute;
	bottom:3px;
	left:-20px;
}

#copy img{
	border:none;
}

#copy a{
	color:#016AD3;
	text-decoration:none;
}

#abcdiv{
	margin-top:20px;
	padding-top:10px;
	border-top:1px dotted #A7AFD1;
	color:#7B7D82;
}

#abcdiv a{
	color:#7B7D82;
}

.mb10{
	margin-bottom:10px;
}

.errMsg{
	color:red;
}