/*  =====  BODY  ================================================================  */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #CCCDFB;
	/* border-top: 15px #808080 solid; */
	font-size: 12px;
}


/*  =====  MAIN-TITLE  ==========================================================  */

#main-title {
	margin-bottom: 7px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	padding-right: 0;
	background-color: #808080;
	border-top: 0px black solid;
	border-bottom: 1px white solid;
	color: #f8f8f8;

	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/*  =====  Heading level 1  ====================================================  */

h1 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 190px;
	margin-right: 60px;
	font-size: 18px;
	color: #ff6600;
	border-bottom: 1px #999 dashed;
	padding-bottom: 10px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
}

/*  =====  Heading level 2  ====================================================  */

h2 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-size: 18px;
	color: #7382A4;
	font-weight: bold;
}

/*  =====  Heading level 3  ====================================================  */

h3 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
}

/*  =====  Heading level 4  ====================================================  */

h4 {
	margin-top: 0;
	margin-bottom: 7px;
}


/*  =====  MAIN-TEXT  ==========================================================  */

#main-text {
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: 30px;
	margin-right: 50px;
	height: 180px;

}


/*  =====  P, UL, OL  ==========================================================  */

p, ul, ol {
	font-size: .95em;
	line-height: 1.9em;
	margin-top: 0;
	margin-bottom: 17px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}


/*  =====  OL, UL  =============================================================  */

ol, ul {
	margin-left: 25px;
}


/*  =====  A:LINK,  A:VISITED  =================================================  */

a:link, a:visited {
	color: #1363b3;
	text-decoration: none;
	font-weight: normal;
}

/*  =====  A;HOOVER  ===========================================================  */

a:hover {
	color: #ad2e0b;
	text-decoration: none;
	font-weight: bold;
}

/*  =====  TOP-MENU  ===========================================================  */

#top-menu {
	position: absolute;
	top: 5px;
	left: 25px;
	text-align: left;
}


/*  =====  LEFT-MENU  ==========================================================  */
/* Styles for the navbar on the left side. */


/* border-right: 1px #999 dashed; */


/*  =====  PROCESS  ==========================================================  */

#process_bar {
	position: absolute;
	top: 40px;
	left: 25px;
	text-align: left;
}



/*  =====  LEFT-MENU P  ========================================================  */

#left-menu p {
	padding-right: 10px;
	margin-bottom: 5px;
	font-size: .8em;

	color: white;
}

/* line-height: 25px; */

/*  =====  LEFT-MENU A:LINK, A:VISITED  ========================================  */

#left-menu a:link, #left-menu a:visited {
	color: #7f7f6f;
}

/*  =====  LEFT-MENU A:HOOVER, A:CURRENT  ======================================  */

#left-menu a:hover, #left-menu a.current {
	color: #33332c;
}

/*  =====  FOOTER  =============================================================  */
/* Styles for the footer at the bottom of the page */

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	text-align: left;
	background-color: #fff7ff;
	color: #4372cb;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px black solid;
	font-size: 10px;
	word-spacing: 5px;
}


/*  =====  FOOTER A:LINK, A:VISITED  ===========================================  */
#footer a:link, #footer a:visited {
	color: #3d5be2;
}


/*  =====  FOOTER A:HOOVER  ====================================================  */

#footer a:hover {
	color: #9b1d03;
	text-decoration: underline;
}


/*  =====  TD, TH  =============================================================  */
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

/*  =====  TD.NO_DECO  ========================================================  */
td.no_deco {
	background-color: #CCCDFB;

}


/*  =====  A  ==================================================================  */
a {
	color: #3366CC;
	text-decoration: none;
}


/*  =====  FORM  ===============================================================  */
form {
	background-color: #CCCDFB;
	text-align: left;
}

