@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
p{
	color:#333;
	font-size:.9em;
}
a{
	color:#06F;
}
td a:hover{
	color:#F00;
}
a:visited{
	color:#06F;
}
a:active{
	color:#06F;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.5em;
	color:#1B49AB
}
h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	color:#900;
}
#tasm_logo{
	width:150px;
	height:70px;
	position:relative;
	top:60px;
	left:25px;
	float:left;
}
#rrl_logo{
	width:180px;
	height:100px;
	position:relative;
	top:30px;
	right:25px;
	float:right;
}
body{
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	background-color:#69a7ec;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
}
#header{
	width:1000px;
	height:172px;
	margin:0px auto 0px;
	z-index:1;
	background-image:url(images/header2.jpg);
}
#main_container{
	background-image:url(images/content-bg.jpg);
	width:1000px;
	margin:0px auto 0px;
}
#content_container{
	width:1000px;
	margin:0px auto 0px;
	background-color:#FFF;
	background-image:url(images/content-bg.jpg);
	background-repeat:repeat-y;
}
#content{
	background-color:#FFF;
	float:right;
	width:767px;
	padding-right:15px;
}
#sidebar{
	width:203px;
	background-image:url(images/sidebar-nav-bg.jpg);
	margin:0px;
	float:left;
}
#sidebar ul{
	margin:0px;
	padding-left:0px;
	margin-top:10px;
}
#sidebar li{
	margin:0px;
	list-style:none;
	margin-top:10px;
	text-indent:12px;
	padding-bottom:10px;
	border-bottom:thin #09F solid;
}
#sidebar li a{
	color:#039;
	text-decoration:none;
	font-size:0.7em;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
#sidebar li a:hover{
	color:#F00;
}
#footer_container{
	width:1000px;
	height:55px;
	margin:0px auto 0px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	padding:0px;
}
#footer{
	color:#06F;
	width:500px;
	margin:0px auto 0px;
	text-align:center;
	padding:0px;
	padding-top:25px;
	font-size:.7em;
}
#topnav{
	width:500px;
	height:20px;
	margin:0 auto 0;
	z-index:10;
	position:relative;
	top:32px;
	text-align:center;
	color:#F00;
	font-weight:bold;
}
#topnav a{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.87em;
	font-variant:small-caps;
	text-decoration:none;
	font-stretch:normal;
	letter-spacing:normal;
}
#topnav a:hover{
	color:#0CF;
}
.clear{
	clear:both;
	margin:0px;
}
