/* CSS Document */

/************Global******************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0 auto;
/*	background-color:#BEE085;*/
	background-color:#416DA9;
}

h1 {
	font-size:14px;
	}

h2 {
	line-height:normal;
	}
h3 {
	font-size:18px;
	padding-top:0;
	margin-top:0;
	}

#container
      		{
    width: 900px;
    margin: 10px auto;
    background-color: #fff;
    color: #333;
    border: 1px solid gray;
    line-height: 130%;
	height:625px;
}

.list
			{
	font-weight:600;
}

/***********Picture Comments***************/

#imgright
			{
	float:right;
	font-size:10px;
	font-weight:bold;
	color:999999;
	line-height:normal;
	text-align:center;
	padding:3px 3px 3px 5px;
	margin: 4px;
}

#imgright2
			{
	float:right;
	font-size:10px;
	font-weight:bold;
	color:999999;
	line-height:normal;
	text-align:center;
	width:300px;
	margin-right:0px;
	padding:3px 3px 3px 5px;
}

/***********Photo Gallery******************/
#gallery_parent {
height:75px;
width:650px;
overflow:auto;
}

#gallery_scroll {
width:3740px;
}

#gallery_main_photo {

}

/************************Header*******************/

#header
      		{
    padding:1em;
    background-color: #ddd;
    border-bottom: 1px solid gray;
	height:40px;
	font-size:14px;
	font:bold;
	border-bottom:1px dashed gray; 
	line-height:1.2em;
	background-image: url(images/blueribbon2.jpg);
	background-position: 85% center;
	background-repeat:no-repeat
}

#header2
      		{
    padding: .5em;
    background-color: #ddd;
	height:25px;
	font-size:14px;
	font:bold;
	line-height:1.2em;
}

/*******************Left Nav***************/         

#leftnav
      		{
    float: left;
    width: 155px;
    margin: 0;
    padding: 1em;
	font-size:.95em;
	line-height:1.55em;
}


.down 
			{
	
	text-align: left;
	padding-left: 0px;
	width:155px;
	padding: 2px;
}




.tab2 a:link
			 {
	color: #000;
	display: inline;
	text-align: center;
	text-decoration:none
	
}

.tab2 a:visited
			{
	color: #000;
	cursor: default;
	background: #fff;
		text-decoration:none

}
.tab2 a:hover
			{
	color: #fff;
	cursor: default;
	background: #416DA9;
		text-decoration:none

}

.tab2 a:active
			{
	color: #ddd;
	cursor: default;
	background: #416DA9;
		text-decoration:none

}

    
	 
/********Right Nav**************/
	 
#content
      		{
	font-size:13px;
    margin-left: 30px;
    border-left: 1px solid gray;
    padding: 1em;
	background-position:center;
	background-repeat: no-repeat;
	height:451px;
	border-left:1px dashed gray;
	overflow:auto;
}

#content2
      		{
	font-size:13px;
    margin-left: 200px;
    border-left: 1px solid gray;
    padding: 1em;
	background-position:center;
	background-repeat: no-repeat;
	height:451px;
	border-left:1px dashed gray;
	background-image:url(paddle3.gif);
}



.image_right
			{
			padding: 0 0 6px 8px;
}


/************Footer**********************/

#footer
			{
		min-height:75px;
		border-top:1px dashed gray; 
		padding:10px;
}
	
h1 
			{
	margin: 0 0 .5em 0;
	font:bold;
}