body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, tahoma, verdana, sans-serif;
	font-size: 12px;
}
P {
color:#000000;
}

h1 {
 font-weight:bold;
 font-size:18px; 
 color:#000066;
 font-variant:small-caps;
 text-align:center;
}

h2 {
  font-weight:bold; font-size:12px; color:#8FADB4;
}

h3 {
	font-weight:bold;
	font-size:12px;
	color:#000066;
}

/*css layout boxes */

#container {
    background:#99c;
    margin:0 auto;
    width:750px;
    }

#header {
    background:#ddd;
    }
#nav {
    background:#c99;
    }
#main {
    background:#9c9;
	float:right;
    }
#sidebar {
    background:#c9c;
	float:left;
    }
#footer {
    background:#cc9;
	clear:both;
    }


.title {margin-left:30px;
		margin-top:10px;}
.text {margin-left:30px;
		margin-top:10px;
		margin-right:50px;
		font-size:14px;
		}
.leftbox {margin-left:30px;
		float:left;
		width:280px;}
.rightbox {margin-right:-10px;
		float:right;
		width:280px;}
		
.welcome_leftbox {margin-left:30px;
float:left;
width:120px;}
.welcome_rightbox {
		float:left;
		width:280px;}

/* end of boxes*/

/* text size for main text areas */
.maintxt {font-size:14px;}

/* Links properties */
a:link {
	color: #CCCCCC;
	text-decoration:none;
}


a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
a:hover {
	color: #fff111;
	text-decoration:underline;
}

/* Email class Links properties */
a.email:link {
	color: #014979;
	}


a.email:visited {
	color: #014979;
	
}
a.email:hover {
	color: #0099FF;
	}
/* Intro page link */

/* Email class Links properties */
a.intro:link {
	color: #014979;
	font-size:12px;
	
	}


a.intro:visited {
	color: #014979;
	
}
a.intro:hover {
	color: #0099FF;
	}


.links {
line-height: 20px;
color:#CCCCCC;
font-size:12px;

} 
.linkstext {
	color:#CCCCCC;
font-size:12px;
}

.buttons {
	BORDER-RIGHT: #a8a398 2px solid; BORDER-TOP: #a8a398 2px solid; BORDER-LEFT: #a8a398 2px solid; BORDER-BOTTOM: #a8a398 2px solid
}

.bgright {
    background:  url('images/br_logo.gif') no-repeat bottom right;
}

.bg {
	BORDER-RIGHT: #014979 1px solid;
	BORDER-LEFT: #014979 1px solid;
	BORDER-TOP: #014979 1px solid;
	BORDER-BOTTOM: #014979 1px solid;	

}

.linkmargin{
	 margin-right: 14px; 
}
.side {
	background-color: #014979;
	background-repeat: no-repeat;
	BORDER-RIGHT: #014979 1px solid;
}
.sidetop {
	background-color: #ffffff;
	background-repeat: no-repeat;
	BORDER-RIGHT: #014979 1px solid;
	BORDER-BOTTOM: #014979 1px solid;
}
.topbar {
	background-color: #014979;
	background-repeat: no-repeat;
}

.date {
	font-size: 12px;
	color: #CCCCCC;
	float: right;
	vertical-align: top;
	
}
.copyspacing {
	color: #0857A6;
	line-height: 14px;
}

.toplink {
	color:#CCCCCC;
	font-size:14px;
	text-align:center;
	background-color: #014979;
	background-repeat: no-repeat;
	vertical-align:bottom;
	BORDER-BOTTOM: #014979 1px solid;
}
.toplinktext {
	font-size:14px;
	font-weight:bold;
	
	}

TD {
 vertical-align: top;
}

img
{
border:0;
}


	
.footer {font-size:12px;}

input {
		text-decoration: none;
	background-color: #F4F7FA;
}
TEXTAREA {
	BACKGROUND-COLOR: #f5f8fc
}

ul {
	font-size:12px; color:#8FADB4; LIST-STYLE-IMAGE: url('images/arrow_link.gif');
}
