﻿body
{
	margin-top: 15px;
	font-family: Verdana;
	font-size:11px;	
	color:Black;
	font-weight:normal;
}


/* HEADER START */
#Header
{
	min-width:920px;	
	width: 920px;
	display:block;
	overflow:hidden;
	margin: 0px auto;
	background-color:White;
	background-repeat:no-repeat;
	background-position:top;
}


#HeaderTop
{	height:160px;
	padding:11px 10px 0px 0px; 
	text-align:right;
}


#NavigationBar
{	display:block;
	height:30px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:2px;
	border-bottom-style:solid;
	border-bottom-width:6px;
}

#NavigationBarLeft {float:left;}
	
#NavigationBarRight
{
	margin-top:2px;
	margin-right:5px;
	float:right; 
	}
	
.TopMenu
{	font-size:11px;
	font-weight:bold;
	}

.TopMenuItem
{
	line-height: 30px;
	padding-left: 9px;
	padding-right:9px;
	border-right:solid 1px white;
	color: #FFFFFF;
	}

/* HEADER END */










/* FOOTER START */
#Footer 
{	
	margin-top:0px;
	padding:5px 0px;
	text-align:center;
	font-weight:normal;
	font-size:10px;
	font-variant:normal;
	text-decoration:none;
	color:#00447c;
}

#Footer a
{	
	text-decoration:none;
	margin:0px 8px 0px 8px;
	}
	
#Footer a:hover
{
	text-decoration:underline;
	}
/* FOOTER END */










/* PAGE START */
#Page 
{	display:block;
	overflow:hidden;
	min-width:920px;	
	width: 920px;
	margin: 0px auto;
	background-color:White;
	background-repeat:repeat-y;
}
* html #Page {width:920px}

#PageInner
{	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	}
/* PAGE START */





/* HOME PAGE CONTENT START */

#HomeLeft
{
	float:left;
	padding-left:8px;
	}
	
#HomeRight
{
	float:right;
	margin: 1px 5px 0px 0px;
	}
	
.LoginBox
{
    BACKGROUND-POSITION: 50% top;
    DISPLAY: block;
    BACKGROUND-IMAGE: url(../images/css/BackLogin.gif);
    MARGIN: 0px;
    WIDTH: 210px;
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 250px;
    BACKGROUND-COLOR:white;
}

.LoginBoxInner
{
    MARGIN: 0px 20px 20px;
    COLOR: white;
    PADDING-TOP: 50px
}

	
/* HOME PAGE CONTENT END */





/* SITE CONTENT START */

#SiteMain
{ 
	margin-left:10px;
	min-height:500px;
	}
* html #MainInner {height:500px}


#SiteContent
{
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:top;
}

#LeftBarTop{}
#LeftBarBottom{}

.LeftMenuTop
{	
	height:30px;
	padding-top:15px;
	padding-left:15px;
	}

.LeftMenuTop a
{
	font-size:13px;
	text-decoration:none;
	}

/* SITE CONTENT START */





/* Breadcrumb START */

.Breadcrumb
{
	color: #8c8c8c;
	font-size:11px;
	line-height:50px;
	vertical-align:top;
	margin-left:5px;
}

/* Breadcrumb END */





.clear {clear:both}

.AddressLabel {font-weight:bold; line-height:25px;} 
	
.validator {font-style: italic;}

.required
{
	color: Red;
	font-style:italic;
	font-weight: normal;
}

