/* CSS Document */

body
	{
	background: url(images/bg.gif) no-repeat center top;
	background:  #011d32;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #333;
	}

form
	{
	margin:0px;
	}
	
a
	{
	color: #4b6e7a;
	text-decoration:none;
	}

a:hover
	{
	text-decoration:underline;
	color: #FF9900;
	}
	
	.container
		{
		margin: auto;
		width: 760px;
		text-align:left;
		background: #fff;
		}
		
		.header
			{
			background: url(images/top.jpg) no-repeat;
			margin: 0 auto;
			height: 120px;
			width: 760px;
			float: left;
			}
			
		.flash
			{
			margin-top: -20px;
			float:left;
			width: 760px;
			}
		
		.logintop
			{
			float: left;
			height: 30px;
			width: 200px;
			background: url(images/logtop.gif) no-repeat black;
			}
			
		.nav
			{
			float: left;
			left: 200px;
			background: url(images/navbg.gif) repeat-x;
			padding-top: 5px;
			width: 550px;
			padding-left: 10px;
			}
			
			.nav a
				{
					display: block;
					float: left;
					padding: 5px 15px;
					font-weight:bold;
					color: #fff;
					text-transform: uppercase;
					font-size:12px;
				}
				
			.nav a:hover, a.navon
				{
					background: #fff;
					color: #333;
					text-decoration:none;
				}
		
		.body
			{
			float: left;
			margin-top: 1px;
			}
		
			.login
				{
				width: 160px;
				height: 300px;
				padding: 20px;
				float:left;
				background: url(images/loginbg.jpg) no-repeat right top;
				}
				
			.login span
				{
				font-weight: bold;
				}
	
			.tb
				{
				border: 1px solid #ccc;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				padding: 3px;
				color: #4b6e7a;
				}
				
			.login .button, .address .button
				{
				background: url(images/buttonbg.gif) no-repeat;
				border:0px;
				color: #fff;
				width: 102px;
				height: 30px;
				margin-top: 10px;
				text-transform: uppercase;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size: 10px;
				cursor: pointer;
				padding: 5px;
				padding-right: 30px;
				}
				
			.content
				{
				float: left;
				padding: 20px;
				padding-top: 20px;
				width: 520px;
				background: url(images/topfade.jpg) repeat-x top;
				}
				
				.normal li
					{
						list-style:square;
						color: #c00;
					}
							
				.control
					{
					float: right;
					margin-top: -10px;
					}
				
				#t1, #t2, #print
					{
					float: left;
					display:block;
					height: 20px;
					width: 25px;
					}
				
				#t1 {background: url(images/t1.gif) no-repeat;}
				#t2 {background: url(images/t2.gif) no-repeat;}
				
				#t1:hover {background: url(images/t1a.gif) no-repeat;}
				#t2:hover {background: url(images/t2a.gif) no-repeat;}
					
				#print 
					{
						margin-left: 10px;
						background: url(images/print.gif) no-repeat;
						width: 16px;
					}
				
				
				.content p
					{
					margin: 0px;
					margin-bottom: 10px;
					}
				
				.content h1
					{
					font-size: 24px;
					font-weight: normal;
					margin:0px;
					margin-bottom: 10px;
					color:#c2280c;
					}
					
				.content blockquote
					{
					font-family: Georgia, "Times New Roman", Times, serif;
					font-style:italic;
					color: #999;
					font-size:12px;
					font-weight: normal;
					margin:5px;
					}
					
				.footer
					{
					clear:both;
					padding: 10px;
					background: url(images/topfade.jpg) repeat-x;
					}
					
					.footer a
						{
						font-weight: bold;
						text-transform: uppercase;
						padding-left: 10px;
						padding-right: 10px;
						border-right: 1px solid #ccc;
						}
					
					.copyright
						{
						margin-top: 5px;
						margin-left: 8px;
						}
						
.notebook
	{
	background: url(images/notebook.gif) no-repeat 15px 0px;
	padding-left: 60px;
	}						

.stet
	{
	background: url(images/stet.gif) no-repeat;
	padding-left: 60px;
	}							

.dev3
	{
	float: left;
	width: 520px;
	}
	
.dev3 p
	{
	float: left;
	width: 148px;
	height: 100px;
	padding: 10px;
	border-right: 1px dashed #4b6e7a;
	}
	
	p.lastdev
		{
		border-right: 0px;
		}	

.dev
	{
	display: none;
	}

.address
	{
	}

.address td
	{
	padding: 3px;
	}
	
.label
	{
	width: 150px;
	text-align: right;
	vertical-align: top;
	color: #4b6e7a;
	font-weight: bold;
	}
	
.tophead
	{
	border-bottom: 1px solid #4b6e7a;
	color: #4b6e7a;
	margin-bottom: 10px;
	font-weight: bold;
	}
	
.address .tb
	{
	width: 300px;
	}
	
.atb
	{
	border: 1px solid #4b6e7a;
	background: beige;
	}					

.alert
	{
	color: #555;
	font-size: 11px;
	}

#sidelinks
	{
	clear: both;
	}
	
#sidelinks a
	{
	display:block;
	padding: 10px;
	font-weight:bold;
	font-size: 12px;
	}
	
#sidelinks a:hover
	{
	text-decoration: none;
	color: #555;
	}	
	
.leftpane
	{
	width:310px;
	padding-right: 10px;
	}
	
.rightpane
	{
	width: 210px;
	background: url(images/rightshadow.jpg) no-repeat left top;
	}
	
h2
	{
	font-weight: normal;
	font-size:18px;
	margin: 0px;
	}
	
.leftpane li
	{
	padding: 5px;
	}
	
.leftpane b
	{
	color: #4b6e7a;
	}
	
#contactb
	{
	width: 180px;
	height: 80px;
	float: left;
	background: url(images/contact.jpg) no-repeat;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
a.over, #sidelinks a:hover
	{
	background: #fff url(images/fadeb.jpg) no-repeat 1px 0px;
	color: #555;
	}					