/***************************************************
	Copyright 2006 Sublime Net
	Author: Nick Pulido
	Contact: nick@altservices.net
	Created: 06.29.2006
****************************************************/


/****************************************************
		GLOBAL DECLARATIONS
****************************************************/

body	{
		background:url('images/top_gradient.jpg') repeat-x left top;
		background-color: #E0E0E0;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
        font-family: Tahoma;

}

.greeting {
        font-size: 24px;
        font-weight: bold;
        color: #000080;

}

.thead {
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #000080;

}

/**p, h1, h2, h3	{
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 10pt;
		color: black;

}
**/
.menu {
        text-decoration: none;
        color: #0000FF;
        margin-top: 0px;
        font-family: Verdana;
        font-weight: bold;
        font-size: 14px;
}

.separator {
        padding-left: 10px;
        padding-right: 10px;

}


/****************************************************
		BODY CONTAINER
****************************************************/

#wrapper	{
		width: 700px;}


/****************************************************
		STAGE
****************************************************/

.stageTop		{
		height: 34px;
		background:url('images/stage_top.jpg') no-repeat left top;
		margin-top: 10px;}

.banner		{
		height: 118px;
		background:url('images/logo.jpg') no-repeat left top;}

.stage		{
		width: 700px;
		background:url('images/stage_side_shadow.jpg') repeat-y left top;
		background-color: white;}

.liftedBox		{
		width: 450px;
		background:url('images/lifted_box_shadow.jpg') no-repeat left bottom;
		background-color: #D9D9FF;
		padding: 0px 0px 0px 0px;
		margin-top: 10px;}


.grayBox	{
	width: 650px;
	background-color: #EBEBEB;
	border: 1px solid;
	border-color: black;
	padding-top: 10px;
	padding-bottom: 10px;}


/****************************************************
		FOOTER
****************************************************/

.stageFooter		{
		height: 34px;
		background:url('images/stage_footer.jpg') no-repeat left top;
		}


