/* CSS Document */

/* COLORS
Black: 
Dk. Gray: #808080 (128)
Med. Gray: #C0C0C0 (192)
Light Gray: #E1E1E1 (225)
Navy: #000040
Yellow: #FFFF00
White: #FFFFFF
*/

/*Page Layout*/

.top {
	position:absolute;
	left:2px;
	top:2px;
	width:800px; 
	height:90px; 
	overflow:visible;
	z-index:-1; 
	background-color:#E1E1E1;
	vertical-align:middle; 
}

.button {
	position:absolute;
	left:2px;
	top:95px;
	width:800px; 
	height:35px; 
	overflow:visible;
	z-index:-1;
	background-color:#E1E1E1;
}

.left {
	position:absolute;
	left:2px;
	top:130px;
	width:450px; 
	height:600px; 
	overflow:auto;
	z-index:1;
	background-color:#E1E1E1; 
	padding:0 5 0 5;
}

.right {
	position:absolute;
	left:454px;
	top:130px;
	width:348px; 
	height:600px; 
	overflow:auto;
	z-index:-1;
	background-color:#E1E1E1;
	vertical-align:middle;
	text-align:center;
}
	.rpic1 {position:relative; top:10px; left:10px; border-width:1; height:125; width:200;}
	.rpic2 {position:relative; top:20px; left:10px; border-width:1; height:125; width:200;}
	.rpic3 {position:relative; top:10px; left:10px; border-width:1; height:125; width:200;}

.bottom {
	position:absolute;
	left:3px;
	top:736px;
	width:800px; 
	height:200px; 
	overflow:visible;
	z-index:-1;
	background-color:#E1E1E1;
}

.jackpoints {
	position:absolute;
	left:820px;
	top:4px;
	z-index:1;
	border-bottom-width: thin;
	border-color:#E1E1E1;
	border-style: double;
}

/*Text formatting*/

h1,h2,h3,p, ul, li, br {font-family: arial, 'sans serif'; }
p, ul, li {font: normal; font-size: 14px; color: #000040; }
p.dogprofile {font: Arial ; font-weight:bold; font-size:18px; text-decoration: none; }

h1
{
background-color: #000040;
color: #FFFFFF;
font-size: 28px;
font-variant: small-caps;
letter-spacing: 1px;
border-style: double;
}

h2
{
background-color: #C0C0C0;
color: #000040;
font-size: 22px;
font-variant: normal
letter-spacing: 1px;
border-style:solid;
border-color: #000040;
border-width:thin;

}


body 
{
background-color: #000040;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font: normal; font-size: 14px; color: #000040;
}


/*Hyperlink characteristics for main content*/
a {text-decoration: none}
a:link    {color:#000040; font-size: 100%; font-weight: normal;}
a:visited {color:#000040; font-size: 100%; font-weight: normal;}
a:active  {color:#000040; font-size: 100%; font-weight: bold}
a:hover   {color:#000040; font-size: 100%; font-weight: bold}
