/* CSS Document */
body {
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
}

#container {
width: 600px;
height: 450px;
margin: 0px 0px;
text-align: center;
background-image: url("images/bg_large.png");
background-repeat: no-repeat;
}

#bar {
height: 15px;
background-color: #25115a;
}

#left_column {
height: 411px;
width: 166px;
float: left;
}

.left_column_text {

text-align: left;
font-size: 12px;
padding: 80px 10px 0 10px;
}

#right_column {
float: right;
width: 434px;
height: 411px;
}
#faux_footer {
text-align: center;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.horizontalcssmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.textbox {
position: absolute;
width: 89px;
height: 120px;
text-align: center;
}

.textbuttons a {
font-family: 10px Verdana, Helvetica, sans-serif;
font-weight: bold;
color: #000;
text-decoration: none;
}

	
.textbuttons a:hover {
font-weight: bold;
color: #cc0000;
text-decoration: none;
}

/*Top level list items*/
.horizontalcssmenu ul li {
position: relative;
display: inline;
float: left;
height: 20px;
padding-top: 5px;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a {
display: block;
float: left;
padding: 3px 20px 0 20px;
border-right: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: black;
font: bold 11px Tahoma;
}
.horizontalcssmenu ul li a:hover {
color: #cc0000;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul {
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li {
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a {
width: 130px; /*width of sub menu levels*/
height: 27px;
padding: 0px 5px;
background-image: url(images/ul_sub_bg.png)
}

.horizontalcssmenu ul li a:hover a:over; {
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover {
}

.horizontalcssmenu .arrowdiv {
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara {/*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li {
float: left;
height: 1%;
}
* html .horizontalcssmenu ul li a {
height: 1%;
}
/* End */

/* INDEX2 CSS FOR ROLLOVERS BEGINS HERE */

.textbox1 a {
float: left;
width: 89px;
height: 120px;
background-image: url('images/frame/1_nrml.png');
text-decoration: none;
}

.textbox1 a:hover {		
background-image: url('images/frame/1_over.png');
}

.textbox2 {
float: left;
width: 89px;
height: 120px;
text-decoration: none;
border: 1px solid #999;
}

.textbox3 a {
float: left;
width: 89px;
height: 120px;
background-image: url('images/frame/3_nrml.png');
text-decoration: none;
}

.textbox3 a:hover {		
background-image: url('images/frame/3_over.png');
}

.textbox4 a {
float: left;
width: 89px;
height: 120px;
background-image: url('images/frame/4_nrml.png');
text-decoration: none;
}

.textbox4 a:hover {		
background-image: url('images/frame/4_over.png');
}

.textbox5 a {
float: left;
width: 89px;
height: 120px;
background-image: url('images/frame/5_nrml.png');
text-decoration: none;
}

.textbox5 a:hover {		
background-image: url('images/frame/5_over.png');
}

.textbox6 a {
float: left;
width: 89px;
height: 120px;
background-image: url('images/frame/6_nrml.png');
text-decoration: none;
}

.textbox6 a:hover {		
background-image: url('images/frame/6_over.png');
}