*{
    margin: 0px;
    padding: 0px;
}

img{
    padding: 0px;
    border: none;
}

#imgFormat {
   	 border: 1px solid #a10304;
    	 margin: 5px 10px 10px 10px;
}

a{
    color:black;
    //color: #a10304;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #e60001;
}

body {	
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	line-height: 17px;
    //	color: #000000;
	//color: #004563; 
    	//background: #ffffff url(images/bg2.jpg) repeat-x top;
	//background: #004563 url(images/bg.jpg) repeat-x top;
	//width: 1014px;
	margin: 0 auto;
	height: 100%;
}

#header{
	
	height: 180px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #004563;
	padding-bottom: 5px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #004563;
	//color: #a10304;
	font-weight: normal;
	//padding-bottom: 20px;
	line-height: 32px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004563;
	//color: #a10304;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	//border-bottom: 1px solid #a10304;
	border-bottom: 1px solid #004563;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004563;
	//color: #a10304;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	background: url(images/right_title.png) repeat-x bottom;
	margin-bottom: 10px;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	//color: #a10304;
	//border-bottom: 1px solid #a10304;
	font-weight: normal;
	margin-bottom: 10px;
	color: #004563;
	border-bottom: 1px solid #004563;
}

.clear{
	clear: both;	
}

#menu{
	width: 1014px;
	height: 50px;
	//padding-bottom: 60px;
	//padding-top: 50px;
    	text-align: right;
	font-size: 16px;
}


/*logo*/

#logo{
	height: 60px;
	padding-top: 15px;
	text-align: left;
}


#logo h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}

#logo a {
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
    	background: url(images/hda.png) no-repeat 0 0;
}

#content{
 	height: 70%;
}

.razd{
	border-top: 1px solid #004563;
	border-bottom: 1px solid #004563;
	//border-top: 1px solid #a10304;
	height: 1px;
	//border-bottom: 1px solid #a10304;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}


tr {
    	vertical-align: top;  	
}

#Boxleft{
	float: left;
	width: 200px;
	height: 300px;
	border: 1px solid black;
	border-radius: 4px;
	padding: 20px;
	background-color: #E0E0E0;
}

#Boxright{
	float: left;
	width: 850px;
	padding-left: 110px;
}

#Boxright p{
	font-size: 12px;
}


#Boxright h2{
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
	background-color: #324c80;
        color: #fff;
        text-align: center;
	border: 1px solid black;
	border-radius: 5px;
}

.shell {
    width: 1214px;
    margin: 0 auto;
}

/*
	footer
*/

#footer{
	background: url(images/footer.png) repeat-x left bottom;
	text-align: center;
	height: 35px;
	padding-bottom: 15px;
	font-size: 10px;
	line-height:45px;
}

#footer p, #footer a{
	text-decoration: none;
	font-weight: normal;
	color: white;
	font-size: 10px;
}


.panel-body {
    	padding: 15px;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 15;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
    float: right;
    margin: 5px;
}


   