body {
	margin: 2px;
	padding: 0;
	background: #fff;
	background-repeat: repeat;
	font-family: verdana,tahoma,arial,sans-serif,helvetica;
	font-size: 11px;
	color: #000;
}

/*******************************/
/** Generic styles start here **/
/*******************************/

h2 {
	color: #cc3399;
}

h3 {
	color: #6466CB;
}

p {
	color: #838383;
	line-height: 16px;
}

input, select {
	font-family: verdana,tahoma,arial,sans-serif,helvetica;
	font-size: 11px;
	color: #000;
	border: 1px solid #666;
}

dt {
	font-weight: bold;
	color: #6466CB;
}

dd {
	margin-bottom: 15px;
	margin-left: 18px;
	color: #666;
}

span.pink {
	color: #cc3399;
	font-weight: bold;
}

span.blue {
	color: #6466CB;
	font-weight: bold;
}

/****************************/
/** Layout styles for divs **/
/****************************/

div#root {
	margin: 0;
	padding: 0;
	/* width: 739px; */
	width: 100%;
	height: 100%;
	float: left;
	background: #faeaf5 url(/images/topbg.gif) repeat-x;
	margin-bottom: 10px;
}

div#header {
	width: 739px;
	background: #fff;
	padding-right: 3px;
}

div#title {
	float: right;
	width: 592px;
	height: 38px;
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	background: #fff;
}

div#logo {
	float: left;
	width: 145px;
	height: 38px;
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	background: #fff;
}

div#body {
	margin: 0;
	padding: 0;
	padding-right: 3px;
	width: 739px;
	float: left;
	background: url(/images/bg.gif);
	background-repeat: repeat;
}

div#menu {
	width: 145px;
	margin: 0;
	padding: 0;
	float: left;
}

div#contop {
	width: 592px;
	float: left;
	height: 23px;
	background: #9999cc;
}

div#content {
	width: 592px;
	float: left;
	margin-left: 2px;
}

div#context {
	width: 562px;
	padding: 30px 15px;
}

div#footer {
	width: 739px;
	text-align: right;
	color: #b3b3d9;
	font-size: 10px;
	padding-right: 2px;
	background: #fff;
}

span.footer {

text-align: right;
	color: #b3b3d9;
	font-size: 10px;
	padding-right: 2px;
}

/***************************/
/** Left menu list styles **/
/***************************/

ul#daposm {
	width: 145px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#daposm li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#daposm li a:hover {
	display: block;
        width: 141px;
        height: 21px;
        background: url(/images/menu-hover.gif);
	background-repeat: no-repeat;
        color: #fff;
        text-decoration: none;
        padding: 4px 0 0 4px;

}

ul#daposm li a:hover:active {
	background: url(/images/menu-on.gif);
}

ul#daposm li a {
	display: block;
	width: 141px;
	height: 21px;
	background: url(/images/menu-off.gif);
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	padding: 4px 0 0 4px;
}

ul#daposm a.on {
	background: url(/images/menu-on.gif);
	background-repeat: no-repeat;
}

ul#faq {
	list-style-image: url(/images/bullet.gif);	
	margin-left: -25px;
}

/** IE cruft **/
* html body ul#faq {
	margin-left: 17px;
}

ul#faq li a {
	font-weight: bold;
	text-decoration: none;
}

ul#translation, ul#translation li ul {
	list-style-type: none;
	color: #666;
}

ul#translation {
	margin-left: 0px;
}

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

/*************************/
/** Link styles go here **/
/*************************/

div#contop a {
	display: block;
	width: 100px;
	height: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	float: right;
	font-weight: bold;
	padding: 4px 0 0 0;
}

div#contop a.on {
	display: block;
	width: 100px;
	height: 20px;
	text-align: center;
	color: #6466CB;
	text-decoration: none;
	float: right;
	font-weight: bold;
	padding: 4px 0 0 0;
	background: #fff;
}

div#contop a:hover {
        display: block;
        width: 100px;
        height: 20px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        float: right;
        font-weight: bold;
        padding: 4px 0 0 0;
	background: #6666cc;

}

