@charset "utf-8";
/* CSS Document */
p, h1, h2, h3, h4, h5 {
	margin: 0px;
}
body{
                             background-color:#767676;
                             margin:0px;
                             height:100%;
							 font-family:Arial, Helvetica, sans-serif;
							 font-size:12px;
							 color:#4d4d4d;
}
.baggroundBg{
							 position:absolute;
							 background-color:#ffffff;
                             min-height:100%;
							 height:auto !important;
                             height:100%;
							 width:100%;
							 z-index:0;
							 background-repeat:repeat-x;
							 background-image:url(images/bg.gif);
							 background-position:bottom;
}
.alignDiv{
                             width:950px; 
                             height:100%;
							 border:#000000 solid 0px; 
                             position:relative;
                             margin-left: auto ;
                             margin-right: auto ;
}
.mainDiv{
                             vertical-align: top;
                             position:relative;
                             text-align: center;
                        	  min-height:520px;
							 height:auto !important;
                             height:520px;
						     z-index:10;			
							 top:50px;
                             width:970px; 
							 float:left;
			
					
}
.contentDiv{ 
                              min-height:500px;
							 height:auto !important;
                             height:500px;
							 width:800px; 
                             position:relative;
							 float:right;
							 right:0px;
							 overflow-x:hidden;           
							 text-align:left;

}
.menuDiv{
                             height:260px;
                             width:150px;
							 position:relative;
                             top:0px;
                             left:35px;
}

.logoDiv{
							 height:120px;
                             width:160px; 
                             position:relative;
							 left:0px;
                             top:0px;
							 background-image:url(images/logo.gif);
							 background-repeat:no-repeat;
							 }
.contentTable{
							width:100%;
							min-height:500px;
							height:auto !important;
                            height:500px;
}
.contentTableTop{
							height:15px;
							overflow:hidden;
							position:relative;
							background-image:url(images/contentTop.png);
							background-repeat:no-repeat;
					
}
.contentTableVar{
                            min-height:500px;
							height:auto !important;
                            height:500px;
                            width:100%;
							background-image:url(images/contentVar.png);
							background-repeat:repeat-y;
}
.contentTableButtom{
							height:25px;
							background-image:url(images/contentBottom.png);
							background-repeat:no-repeat;
}
.contentContainer
{

 							min-height:500px;
							height:auto !important;
                            height:500px;
							position:relative;
							width:780px;
							margin-left:8px;
							margin-bottom:0px;
							background-image:url(images/contentBg.gif);
							background-repeat:repeat-x;
							background-position:bottom;	
}
.contentMatgin
{
                            position:relative;
    	                    width:760px;
    	                    min-height:500px;
							height:auto !important;
                            height:500px;
                            border:solid 0px red;
                            left:10px;
    }
.adressBar{
							width:700px;
							height:15px;
							position:absolute;
							text-align:left;
							border:solid 0px red;
							left:230px;
							bottom:0px;
							
}
.linkStyle{
							color:#4d4d4d;
							text-decoration:none;
							font-weight:bold;
}
.contentClass
{
                            position:relative;
                            min-height:500px;
							height:auto !important;
                            height:500px;
                            width:760px;
                            font-family:Arial;
                            font-size:12px;
                            line-height:20px;
}


/*styles*/

A { 
    color:#4d4d4d; 
}

A:hover { text-decoration: none!important; color: #4d4d4d;}

A:visited { text-decoration: none!important; color: #4d4d4d;}

.header1, h1 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 28px; 
		font-style: normal; 
		line-height: normal;
		font-weight:bold; 
		font-variant: normal;
		color:#4d4d4d;
	
} 

.header2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-style: normal; 
	line-height: normal;
	font-weight:bold; 
	font-variant: normal;
	color:#4d4d4d;
} 


.normal{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: normal;
	font-weight:normal; 
	font-variant: normal;
	color:#4d4d4d ;
} 

.box1 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF; 
	border: 1px #838383 solid; 
	padding: 6px; 
	float: left;
	margin: 15px;
    width: 200px; 
	font-size: 14px; font-style: normal;
	background-image:url(images/boxBg.gif);
	background-repeat:repeat-x;
	background-position:bottom; 
	font-weight: bold; 
	font-variant: normal; 
	color: black;
}

.box2 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
	font-size: 13px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal;
	width:140px ; 
	border: 1px #838383 solid; 
	background-color:#FFFFFF;
	height:80px;
	 filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=140, Strength=3)
} 

.table1 TD 
{ 
	padding: 4px;

}	

.table1 
{ 
	border: 0px solid #999999;
	color:#000000; 
	border-collapse: collapse;
	background-color:#FFFFFF;	
}
	
.table1 .rn
{ 
	background-color:#efefef;
color:#000000;	 
	
}

.table1 .c0 { background-color:#666666;
color:#FFFFFF;
 text-align: center; font-weight: bold;}

.image1
{
	margin: 5px; 
	border: 1px solid black; filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4)
}



.spacer
{
    height:3px;
    width:3px;    
    
}




