@charset "utf-8";
/* CSS Document */

body{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	background-color:#4b5961;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


.header{
	width:100%;
	height:160px;
	background-color:#225291;
}

.left_inner{
	width:243px;
	height:120px;
	background:url(../images/design/left_flag_banner.png);
}

.center_inner{
	width:auto;
	background:url(../images/design/usvaf_text_banner.png) no-repeat;
}

.right_inner{
	width:340px;
	height:120px;
	background:url(../images/design/right_logo_banner.png);
}

.clocks{
	height:40px;
	background:url(../images/design/grad_clocks.png) repeat-x;
}

.content{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#FFF;
	border: solid thin #000;
}

.login_cell{
	padding-left:5px;
}

.left_content{
	width:200px;
}

.center_content{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.right_content{
	width:200px;
	padding-top:5px;
}

.padding_right{
	padding-right:3px;
}

.padding_left{
	padding-left:3px;
}

.courier_font{
	font-family:"Courier New", Courier, monospace;
}