﻿body, html 
{
	background-color:#ffffff;
	color:#000000;
	width:960px;
	height:100%;
	margin:0 auto;
}

#form
{
    width:960px;
    height:100%;
    margin:0 auto;
}
#wrapper
{
	margin: 0 auto;
	background-repeat:repeat;
    border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
#header
{
	margin: 0 auto;
	background-color:#ccc;
	background-repeat:repeat;
}
.title
{
	font-weight:bold;
}
.title_main
{
   background-image: url('../images/main_title_bkgrd.png'); background-repeat:repeat;
   text-align:center;
   font-family:Times New Roman; font-weight:bold; font-size:16px;
   color:Black;
}
.content
{
    
    border-right:3px solid #ccc;
    border-left:3px solid #ccc;
}

#navbar
{
	background-color:#f1f1f1;
	height:30px;
	margin:0 auto;
	display:inline;
}
a:active
{
	text-decoration:none;
}
a:link
{
	color:#000078;	
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
a:visited
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.txtitem
{
    width:130px;
    height:17px;
}
.txtsmitem
{
    width:90px;
    height:17px;
    text-align: center;
}
.ddlitem
{
    width:140px;
    height:20px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.tdtit
{
    text-align:right;
    width:14%;
}

.tdbox
{
    text-align: left;
    width: 19%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}


.tdsp
{
    width:3%;
}
  
  .makecapsstyle
{
   text-transform: uppercase;
}