@charset "utf-8";
/* CSS Document */

body {
	background-color: #DDDDDD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.beginspace
{
	width:40px;
	}
	
	.heightspace
{
	height:30px;
	}
	.style4
        {
            font-family: verdana;
            font-size: 11px;
            color: #999999;
            width: 119px;
        }
/*--------------------------Labels----------------------------------------------*/
.label {
	font-family: verdana;
	font-size: 11px;
	color: #999999;


}

.labelbold {
	font-family: verdana;
	font-size: 11px;
	color: #999999;


}
.validator {
	font-family: verdana;
	font-size: 10px;
	color: red;


}
/*--------------------------------Titles-----------------------------------------*/

.smalltitle {
	font-family: verdana;
	font-size: 13px;
	color: #d2242a;
}

.mediumtitle{font-family: verdana;
	font-size: 16px;
	color: #000000;}
	.largetitle{font-family: verdana;
	font-size: 18px;
	color: #000000;}
/*----------------------------------lINKS-----------------------------------------------*/
.link {
	font-family: verdana;
	font-size: 13px;
	color: #666666;
}
a.link {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}
a:hover.link {
	font-family: verdana;
	font-size: 11px;
	color: #989696;
}

.linkred {
	font-family: verdana;
	font-size: 11px;
	color: #a51012;
}
a.linkred {
	font-family: verdana;
	font-size: 11px;
	color: #a51012;
}
a:hover.linkred {
	font-family: verdana;
	font-size: 11px;
	color: #cb3335;
}

/*--------------------------------Text Boxes - -----------------------------------------------------------------*/
.smalltextbox{ width:50px; border: solid 1px #cccccc; height:18px;}
.mediumtextbox{ width:180px; border: solid 1px #cccccc; height:18px;}

.largetextbox{ width:280px; 
border: solid 1px #cccccc; height:18px;
}

.calendertextbox{ width:214px; border: solid 1px #cccccc; height:18px;}

/*--------------------------------Drop Down Menus-----------------------------------------------------------------*/
.smalldropdownmenu{ width:50px; border: solid 1px #cccccc; height:20px;}
.mediumdropdownmenu{ width:180px; border: solid 1px #cccccc; height:20px;}

.largedropdownmenu{ width:280px; border: solid 1px #cccccc; height:20px;}
/*--------------------------------Text Areas----------------------------------------------------------------*/

.mediumtextarea{ width:180px; border: solid 1px #cccccc; height:60px;}

.largetextarea{ width:280px; border: solid 1px #cccccc; height:60px;}
/*--------------------------Buttons ------------------------------------*/
.smallbutton{border-style: none;
	border-color: inherit;
	border-width: 0px;
	width:62px; 	font-family:Verdana, Arial, Helvetica, sans-serif; 	font-size:11px; 	color:#FFFFFF; 
 background-image:url('../images/smallbut.gif');
	height: 17px;
}



.mediumbutton{ width:100px; height:26px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; background-color:#2c2c2d; border:0px;}

.largebutton{ width:150px; height:26px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF;background-color:#2c2c2d;  border:0px;}



.td {
	height:600px;


}

#footer
{
    padding-left: 25px;
                    color: #fff;
                    background:lightgray;
                    height:51px;
}

#footer a
{
    color:#fff;
}
    
    
    
#top-row{
	width:786px;
	margin:0;
	position:relative;
	left:0px;
	z-index:10;
	}
	
#top{
	background:url("top-menu-bg.jpg") top left repeat-x;
	height:56px;
	width:786px;
	margin:auto;
	position:relative;
	float:left;
	}
	
#top-left, #top-right{
	display:block;
	width:10px;
	height:63px;}
	
#top-left{
	background:url("top-menu-bg-left.png") top left no-repeat;
	float:left;}

#top-right{
	background:url("top-menu-bg-right.png") top right no-repeat;
	float:left;}
	
-->
