/* ---------------------
basic layout  -  Screen
--------------------- */
* {
	margin:0;
	padding:0;
}

body {
    font-family: 'Unkempt', cursive;
	font-size:16px;
	color:#000000;
   	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
	max-width: 150px;
	height: auto;
}

table, td
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-style: none;
    border-bottom-width: 0px;
    border-top-width: 0px;
    vertical-align: top;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
	margin-left: 5px;
	margin-right: 5px;
	color: #ff8000;
	}

a:hover
{
    text-decoration: underline;
    color: #ffcc66;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */

h1{
    font-size: 38px;
	text-align: center;
    color: #cf0001;
    font-weight: bold;
   	margin: 0px 0px 0px 0px;
}

h2{
    font-size: 20px;
    font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 102%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-left-radius: 0px;
	border-top-right-radius: 0.7em;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #f9ff8b;
	border-top-color: #720102;
	border-right-color: #720102;
	border-bottom-color: #720102;
	border-left-color: #720102;
	background-color: #cf0001;

}

h3{
	padding-top: 10px;
    font-size: 18px;
    color: #cf0001;
    font-weight: bold;
}

h4{
    font-size: 16px;
    color: #cf0001;
    font-weight: bold;
}

#container {
	z-index: 10;
	margin: 10px auto;
	width: 100%;
}

#head {
	z-index: 50;
	position:relative;
	width:100%;
	background:#ffffff;
	margin-bottom: 10px auto;
	height:100px;
}

#logo {
	z-index: 100;
    position: relative;
    max-width: 90%;
    float: none; 
    text-align: right;
	height: auto;
}

#content_menu {
	z-index: 200;
	position: relative;
    font-size: 20px;
	text-align: center;
    font-weight: bold;
   	margin: 0px 0px 0px 0px;
	color: #ff8000;
	padding: 2px 10px 2px 10px;

}

#headmenu {
	z-index: 250;
	position:relative;
	width:100%;
	background:#cf0001;
	margin: 0px 0px 0px 0px;
	text-align: center;
}


#content_note{
	z-index: 300;
	position: relative;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-color: #f9ff8b;
    border-top-color: #720102;
    border-right-color: #720102;
    border-bottom-color: #720102;
    border-left-color: #720102;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-right-radius: 0.7em;
	border-bottom-left-radius: 0.7em;
}

#content_main {
	z-index: 400;
	position: relative;
	float: left;
    background: transparent;
	width:100%;
	margin-left: 2%;
	min-height: 250px;
	height: 100%;
}

#bottompadding {
	z-index: 450;
	position: relative;
	bottom: 0;
	float: left;
	width: 100%;
	background: #ffffff;
}
#sidebar {
	z-index: 500;
	position: relative;
	float:right;
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background:#e6e6e6;
	padding: 10px 10px 10px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #222222;
	height: 100%;
}


#redline {
	position:relative;
	clear:left;
	float:left;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff0000;
	background: transparent;
}

#blackline {
	position:relative;
	clear:left;
	float:left;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222222;
	background: transparent;
}

#copyright
{
    color: #666666;
    font-size: 12px;
    display: block !important;
    float: right;
    clear: left;
    text-align: right;
}

div.content_info
{
    font-size: 8px;
    color: #666666;
	padding-bottom: 10px;
}

div.content_headline
{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    text-transform: capitalize;
}

div.alert
{
    font-weight: bold;
    color: #FF0000;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-width: thin;
    vertical-align: middle;
    text-align: center;
}