@import url(/styles/_master.css);

body
{
	/*background: #F3E40F; /*#550431;		
	background: #000 url('/img/design2/background.jpg') repeat-y;*/
	background: #550431;
	background-position: center center;
	scrollbar-base-color: #550431;
}

a:link{
	color: #bc0a6c;
	text-decoration: none;
}

a:visited{
	color: #bc0a6c;
	text-decoration: none;
}

a:hover{
	color: #b9b9b9;
	text-decoration: underline;
}

a:active{
	color: #b9b9b9;
}

h1
{
	font-size: 1.5em;
	margin-bottom: 0.33em;
	color: #85084c;
	border-bottom: 1px dashed #bc0a6c;
	width: 530px;
}

h3
{
	color: #85084c;
}

h2
{
	color: #85084c;
	font-size:1.4em;
}

#centered 
{
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 736px;
  text-align: left;  
}

#content 
{
  position: absolute;
  
  margin: auto 50%;
  left: -368px;
  top: 15px;
  width: 736px;
  bottom: 30px;
    
  overflow: hidden;
  
  border-right: solid 1px #BC0A6C;
  border-bottom: solid 1px #BC0A6C;
  border-left: solid 1px #BC0A6C;
  
}

#undercontent
{
  position: absolute;
  margin: auto 50%;
  left: -500px;
  bottom: 0;
  width: 1000px;
  height: 25px;
  
  text-align: center;
  color: #bc0a6c;
  font-weight:bold;
}

#undercontent a
{
	color: #aaa;
	font-weight: bold;
	font-size: 11px;
}

#head1
{
	background: #000 url('/img/design2/H1.jpg') no-repeat;
	height:97px;
}

#breadcumb
{
	color: #aaa;
	text-align: right;
	
	padding-top: 60px;
	padding-right: 10px;
	
	text-transform: capitalize;
}

#head2
{	
	position:absolute;
	left: 140px;	
	top:97px;
	
	background: #fff url('/img/design2/H2.jpg') no-repeat;
	text-align: right;
	height: 48px;
	width: 495px;
	padding-left: 100px;
	float:left;
	
	border-right: solid 1px #BC0A6C;
}

#col1
{
	position:absolute;
	left: 0;
	bottom: 0;
	top:97px;
	
	background: #bc0a6c url('/img/design2/C1.jpg') no-repeat; /*FFFF0C #FFFF0C url('/img/design2/C1.jpg') no-repeat;*/
	width: 140px;
	float: left;
}

#menu
{
	position: absolute;
	margin: auto 50%;
	/*left: -335px; */
	left: -350px;
	
	top: 170px;
	
	width: 150px;
	height: 325px;
}

.menu_sub_level1
{
	display: none;
	position: absolute;
	margin: auto 50%;
	/*left: -335px; */
	left: -210px;
	
	top: 170px;
	
	width: 150px;
	height: 325px;
	
	z-index: 999;
}

.menu_item
{
	width: 135px;
	height: 30px;
	
	padding-top: 5px;
	padding-left: 10px;
	
	cursor: pointer;
	
	font-weight: bold;
	
	/*border: 1px solid red;*/
}

.menu_item_off_end
{
	background: url('/img/design2/mnu_off.gif') no-repeat;
}

.menu_item_over_end
{
	background: url('/img/design2/mnu_over.gif') no-repeat;
}

.menu_item_off_main
{
	background: url('/img/design2/mnu_off_main.gif') no-repeat;
}

.menu_item_over_main
{
	background: url('/img/design2/mnu_over_main.gif') no-repeat;
}

#col2
{
	position:absolute;
	left: 140px;	
	top: 145px;
	right: 0px;
	bottom: 0px;
	
	background: #fff;	
	
	overflow-y:auto;
	overflow-x:hidden;
	float:left;
	
	border-right: solid 1px #BC0A6C;
	border-bottom: solid 1px #BC0A6C;
}

#body
{
	padding-left: 35px;	
	float:left;
	width:400px;
}

#body P
{
	width: 95%;
}

#images
{
	padding-top:55px;
	float:left;
	width:130px;
}

#images img
{
	border:solid 3px #BC0A6C;
	margin-bottom:15px;
}

TABLE IMG
{
	border:solid 3px #BC0A6C;
}

ul
{
	padding-left: 20px;
	margin-left: 1px;
}

.contentimage_left
{
	float:left;
	margin:4px 7px 4px 0px;
	border:solid 3px #BC0A6C;
}

.contentimage_right
{
	float:right;
	margin:4px 0px 4px 7px;
	border:solid 3px #BC0A6C;
}
