/* CSS Document */

body{
margin:0;
background-color:#1b70e7;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.heading{
color:#68aabb;
font-weight:900;
font-size:18px;
}

a:visited, a:active, a:link{
color:#000000;
text-decoration:none;
}
a:hover{
color:#000000;
text-decoration:underline;
}

	#container{
	width:955px;
	margin:0 auto;
	background-image:url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	border:dotted 1px #000000;
	border-width:0 0 1px 0;
	}
			
		#header{
		text-align:center;
		padding-top:26px;
		background-image:url(images/topbg.gif);
		background-position:center top;
		background-repeat:no-repeat;
		}

		#buttons{
		padding:0 50px 0 50px;
		text-align:right;
		}
		
		#main{
		padding:10px 30px 0 40px;
		}
		
			#left{
			float:left;
			}
				
				#menu{
				border:dashed 1px #000000;
				border-width:0 0 1px 0;
				width:180px;
				height:15px;
				padding-top:5px;
				padding-bottom:5px;
				font-size:12px;
				}
				.activea{
				background-image:url(images/ccb.gif);
				background-position:left;
				background-repeat:no-repeat;
				font-weight:900;
				color:#68aabb;
				text-decoration:none;
				padding-left:30px;
				}
				
				a.menu:visited, a.menu:active, a.menu:link{
				background-image:url(images/cco.gif);
				background-position:left;
				background-repeat:no-repeat;
				color:#000000;
				text-decoration:none;
				padding-left:30px;
				}
				a.menu:hover{
				background-image:url(images/ccb.gif);
				background-position:left;
				background-repeat:no-repeat;
				font-weight:900;
				color:#68aabb;
				text-decoration:none;
				}
			
			#right{
			margin-left:220px;
			}
			
				#rightt{
				background-image:url(images/contenttbg.gif);
				background-repeat:no-repeat;
				heigth:17px;
				}
				
				#rightm{
				text-align:justify;
				background-image:url(images/contentmbg.gif);
				background-repeat:repeat-y;
				padding:0 12px 0 12px;
				}
				
					#c1{
					float:left;
					width:320px;
					padding-top:5px;
					}
					
					#c2{
					margin-left:335px;
					padding-top:5px;
					}
			
			#clear{
			clear:both;
			}
			
			#footer{
			text-align:center;
			padding-top:10px;
			font-size:9px;
			}
		

