@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#003399;
}
.main { 
float : right; 
width : 70%; 
margin-right : 5%; 
margin-left : 0%; 
} 
.footer { 
clear : both; 
text-align : center; 
background:#00FFFF
} 

h3 {
color:#FFFF00:
}

img { 
margin : 5px; 
} 
ul { 
font-family : Arial black; 
font-size : large; 
font-weight : 800; 
} 
li { 
font-family : Arial; 
color : #800000; 
} 

#tswcssbuttons { 
width : 150px; 
text-align : center; 
} 
#tswcssbuttons ul { 
margin : 0; 
padding : 5px; 
list-style : none; 
} 
#tswcssbuttons li { 
margin : 0; 
padding : 5px; 
display : block; 
list-style : none; 
font-family : Arial, Helvetica, sans-serif; 
} 
#tswcssbuttons li a { 
color : #fff; 
background-color : #b37d00; 
border : 1px outset #b37d00; 
width : 150px; 
text-decoration : none; 
display : block; 
} 
#tswcssbuttons li a:hover { 
color : #000; 
background-color : #ffb200; 
}
#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #000 ;
	background-color: #ffb200 ;
	border: 1px outset #b37d00 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #fff ;
	background-color: #b37d00 ;
}

