/* Style Sheet for Beejman.com */

/* Link text properties */
a.headerlink:link {color: #0000ff; text-decoration: underline;}
a.headerlink:visited {color: #000099; text-decoration: underline;}
a.headerlink:active {color: #ff0000; text-decoration: underline;}
a.headerlink:hover {color: #3333ff; text-decoration: none;}

a.navlink:link {color: #333333; font-weight: bold; text-decoration: none;}
a.navlink:visited {color: #333333; font-weight: bold; text-decoration: none;}
a.navlink:active {color: #333333; font-weight: bold; text-decoration: underline;}
a.navlink:hover {color: #3366ff; font-weight: bold; text-decoration: none;}

a:link {color:#0000FF; text-decoration:underline;}
a:visited {color:#800080; text-decoration:underline;}
a:active {color:#FF0000; text-decoration:underline;}
a:hover {color:#3366FF; text-decoration:underline;}

/* Define Body attributes (scrollbar) */
body
{
	/* Scrollbar and Buttons Colors (IE only) */
	scrollbar-base-color: #ff0000; /*Base Color for Buttons & Scrollbar*/
	scrollbar-track-color: #333333; /*Scrollbar BG*/
	scrollbar-face-color: #000099; /*Button & Scrollbar face*/ 
	scrollbar-highlight-color: #0000cc; /*Button & Scrollbar highlight*/
	scrollbar-3dlight-color: #0000ff; /*Button & Scrollbar highlight border*/
	scrollbar-darkshadow-color: #000033; /*Button & Scrollbar shadow border*/
	scrollbar-shadow-color: #000066; /*Button & Scrollbar shadow*/
	scrollbar-arrow-color: #ffffff; /*Arrow*/

	/* Font Settings */
	color: #000000; 
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	font:10pt arial;
}

/* Define Table Elements for Navigational Table */
.nav
{
	font-family: 10pt arial,Helvitica,Verdana,sans-serif;
	font-size: 10pt;
	font: 10pt arial;
}

/* Define Table Elements for Content Table */
td
{
	font-family: 10pt arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	font: 10pt arial;
}

.boldtext {font-weight: bold;}

.italictext {font-style: italic;}

.pagetitle
{
	color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
}

.content
{
	color: #000000;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.contentheader
{
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	font: 12pt arial;
	font-weight: bold;
}

.copyright
{
	text-align: center;
	font: 8pt arial;
}

/* Navigation Element Positioning */
.nav_background {position: absolute; top: 20; left: 20; z-index: 1;}

.nav_home {position: absolute; top: 36px; left: 105px; z-index: 2;}
.nav_cool {position: absolute; top: 65px; left: 110px; z-index: 2;}
.nav_about {position: absolute; top: 93px; left: 105px; z-index: 2;}