/* CSS Document */

body 
{
  	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(../gui/bg_rpt.gif);
	background-repeat:repeat;
	margin:0px;
	font-size:.8em;
}




td 
{
	font-family: Arial, Helvetica, sans-serif;
}

th 
{
	font-family: Arial, Helvetica, sans-serif;
}


a { text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration:underline; }
/*a {	text-decoration: none; color:#cccc00; }
a:link { color:#cccc00; text-decoration: none; }
a:hover { color:#cccc00; text-decoration:underline; }
a:active { color:#999900; text-decoration:underline; }*/

#holder
{
	width:100%;
	background-color:#FFFFFF;
}

#headerHolder
{
	width:100%;
	height:125px;
	background-image: url('../gui/top_rpt.jpg');	
	background-repeat:repeat;
}

#header
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

#menuHolder
{
    
    background-color:#333333;
    height:22px;
    width:100%;
    margin-top:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

#menu
{
    width:760px;
    padding-left:20px;
    padding-right:20px;
    margin-left:auto;
    margin-right:auto;
    color:#FFFFFF;
    text-align:left;
    line-height:21px;
}

#menu a
{	
	text-decoration: none;
	color:#FFFFFF;
}

a:link { color:#FF0000; text-decoration: none; }
a:visited { color:#FF0000; text-decoration: none; }
a:hover { color:#FF0000; text-decoration:underline; }


#menu a:link { color:#FFFFFF; text-decoration: none; }
#menu a:visited { color:#FFFFFF; text-decoration: none; }
#menu a:hover { color:#CCCCCC; text-decoration:none; }
#menu a:active { color:#999999; text-decoration: none; }


.itemselected
{
	color:#CCCCCC;
}


/* Side bar Styles */






/* COntent Styles */

h1 { font-size: 1.5em; margin-top:10px;	margin-bottom:10px;}
h2 { font-size: 1.3em; margin-top:10px;	margin-bottom:10px;}
h3 { font-size: 1.2em; margin-top:10px;	margin-bottom:10px;}
h4 { font-size: 1.2em; margin-top:10px;	margin-bottom:10px; font-weight:normal;}
h5 { font-size: 1.1em; margin-top:10px;	margin-bottom:10px;}



#content
{
    text-align:left;
	width:760px;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;	
	padding-top:20px;
	padding-bottom:10px;
	font-size:.9em;
	/* border:1px solid #000000; */
}

#content p
{
	margin-top:10px;
	margin-bottom:10px;
}

.contentleft
{	
	width:265px;
	padding-left: 10px;	
	float:left;
	background-color:#FFFFFF;
}

.contentright
{	
	float:right;
	clear:right;
	width:265px;	
	background-color:#FFFFFF;
	
}

#galList
{
    font-size:1.1em;
    font-weight:bold;
    padding-bottom:10px;
}

/* Footer Styles */
#footerPart
{
    background-color:#333333;
    line-height:10px;
    height:10px;
    width:100%; 
    margin-bottom:1px;
	margin-top:5px;
	clear:both;   
}

#footer
{	
	width:100%;
	height:55px;
	padding-top:15px;
	text-align:center;
	background-image: url('../gui/btm_rpt.jpg');	
	background-repeat:repeat;
	color:#ffffff;
}

#footer a
{	
	text-decoration: none;
	color:#ffffff;
}

#footer a:link { color:#ffffff; text-decoration: none; }
#footer a:hover { color:#ffffff; text-decoration:underline; }
#footer a:active { color:#ffffff; text-decoration:underline; }




/* Styles for individual pages *?

/* About Us */


#aboutbottom
{
	margin-top:5px;
	clear:left;
	width: 560px;
	height: 20px;
	background-color:#CCCCCC;
	text-align:center;	
}

#aboutbtext
{
	color:#000000;	
	font-size: 9pt;
	font-family: Arial, helvetica, sans-serif;
	padding-top:5px;	
}

* html #aboutbtext 
{
	padding-top: 0px;	
}

	
/* End About Us */

/* Package Pages */

#content ul
{
	/*font-size:.90em;*/
	font-weight:lighter;
	margin-top:5px;
	margin-bottom:8px;
	margin-left:0px;
	padding-left:15px;
}

#content li { font-weight:normal; }

.packagehead
{	
	font-weight:bolder;	
	line-height:15px;
}

.pkglist
{
	text-align:left;
	margin-left:140px;

	margin-right:auto;
}

/* End Package Pages */
	
	
	


/*
div.header a
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bolder;	
}

div.header a:link { text-decoration: none; }
div.header a:visited { text-decoration: none; color:Navy;}
div.header a:hover { text-decoration:underline; }





*/
	