/*
/////////////////////////////////////
//////  PINSTRIPESALS STYLESHEET ///
////// 	JUSTIN JOHNSON          ///
///// 	APRIL 2005             ///
/////////////////////////////////

*/



.home_container{
width: 600px;
margin: auto;
text-align: left;
}

.left_column{
width: 100%;
display: none;
}


.logo{
width: 100%;
padding-left: 50px;
}

.right_column{
width: 100%;
}

.right_column_page{
width: 511px;
height: 448px;
background-attachment: fixed;
background-image: url(../images/page_background.gif);
background-repeat: no-repeat;
background-position: left bottom;
text-align: right;
font-family: Arial, sans-serif;
font-size: 12px;
}

table {
font-family: Arial, sans-serif;
font-size: 12px;
}

.right_column_page hr{
color: #008000;
width: 300px;
height: 1px;
}

.right_column_page p{
width: 380px;
text-align: left;
}


.right_column_page a{
color: #f00;
text-decoration: none;
font-weight: bold;
}

.right_column_page a:hover{
color: #f00;
text-decoration: underline;
font-weight: bold;
}

.right_column_page ol{
text-align: left;
padding-left: 135px;

}

.right_column_page h1,h2,h3{
width: 380px;
margin: 0px;
padding: 0px;
padding-bottom: 8px;
}

.right_column_page h1{
font-size: 20px;
}

.right_column_page h2{
font-size: 16px;
}

.right_column_page h3{
font-size: 12px;
padding-bottom: 25px;
}


.right_column_page dl{
width: 380px;
text-align: left;
}

.center{
width: 380px;
text-align: center;
}

.align_right{
padding-left: 10px;
text-align: right;
font-weight: bold;
}

.align_right_nb{
padding-left: 20px;
text-align: right;
}

.align_left{
width: 150px;
text-align: left;
}

.event{
width: 200px;
color:#008000;
}



/*/////////////// NAVIGATION LIST INFO //////////////////*/
.nav_list{
width: 200px;
}

.nav_list{
display:none;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	}

.nav_list ul{
margin: 0;
margin-top: 10px;
padding: 0;
}

.nav_list li {
	margin: 0; 
	padding: 0;
	padding-bottom: 12px;
    list-style: none;
	}
	
.nav_list li a{
text-decoration: none;
color: #000;
font-weight: bold;
padding-left: 5px;
}

.nav_list li a:hover{
color: #333;
border-left: 3px solid #F00;
}


.extLink li {
	list-style-image: url(../images/exit_link.png);
	padding-bottom: 10px;
}

.align_extLink{
text-align: left;
width: 380px;
}
