.sml_logo
{
	position: absolute;
	left: 70px;
	top: 0px;
	width: 236px;
	height: 58px;
}

/* SIDE BAR   PREVU PAGE ----------------------------------------------------- */

#sidebarPROMOTE
{
	position: absolute;
	right: 26px;
	top: 0px;
	width: 274px;
	background-color: #294c80;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#sidebarPROMOTE p
{
	margin: 10px 38px 5px 0px;
	color: #a6c3e2;
	font-size: 70%;
	line-height: 1.5;
}

#sidebarPROMOTE p a
{
	color: #feb929;
	text-decoration: none;
	font-weight: bold;
	line-height: 2;
}

#sidebarPROMOTE p a:hover
{
	text-decoration: underline;
	
}

#sidebarPROMOTE h1
{
color: #feb929;
	font-weight: bold;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 25px 38px 10px 0px;
	text-align: right;
}

/* CONTENT INTERNAL ------------------------------------------------------------*/

#content_internal
{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	
	color: #d9e4fe;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	
	left: 0px;
	top: 0px;
	width: 900px;
	height: 100%;
	
}

#content_internal p
{
	margin: 0.5em 20px 1em 50px;
	z-index: 50;
}

#content_internal p.breadcrumbs
{
	margin: 0.5em 20px 1em 100px;
	z-index: 50;
}

#content_internal p a, #content_internal table td a
{
	color: #5398ff;
	text-decoration: none;
}

#content_internal p a:hover
{
	text-decoration: underline;
}

#content_internal h1
{
	color: #5398ff;
	margin: 1.1em 25px 0 80px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#content_internal_bg table
{
	margin: 0.5em 20px 1em 110px;

}

#content_internal table.tableinfo
{
	margin: 0.5em 20px 1em 120px;

}


#content_internal_bg{
	margin: 0.5em 20px 1em 100px;
	background: url(../images/bg_content.jpg) repeat-y top;
	padding: 5px 5px 20px 10px;
}

#content_internal_bg2{
	margin: 20px 0 20px 70px;
	background: url(../images/bg_content.jpg) repeat-y top;
	padding: 15px 20px 20px 10px;
}

#content_internal_bg2 table td {
	padding: 5px 0 0 0;
}

.tabletitle {
	padding: 13px 0 8px 0;
	margin-left: 30px;
	color: #5398ff;
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#tableheader {
	margin-left: 77px;
}

.tableheading
{
	color: #5398ff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.tabletdbg 
{
	margin: 0.5em 20px 1em 100px;
	background: url(../images/bg_content.jpg) repeat-y top;
}

.caption {
	width: 245px;

	text-align: right;
	color: #FFFFFF;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputfield {
	width: 12em;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dropdown {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textrequired {
	color: #E7FF9A;
}

#buttons {
	margin: 10px 0 10px 640px;
}


/* ----------------------*/

/* Form Style -------------------------------------------------------- */

.form {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding: 50 50 50 50px;
}


.label {
	border: none;
	background-color: inherit;
	text-align: right;
}

.submitbutton{
	width: 80px;
	height: 17px;
	background-color: #FFFFFF;
	border-color: #002355;
	border-style: solid;
	border-width: 1px;
	color: #002355;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.input{
	background-color: #6181ad;
	border-color: #002355;
	border-style: solid;
	border-width: 1px;
	color: #e0efff;
	width: 141px;
	height: 17px;
	font-size: small;
}

.input_text_contact {
	background-color: #6181ad;
	border-color: #002355;
	border-style: solid;
	border-width: 1px;
	color: #e0efff;
	width: 250px;
	height: 17px;
}

.textarea_contact {
	background-color: #6181ad;
	border-color: #002355;
	border-style: solid;
	border-width: 1px;
	color: #e0efff;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* CONTACT CONTENT FORM ----------------------------------------------------------------- */
#contact_content
{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	
	color: #a6c3e2;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	
	left: 0px;
	top: 0px;
	width: 645px;
	height: 100%;
	
}

#contact_content p
{
	margin: 5px 150px 5px 0px;
	text-align: right;
}

#contact_content p a
{
	color: #5398ff;
	text-decoration: none;
}

#contact_content p a:hover
{
	text-decoration: underline;
}

#contact_content h1
{
	color: #5398ff;
	font-weight: bold;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 25px 0px 10px 150px;
	text-align: left;
}

#contact_sidebar
{
	position: absolute;
	right: 26px;
	top: 30px;
	width: 274px;
	background-color: #294c80;
	
	color: #a6c3e2;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#contact_sidebar p
{
	margin: 0px 38px 0px 0px;
	text-align: right;
}

#contact_sidebar p a
{
	color: #a6c3e2;
	text-decoration: none;
}

#contact_sidebar p a:hover
{
	color: #a6c3e2;
	text-decoration: underline;
}

#contact_sidebar h1
{
color: #5398ff;
	font-weight: bold;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 10px 38px 0px 0px;
	text-align: right;
}

/* END CONTACT CONTENT ----------------------------------------------------------- */
