/* start reset */
html
{
	background:#FFF;
	height:100%;
	margin-bottom:1px;
}

body
{
	font-family: 'Arial';
	font-size:11px;
	color: Black;
	
	text-align: justify;
	margin:0;
	padding:0;
	
}

/*li,ol,ul{list-style:none; }*/

img{border:0;}
/*   end reset */

/* start DIVs*/
#divHeader {
	top:15px;
	margin: 0 auto 0 auto;
	height: 160px;
    width: 960px;
	background-color: #FFF;
	
	/*the 1st padding is the distance between the top and the browser*/
	padding:5px 0 0 0;
	
}

#divMenu{
		position:relative;
		
		/*distance between the header and menu*/
		top:5px;
        
		height:40px;
		width: 960px;
		
		margin: 0 auto 0 auto;
		
		padding:0;
		
		text-align:left;
		background-image: url('Images/menu_bar.png');
}

#divMenu  ul
{
		list-style:none;
		padding:0px;
		text-align:left;
		line-height:3;
		margin:0 0 0 0;
}

#divMenu  ul li
{
		list-style:none;
        float: left;
		padding:0px 22px 0px 22px;	
}
#divContainer
{
		position:relative;
		
		padding:0;
		
		margin-right: auto;
		margin-left: auto;
		
		width: 960px;
		height: 600px;
}
#divMain 
{
		float:left;
		
		position:relative;
		
		padding:10px;
		
		margin-right: auto;
		margin-left: auto;
		
		width: 695px;
		height: 580px;
}
#divSidebar
{
		position:relative;
		/*location of the sidebar*/
		padding:10px 0 0 0;
		
		margin-right: 0;
		margin-left: auto;
		
		width: 245px;
		height: 600px;
}
#divFooter 
{
		position:relative;
        width: 960px;
		height: 75px;
		padding:0;
		margin-right: auto;
		margin-left: auto;
		
		background-repeat: no-repeat;
		background-image: url('Images/menu_bar.png');
}
/*end DIVs*/

/*start MENU*/
.menu
{
	font-family: 'Arial';
	font-size:12px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.menuHighLight
{
	font-family: 'Arial';
	font-size:12px;
	color: #D43D1A;
	font-weight: bold;
	text-decoration: none;
}

.subMenu
{
	font-family: 'Arial';
	font-size:12px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	background-image: url('Images/subMenuButton.png');
	width: 198px;
	height: 18px;
	text-align: center;
}
.subMenuHighLigh
{
	font-family: 'Arial';
	font-size:12px;
	color: #D43D1A;
	font-weight: bold;
	text-decoration: none;
	background-image: url('Images/subMenuButtonOnHover.png');
	width: 200px;
	height: 20px;
}
/*end MENU*/

/*start INPUTs*/
input[type=text]
{
border: 1px solid #666;
background: #FFF;

}
input[type=submit]
{
border: none;
background: transparent;
background-image: url('Images/button.png');
width: 50px;
height:25px;
}

textarea
{
border: 1px solid #666;
background: #FFF;

}
input[type=checkbox]
{
border: 1px solid #666;
background: #FFF;

}
input[type=button]
{
border: none;
background: transparent;
background-image: url('Images/button.png');
width: 50px;
height:25px;
}
/*end INPUTs*/

/*start SIDEBAR*/
.scroll-up
{
border: none;
background: transparent;
width: 50px;
height: 25px;
background-image: url('Images/scroll-up.png');
padding: 10px;
}
.scroll-down
{
border: none;
background: transparent;
width: 50px;
height: 25px;
background-image: url('Images/scroll-down.png');
padding: 10px;
}
/*end SIDEBAR*/

/*start TEXTs*/
.bigCaption
{
	font-family: 'Arial';
	font-size:25px;
	color: Black;
	font-weight: bold;
}

.caption
{
	font-family: 'Arial';
	font-size:15px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.text
{
	font-family: 'Arial';
	font-size:14px;
	color: White;
	padding: 4px ;
}
.blacktext
{
	font-family:  'Arial';
	line-hight: 200%;
	font-size:13px;
	font-weight:bold;
	color:#000;
}
.noneStyleListText
{
	text-align: center;
	list-style: none;
	font-family:  'Arial';
	line-hight: 200%;
	font-size:13px;
	font-weight:bold;
	color:#000;
}
.error
{
	font-family:  'Arial';
	font-size:11px;
	font-weight:bold;
	color: #b62e2e;
}
.warning
{
	font-family:  'Arial';
	font-size:14px;
	font-weight:bold;
	color: #50b1e3;
}
 /*end TEXTs*/