/* Default CSS Stylesheet for a new Web Application project */
body{
	background: #003366 url(images/bluestriped.gif);
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	color: #E2E0E0;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
td
{
	font-size: 12px;
	line-height: 20px;
}
a:link{
    color: #FFA500;
    text-decoration: none;
    font-weight: bold;
}
 
a:visited{  
    color: #FFA500;
    text-decoration: none;
    font-weight:bold;
}
a:hover{
    color: #b3b3ff;   
    text-decoration: underline;
	font-weight:bold;
}


#logo{
	display: block;
	visibility: visible;
	position: relative;
	margin:0px;
	padding:0px;
	border:0px;
}
#page{
	visibility: visible;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	display: block;
	clear: both;	/* make sure this element extends below all float elements */
}
#content{
	margin: 0px;
	padding: 0px;
	
    background-color: #08023B;
    visibility: visible;
    display: block;
    height: auto;
    width: 700px;
    float: left;
    text-align: left;
    
}
#footer
{
    visibility: visible;
    display: block;
    height: auto;
    width: auto;
    clear: both;
    
}

.col1
{
    text-align: right;
	float: left;
	width: 330px;
	height: auto;
	visibility: visible;
	display: block;
	border-right: 1px solid #b3b3ff;
    position: relative;
}

.col2
{
	text-align: left; 
	float: left; 
	width: 345px; 
	height: auto; 
	visibility: visible; 
	display: block;
	position: relative;
}

.text-left-col
{
	text-align: right;
	margin-right: 10px;
	width:auto;
	float: right;
	display: block;
}

.text-right-col
{
	text-align: left;
	margin-left: 10px;
	width: auto;
	float: left;
	display: block;
}
.pretty-text
{
	font-size: 14px;
	color: orange;
	font-weight: bold;	
}
.footer-links
{
	clear:both;
	font-size:10px;
	border:inset;
	border-width:2px;
	margin-left:200px;
	margin-right:200px;
	margin-top:20px;
	text-align:center;
   
   
}

form
{
	margin: 0px;
	padding: 0px;
}
img
{
	margin: 0px;
	border: 0px;
}
