﻿* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color:  #CCCCCC;
	background-image: url('../images/backFade.jpg');
	background-repeat:repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	line-height:20px;
}

#pageTitle
{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom :10px;
}
#pageSummary
{
	font-weight: bold;
	font-size: 1em;
	margin-bottom :10px;
}

h1 
{
	/*background: #FFF url(../Images/bgHeader2.gif)  no-repeat;*/
	height: 100px;
	width:850px;
	cursor: pointer;
	text-align:right;
}

#headContainor
{
    border: solid 1px #666666;
    margin:10px;
    background-image: url(../Images/TopBannerBk.jpg);
    background-position: bottom right;
    background-repeat:no-repeat;
}

#tcnaLogo
{
 float:left;
 padding-bottom:5px;
 margin-top:15px;
 margin-left:10px;
 
}

.imgLink
{

 border:0px;
 margin-top:67px;
 padding:0px;
}

.LastimgLink
{
border:0px;
margin-top:67px;
padding-right:10px;
}

h2
{
	background-color: #2D588E;
	line-height: 25px;
	font-size: 1em;
	height: 25px;
	display: block;
	color: white;
	border: none;
	margin-bottom:10px;
	text-align:center;
	
	

}


h4 
{
	margin-bottom: 10px;
	
}
h5 {
	margin-bottom: 10px;
}

#menu
{
	width: 130px;
	padding: 5px 15px 25px 20px;
}

.menuContainor
{
}

.menuItemContainor
{
    padding: 4px;
    margin: 1px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background-color: #a9a9a9;
}

.menuItemContainor:hover
{
    color: #ffffff;
    background-color: #4682b4;
}

#LanguageLinks
{
	width: 100%;
	font-size:small;
	float:right;
	text-align:right;
	background-color: White;
}


#PrinatbleLink
{
	width: 100%;
	font-size:small;
	text-align:right;
	background-color: White;
}


.image {
	border: 0px;
}

a {
	color: #2D588E;
	font-weight: bold;
	text-decoration: none;
}
	
a:hover {
	color: #ccc;
}

#footer 
{

	/*background: transparent  url(../Images/curveBL-blue.gif) no-repeat;*/
	background-color:#fff;
	height:50px;
	margin-top: 60px;
	/*margin-top:15px;*/

}


#iebLink {	
	color: #999;
	font-size: 0.9em;
	padding-right:10px;
	padding-left:200px;
    text-align: right;
}


#ieb
{
text-align:left;
}
#tcnaAdd
{
	 float:left;
	 text-align:left;
	}
#wrap
{
	background-color: #fff;
	width: 900px;
	padding: 0px 0px 0px 0px;
}

.contentMain
{
    padding:20px;
 width:550px;
 text-align:justify;
  padding-left:10px;
  padding-right:10px;
}

.contentMainText
{
 padding-right:10px;
 width:600px;
 text-align:justify;
 padding-left:10px;

}

.contentImage
{
	border: 0px;
	float: right;
	padding: 0px 10px 10px 10px;
}

.pDownloads
{
 color:Gray;
 padding-top:20px;
}

.divRightMenu
{
 float:right;

}

#right-column{
	float: right;
	width: 150px; 
	margin-left: -165px; 
	/*margin-top:-420px;*/
	height:100%;
	text-align:center;
	border: solid 1px #dfdfdf;
	padding: 1px;
	background-color: #F4F4F4;
}

#right-column a{
 margin-bottom:10px;
 color:#2D588E;
}

#right-column a:hover{
 margin-bottom:10px;
 color:#999;
 text-decoration:underline;
}

#right-column a:hover {
}

#right-column-img 
{
	border:0px;
}

.HypQuicklinks
{

 padding-bottom:10px;
}
.LoginRegisterBox
{
    background-color: #738AA9;
    width: 260px;
    padding: 1px;
    border: solid 1px #738AA9;
    color: #fff;
    font-weight: bold;
    text-align:center;
}
.LoginRegisterInternalBox
{
    background-color: #E6E9EE;
    padding: 3px;
    color: #000;
    font-weight: normal;  
}
.LoginRegisterButtons
{
    border: solid 1px #738AA9;
    background-color: #A9A9A9;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    margin: 1px;
    cursor: pointer;
    width: 120px;
}
