/* Main Layout Table */
/* Default Content Fonts/Formatting */
body
{
background-color:#0B050F;
   background-image: url('kjab3.jpg');
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    
    background-size: 100%;


	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	
}

/*
    text-decoration:none;
    color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-family: Georgia, serif;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-family: "Times New Roman", Times, serif;
	font-family: "Arial Black", Gadget, sans-serif;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-family: Impact, Charcoal, sans-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-family: Verdana, Geneva, sans-serif;
	font-family: "Courier New", Courier, monospace;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	line-height: 12px;
	*/
.blink {
	color: #C00000;
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
	
	
.wrapper 
{
    border: solid 1px #D1D1D1;
    width: 975px;
	margin: 0px;
	min-height: 650px;
	padding-bottom: 6px;
	margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;

	overflow:hidden;
	position: relative;
}


/*BOOTSTRAP BASIC OVERRIDES*/
p {
 
}

h1, .h1 {
    font-size: 26px;
}

h2, .h2 {
    font-size: 20px;
	color: #2358B1;
}

h3, .h3 {
    font-size: 18px;
}


.well
{
    background-color: #DDE1E3;
}





.mainContent {
	background-color: #FFFFFF;
  padding-right: 24px;
    padding-left: 24px;

  min-height: 200px;
  padding-bottom: 0px;
  padding-top: 10px;
}


.footer {
	background-color: #FFFFFF;
  padding-right: 8px;
    padding-left: 8px;

  min-height: 200px;
  padding-bottom: 0px;
  padding-top: 10px;
}

/* BOOSTRAP MODIFICATIONS  MENU FORMAT */

.well {
    min-height: 20px;
    padding: 6px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
}


/*media screen*/
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 2px;
    margin-bottom: 10px;
}


/* END OF MENU MODS */