body.body
{
	margin: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	min-width:907px;
	background: url(../Img/bodyBg.jpg) repeat-x;
    font: 0.75em/1.5 arial, verdana ,sans-serif;
	color: #08191f;
}

#container 
{
    height:745px;
    margin:0 auto;
    text-align:left;
    width:907px;
}

* > #container 
{
    min-height:745px;
    height:auto;
}


body, div, span, p, a, img, ul, ol, li, form, fieldset, legend, dl, dt, dd, blockquote, applet, object
{
	border: 0;
}

#awsLogo
{
    width:232px; height:58px; float:left; background:#fff; padding:20px 0 0 18px;
}

#menu
{
    width:522px; float:left; height:58px; background:#fff; padding:20px 0 0 40px; text-align:center;
}

#langSwitch
{
    width:65px; float:left; height:48px; background:#fff url(../Img/menuBg.jpg) no-repeat right; padding:30px 0 0 30px; color:#d1d4d4;
}

#homeBanner
{
    width:907px; float:left;
}

#shortcuts
{
    width:876px; float:left; background:#222826; height:143px;margin-left:2px; display:inline; padding:30px 0 0 25px;
}

.shortcut
{
    width:400px;float:left; border-right:solid 1px #4a4848; padding-right:25px; color:#fff;
}

.shortcut ul
{
    list-style:none;margin:0px 0 0 0 ;padding:0;float:left;width:400px;
}

#homeContent, #pageContentCover
{
    width:868px; float:left; background:#fff; margin-left:2px; display:inline; border-bottom:solid 1px #a1b7bc; padding:23px 0 0 33px;
}

#homeContentIntro, #content
{
    width:550px; float:left; padding-bottom:40px;
}

#homeContentContact, #hints
{
    width:194px;float:left; border-left:solid 1px #a1b7bc; padding-left:25px; margin-left:80px; display:inline;
}

#footer
{
    width:871px; float:left; height:30px; margin-left:2px; display:inline; font-size:0.8em; color:#656f73; padding:10px 0 0 30px;
}

blockquote
{
	margin: 15px 20px;
	font-style: italic;
}
del, .del
{
	text-decoration: line-through;
}
strong, .strong
{
	font-weight: bold;
}
cite, em, q, var
{
	font-style: italic;
}
code, kbd, samp
{
	font-family: monospace;
	font-size: 110%;
}
hr
{
	display: block;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: 0 solid #CCC;
	background: #CCC;
	color: #CCC;
}

/*forms in a colum*/

form fieldset legend
{
	display: none;
}

form fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

ol.Form
{
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
	width: 555px; /*background:red;*/
}


ol.Form li
{
	margin-bottom: 8px;
	text-align: left;
	width: 555px; /*background:blue;*/
}



ol.Form LiButton
{
	margin-top: 15px;
}

ol.Form .FormLabel
{
	color: #000;
	margin:0;
	float: left;
	width: 250px;
}

ol.Form .validator
{
	color: red;
	font-size: 0.9em;
	margin: 10px 0 0px 3px;
	float: left;
}

.txtBox
{
    font-family:Arial;
    font-size:100%;
    width:200px;
    background:#fff;
    border:solid 1px #a5acb2;
}

ol.Form input
{
}

/*forms top positioned

ol.Form .FormLabel
{
	color:#5a6167;
    margin:0;
    float:left;
    width:100%;
    display:block;
}
*/



/* DCMS Edit Bar */
/*Table.EditBarHeader
{
	margin: auto;
	margin-top: 5px;
	position: absolute;
	top: 5px;
	left: 50%;
	z-index: 10000;
	margin-left: -480px;
}*/

TD.EditBarHeader
{
	background-color: #ff9037;
	color: White;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top: solid 1px #ff9037;
	border-left: solid 1px #ff9037;
	border-right: solid 1px #ff9037;
}

TD.EditBarDCMSLogo
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}
TD.EditBarLoggedAs
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #ff9037;
	text-decoration: none;
}

div#editBarHeader
{
	width: 910px;
	float: left;
	height: 18px;
	border: solid 1px #d4d4d4;
	background: #333;
	padding: 2px 26px 0 26px;
	margin: 0 auto;
	position: absolute;
	top: 5px;
	left: 50%;
	z-index: 10000;
	margin-left: -480px;
	text-align: left;
	color: #dfdfdf;
	font: 0.85em/1.5 "arial" ,sans-serif;
}

div#loggedAs
{
	width: 25%;
	float: left;
}

div#version
{
	width: 25%;
	float: left;
	text-align: right;
}

div#adminButtons
{
	width: 50%;
	float: left;
	text-align: center;
}

/* DCMS Edit Bar */