﻿body
{
	
}

a.referenceLink:visited
{
	color: #CC0000;	
}

.bottomSideClass,div#mainContent
{
	width:800px;	
}

.rightSideClass,div#mainContent
{
	height:520px;	
}

.leftSideClass
{
	height:520px;	
}


.referenceLink
{
	color: #CC0000;
}

.bottomSideClass
{
	background-position: bottom; 
	width:inherit; 
	background-color: transparent; 
	background-repeat: repeat-x; 
	left: 0px; 
	bottom: 0px; 
	position: absolute;
	z-index: 1;
}


.rightSideClass
{
	background-position: right; 
	height:inherit; 
	float: right; 
	background-color: transparent; 
	background-repeat: repeat-y;
	z-index: 1;
}

.rightBottomCorner
{
	background-position: right bottom; 
	background-color: transparent; 
	background-repeat: no-repeat; 
	z-index: 1; 
	position: absolute; 
	bottom: 0px; 
	right: 0px;
}

.rightTopCorner
{
	background-position: right top; 
	background-color: transparent; 
	background-repeat: no-repeat; 
	z-index: 1; 
	position: absolute; 
	right: 0px; 
	top: 0px;
}

.leftTopCorner
{
	background-position: left top; 
	background-color: transparent; 
	background-repeat: no-repeat; 
	z-index: 1; 
	position: absolute; 
	top: 0px; 
	left: 0px;
}

.leftBottomCorner
{
	background-position: left bottom; 
	background-color: transparent; 
	height:29px; 
	width:27px; 
	background-repeat: no-repeat; 
	z-index: 1; 
	position: absolute; 
	left: 0px; 
	bottom: 0px;
}


#rightSideMain
{
	background-image: url(Images/white_right_shadow.gif); 
	width:50px; 		
}

#leftSideMain
{
	background-image: url(Images/white_left_shadow.gif); 
	width:1px; 		
}

#bottomSideMain
{
	background-image: url(Images/white_bottom_shadow.gif); 
	height:50px;
}

#leftBottomCornerMain
{
	background-image: url(Images/white_bl_corner_shadow.gif); 
	height:29px; 
	width:27px; 	
}

#leftTopCornerMain
{
	background-image: url(Images/white_tl_corner_shadow.gif); 
	height:29px; 
	width:27px; 	
}

#rightTopCornerMain
{
	background-image: url(Images/white_tr_corner_shadow.gif); 
	height:29px; 
	width:27px; 	
}

#rightBottomCornerMain
{
	background-image: url(Images/white_br_corner_shadow.gif);	
	height:29px; 
	width:27px; 	
}

#leftBottomCornerSand
{
	background-image: url(Images/sand_bl_corner.jpg); 
	height:29px; 
	width:27px; 	
}

#leftTopCornerSand
{
	background-image: url(Images/sand_tl_corner.jpg); 
	height:29px; 
	width:27px; 	
}

#rightTopCornerSand
{
	background-image: url(Images/sand_tr_corner.jpg); 
	height:29px; 
	width:27px; 	
}

#rightBottomCornerSand
{
	background-image: url(Images/sand_br_corner.jpg);	
	height:29px; 
	width:27px; 	
}

.btnLink
{
	text-decoration: none;
	border: none;
}

.imgButton
{
	cursor:pointer;
	border:none;
}

.menuBtn
{
	width: 127px; 
	height: 33px;
	left: 33px; 
	position: absolute;
}


.HeadLine
{
	font-size:12px;
	font-weight:bold;
}

.MinorHeadLine
{
	font-weight:bold;
	font-size:11px;
}

.PlainText
{
	font-size:9px;
	
}

.contentClass
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:x-small;
    overflow:auto;
    position: absolute; 
    width: 570px; 
    height: 280px; 
    top: 190px; 
    left: 190px;
    background-color: #cccccc;	
    z-index:5;
}

.classImg
{
	margin-top:30px;
	margin-bottom:20px;
	margin-left:40px;
	margin-right:20px;
	border-style: solid; 
	border-width: 2px;
}
