/*
	global
*/
* {
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	background-color: #ffffff;
	margin:0 auto;
	padding:0;
	height:100%;

}

/*
	structure 
*/
div#wrap {
	min-height:100%;
	margin:0 auto;
	width:850px;
	
}
div#header {
background-image:url(images/berflextopbanner.gif);
width:850px;
height:194px;
background-repeat:no-repeat;

}
div#innerheader {
	background-image:url(images/header-right.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:194px;
	
}
div#title {

	background-image: url(images/topcornerleft.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:194px;
	width:363px;
	
	
}

div#content {
	
}
div#page {
	background-color:#000000;
	width:730px;
	float:right;
	
}

div.innerpage {
	
	padding: 15px 35px 15px 35px;
	background-repeat:no-repeat;
	background-position:bottom right;
	
}

div#sidebar {
	width:120px;
	float:left;
	margin-top:0px;
}




/*
	nav
*/
div#sidebar ul {
list-style:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	
}
div#sidebar ul li {
}
div#sidebar ul li a {
	background-image:url(images/menubutton.jpg);
	background-repeat:no-repeat;
	background-color:#f2092a;
	color:#000000;
	display:block;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:8px;
	text-decoration:none;
	font-size: 14pt;
}
div#sidebar ul li a:hover {
 color:#FFFFFF; background-image:url(images/menubuttonover.jpg);
	background-color:#000000;
}
div#sidebar ul li a.selected, div#sidebar ul li a.selected:hover {
background-image:url(images/menubuttonover.jpg);
	background-color:#000000;
	font-weight:bold;
	color:#ffffff;
}



/*
	headers
*/
h1 {
	color:#ffffff;
	font-size:2.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h2 {
	color: #CCCCCC;
	font-weight:bold;
	padding:0;
	font-size:1em;
	text-decoration:underline;
}

h3 {
	font-size:1.4em;
	color:#f2092a;
	font-weight:normal;
}



/*
	links
*/
a {
	color:#f2092a;
}
a:hover {
	color:#880000;
}



/*
	paragraphs
*/
p {
	font-size:10pt;
	color:#ffffff;
	line-height:22px;
	padding-bottom:10px;
	text-align:justify;
	
}

/*
	bottom
*/
div#bottom {
	width:730px;
	height:62px;
	float:right;
	padding:0px 0;
	background-color: #000000;
	background-image:url(images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

/*
	footer
*/
div#footer {
	width:757px;
	height:65px;
	float:right;
	padding:0px 0;
}

div#footer p {
	text-align:center;
	margin:0;
	padding:0;
}
div#footer p, div#footer a {
	color:#f2092a;
	font-family:Arial, Helvetica, sans-serif;
}

div#footer a:link2 {font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	text-decoration:underline;
	}



/*
	forms, labels, inputs
*/
input.button {
	font-weight:bold;
	padding:5px 15px;
}
input, textarea {
	padding:5px;
	background-color:#ffffff;
	border:1px solid #dddddd;
}
label {
	font-weight:bold;
}
form input.formbutton {
	background-color:#f2092a;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 10px;
}



/*
	tabbles
*/
table {
	width:100%;
	font-size:0.85em;
}
table tr th {
	color:#ffffff;
	background-color:#333333;
}
table tr th, table tr td {
	padding:5px 10px;
	text-align:left;
}
table tr td {
	border-bottom:1px solid #dddddd;
}



/*
	lists
*/
div.sidebar ul {
	list-style:none;
	padding:0;
	border-top:4px solid #dddddd;
	margin:0 0 20px 0
}
ul { color:#FFFFFF;
	margin:0 0 20px 20px;
	padding:0;
	list-style: armenian;
	font-size:10pt;
	line-height:22px;
	text-align:justify;
}
ul li {
	padding:3px 0;
}



/*
	miscs
*/
code {
	border:1px solid #cccccc;
	background-color:#dddddd;
	color:#333333;
	display:block;
	padding:10px 5px;
	margin:10px 0;
}
.clear {
	clear:both; 
}
.right { 
	float:right; 
}
.left  {
	float:left;  
}
*:focus {
	outline:none;
}

A.link        { font-size:10px; color: #000000;	text-decoration: underline} 
A.link:visited { font-size:10px; color: #000000; text-decoration: underline}
A.link:hover { font-size:10px; font-weight:bold; color: #000000; text-decoration: none} 
A.link:active { font-size:10px; color: #000000;	text-decoration: underline} 

