@charset "utf-8";
/* CSS Document */
/*** general ****/
* {
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-top:10px;
}
a:hover{
	font-weight:bold;	
}
body {
	background-color:rgb(68,71,68);
	background-image:url(images/back-grad.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
}

#containor {
	background-color:#FFFFFF;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(232,81,0);
	border-right-color: rgb(232,81,0);
	border-bottom-color: rgb(232,81,0);
	border-left-color: rgb(232,81,0);
}


/***********HEADING*************/
#heading {}
#heading H1 {
	text-align: center;
	font-size: 42px;
	color: rgb(232,81,0);
	font-weight: bold;
	margin-top: 15px;
}


#heading H2 {
	text-align: center;
	margin-top: 5px;
	font-size: 28px;
	font-weight: bold;

}

/************NAVBAR*************/
#navbar {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgb(209,209,197);
	border-bottom-color: rgb(209,209,197);
	margin: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	height:30px
}
#navbar ul {
	list-style-type: none;
	text-align: center;
	font-weight: normal;
}
#navbar ul li {
	text-align:center;
	display:inline;
	padding-right: 15px;
	padding-left: 15px;	
	font-size: 24px;
}

#navbar ul li a{
	text-decoration:underline;
	color:#333333;
}
#navbar ul li.selected a{
	color:rgb(232,81,0);
}

/*********MAIN******************/
#main {
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	text-align:left;
}





/******FOOTER*****************/
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(209,209,197);
	margin: 15px;
	padding-top: 5px;
	text-align:center;
}
#footer p.c{
	font-size: 12px;
	color: rgb(232,81,0);

}
#footer p.abc{
	font-size: 12px;

}

/**********home*********/
.picTop {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.picBottom {
	width:700px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.pic2 {margin-right:5px}
.pic3 {margin-left:5px}

/*******TC *****/
.tcTable {
	width:650px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.tcList {
	margin-left:15px;
}
/*****contacts****/
#contacts {
	text-align:center;
}
#contacts .bmhHeading {
	font-size:26px;

}

/**** admin Page******/
#admin .AdminAlert {color: #FF0000}
#admin .AdminEditTable {background-color:#FF0000}
#admin h3 {text-align:center;}
#admin .focus{
	text-align:center;
	color:#FF0000;
}
