
/* CSS Document */
html,
	body {
		margin:0;
		padding:0;
		height:100%;
		font-family:Verdana,Arial, Sans-Serif;
		font-size:11px;
		color:#666766;
		background-color:#dfdedd;
	}
.clr
{
	clear:both;
}	
#pageContainer 
{ 
  width:100%;
  background-image:url(../images/body_background.gif);
  background-repeat:repeat-x;
  height:100%;
  background-color:#dfdedd;
  padding:0;
  margin:0;
  /*border:1px solid #ff6600;*/
}

#topLines
{ 
background-image:url(../images/top_repeat.gif);
background-repeat:repeat-x;
width:100%;
height:6px;
margin:0;
padding:0;
}

#contentContainer
{
  width:900px;
  margin:10px auto;
}

#mainContent
{
 width:852px;
 margin:auto;
 background-color:#fff;

 }
 
 #mainContentHeader
 {
   background-image:url(../images/content_top.gif);
   width:852px;
   height:15px;
 }
 #mainContentBody
 {
 border-right:1px solid #e6e4e3;
 border-left:1px solid #e6e4e3;
 border-bottom:1px solid #e6e4e3;
 width:849px;
 background-color:#fff;
 /*height:600px;*/
}

#rightColumn
{
    float:right;
    width:196px;
    /*border:1px solid #000;*/
}
#leftColumn
{
    float:left;
    width:651px;
    margin:0;
    padding:0;
    /*border:1px solid #000;*/
}
    
#sideMenuContainer
{
   
   width:196px;
   height:215px;
   background-image:url(../images/side_menu_back.gif);
   text-align:center;
   background-color:#f5f4f3;
 }

   
#sideMenuContainer ul
{
 list-style:none;
color:#676767;
text-align:left;
margin:0;
padding-top:30px;
width:93px;
}

#sideMenuContainer  li 
{
  margin-bottom:20px;
}

#sideMenuContainer  li  a
{
  color:#676767;
  text-decoration:none;
  font-family:Tahoma, Verdana;
  font-weight:bold;
  font-size:11px;
}
#sideMenuContainer  li  a:hover
{
  color:#676767;
  text-decoration:underline;
  font-family:Tahoma, Verdana;
  font-weight:bold;
  font-size:11px;
}
  
#loginControlContainer
{
    background-color:#f6f4f3;
    width:196px;
    height:159px;
    margin-top:35px;
}  
    

#logoContainer
{
 width:231px;
 height:79px;
 float:left;

}
#sideMenuContainerLower
{
   
   width:196px;
   height:180px;
   background-image:url(../images/side_menu_back.gif);
   text-align:center;
   background-color:#f5f4f3;
 }
#sideMenuContainerLower ul
{
 list-style:none;
color:#676767;
text-align:left;
margin:0;
padding-top:30px;
width:93px;
}

#sideMenuContainerLower  li 
{
  margin-bottom:20px;
}

#sideMenuContainerLower  li  a
{
  color:#676767;
  text-decoration:none;
  font-family:Tahoma, Verdana;
  font-weight:bold;
  font-size:11px;
}
#sideMenuContainerLower  li  a:hover
{
  color:#676767;
  text-decoration:underline;
  font-family:Tahoma, Verdana;
  font-weight:bold;
  font-size:11px;
}
  

#pageHeader
{
  width:900px;
  height:79px;
  background-color:#fff;
}
.containBoxHead
{
    background-image:url(../images/news_header.gif);
    width:300px;
    height:18px;
    background-repeat:no-repeat;
    margin:0;
    padding:0;

    /*border:1px solid #000;*/

}
.containBoxBody
{
width:298px;
border-right:1px solid #e9e0e0;
border-left:1px solid #e9e0e0;
border-bottom:1px solid #e9e0e0;
margin:0;
padding:0 0 0 0;
height:200px;


}    
#footer
{
    background-color:#cdcccb;
    color:#fff;
    font-size:9px;
    font-variant:small-caps;
    clear:both;
    height:25px;
    text-align:left;
    padding:4px;
    margin-top:15px;
}

.pageHeading
{
  background-color:#f8f8f8;
  background-image:url(../images/lightSquares.gif);
  background-position:left center;
  margin:0;
  padding:0;
  height:22px;
  background-repeat:no-repeat;

}
.main 
{
 
    font-weight:normal;
    padding-left:32px;
    margin:0;
    border:1px solid #ff6600;
    font-size:28px;
    
}
 
/************************************************************ page navigation *******************************************************************************/ 
 
#navigationContainer
{

  text-align:right;
  float:right;
  margin-top:39px;
  margin-right:25px;
}

#navigationContainer ul
{
  list-style:none;
  margin:0;
  color:#ffffff;

}  

#navigationContainer   li
{
display:inline;
background: transparent url(../images/square_bullets.gif) no-repeat left center;
margin:0 0 0 10px;
padding:0 5px 0 35px;
}

#navigationContainer  li a
{
  color:#1d2e5c;
  text-decoration:none;
  font-size:14px;

}
#navigationContainer li a:hover
{
  color:#666666;
  text-decoration:underline;
  font-size:14px;
}


/************************************************************************ common styles *******************************************************************/

img
{
 border:0;
 } 
 
  #mainContentBody  h1
 {
  font-size:15px;
  color:#1d2e5c;
  margin-bottom:5px;
  margin-left:10px;
  font-family:Verdana, Arial, Sans-Serif;
  font-weight:normal;
 }
 
 #mainContentBody  h1.mainHeader
 {
   font-weight:normal;
    padding-left:32px;
    margin:0;
    font-size:16px;
    color:#333333;
    
 }
 
  h2
  {
    color:#1d2e5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	margin-left:10px;
	margin-bottom:0;
	margin-top:0;
	
	}
	
	p
	{
	    color:#666766;
	    line-height:25px;
	    font-size:11px;
	    font-family:Verdana;
	    margin-right:25px;
	    margin-left:25px;
	    text-align:justify;
	    margin-top:2px;
	}
	
	a
	{
	    text-decoration:none;
	    font-size:11px;
	    color:#666766;
	    font-weight:normal;
	    text-decoration:underline
	}
	a:hover
	{
	    text-decoration:underline;
	    font-size:11px;
	    color:#333333;
	    /*font-weight:bold;	*/
	
	}
	    
	
	/******************************************************************** form styling *************************************************************/
	
	input
	{ 
		border:1px solid #c2ccd9;
		height:21px;
	}

#webcontainer 
{ 
	float:right;
	background-image:url('../images/background.png');
	margin:0 0px;
	background-repeat:no-repeat;
}
#graphiccontainer 
{ 
	float:right;
	background-image:url('../images/background-graphicpage.png');
	margin:0 0px;
	background-repeat:no-repeat;
}
#hostingcontainer 
{ 
	float:right;
	background-image:url('../images/background-webhost-page.png');
	margin:0 0px;
	background-repeat:no-repeat;
}
   
  
  	
	
