/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top : 0;
	margin-left : 0;
	margin-right : 0;
	background-image : url(images/longbackground.jpg);
	background-repeat: repeat-x;
	font-family : Arial;
	text-align : center;
}



.header
{
	background-image : url(images/grayshadow.jpg);
	background-repeat: repeat-x;
	height : 100px;
	width : 790px;
	border-width : 1px;
	border-color : Gray;
	border-style: solid;
	margin-left: auto; margin-right: auto; 
	
}

.mainDiv
{ 
	height:100%;
	background-color:White;
	width:790px;
	border-width : 1px;
	border-color : Gray;
	border-style: solid;
	border-top-style :none;
	margin-left: auto; margin-right: auto;

}



.textArea1
{
	position:relative;
    float:left;
    width: 590px;
    
    
    padding : 5 0 5 5;
}

.textArea2
{
	position:relative;
    float:right;
    width: 185px;
    
    
    
    padding : 5 5 5 5;
}

.headerDiv
{
	border-width : 1px;
	border-color : Black;
	border-style: solid;
	border-bottom-style : none;
	float:left;
	background-color : White;
	margin-top : 63px;
	margin-bottom : 0px;
	margin-right : 10px;
	margin-left : 10px;
	width : 70px;
	background-color : #CCCCCC;
    
}

.headerLink
{
	
	background-color : #CCCCCC;
	line-height : 35px;
	width : 70px;
	text-decoration : none;
	color:white;
	
}
.headerLink:HOVER
{
	
	background-color:#CCCCCC;
	font-weight:bold;
	color:Red;
}

.selectedHeader
{
	background-color:red;
	line-height : 35px;
	width : 75px;
	text-decoration : none;
	color:white;
	font-weight : bold;
}


.whiteBox
{
	border-width : 1px;
	border-color : Gray;
	border-style: solid;
	padding : 5 5 5 5;
	background-color:White;
	text-align : left;
	
}

.whiteBox2
{
	border-width : 1px;
	border-color :black;
	border-style: solid;
	padding : 5 5 5 5;
	background-color:White;
	text-align : left;
	font-size : 12px;
}

.blogUrls a
{
	font-size : 12px;
	color:#CCCCCC;
}

.blogUrls a:HOVER
{
	color:Red;
}

.shadowbox {float:left;background: #dfdfdf; border: 1px solid #f5f5f5; position: relative;top: 2px;left:2px; width:100%}
.shadowbox div {color: #242424;position: relative;top: -2px;left: -2px;}

