* {
margin: 0;
padding: 0;
}

html {
	height: 100%;
}
body {
	font: 12px/18px Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #ef000a;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}

hr {
margin: 10px 0 5px 0;
border: none;
color: #cccccc;
background-color: #cccccc;
height: 1px;
}

input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.clear {
clear: both;
}

/* Topmenu
-----------------------------------------------------------------------------*/
#topnav  {
  background-image:url('images/bc_bg.png'); 
  background-repeat:repeat-x;
  height:30px;
  line-height:30px;
  color:#9b9b9b;
  border:solid 1px #cacaca;
  width:100%;
  overflow:hidden;
  margin:0px;
  padding:0px;
  }
  #topnav li {list-style-type:none;
  float:left;
  padding-left:10px;
  }
  #topnav a {height:30px;
  display:block;
  background-image:url('images/bc_separator.png'); 
  background-repeat:no-repeat; 
  background-position:right;
  padding-right: 15px;
  text-decoration: none;
  color:#454545;
  }
  .home {border:none;
  margin: 8px 0px;
  }
#topnav a:hover{color: #ef000a;
  }
  
.active {
color: #000000;
}  

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 129px;
	background: #0161c8 url(images/header.jpg) no-repeat;
}

/* Breadcrumbs
-----------------------------------------------------------------------------*/
#breadcrumbs {
	margin-bottom: 10px;
	font-style: italic;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 20px 300px 20px 300px;
}

#content h1 {
font-size: 18px;
color: #033e7d;
margin-bottom: 10px;
}

#content h2 {
font-size: 16px;
font-style: italic;
color: #033e7d;
margin-bottom: 10px;
font-weight: normal;
}

.ileft {
float: left;
margin: 0 10px 10px 0;
padding: 5px;
border: 1px solid #cccccc;
}

.iright {
float: right;
margin: 0 0 10px 10px;
padding: 5px;
border: 1px solid #cccccc;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	padding: 10px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	padding: 10px;
	width: 250px;
	margin-left: -270px;
	position: relative;
}

/* Sidebar Box
-----------------------------------------------------------------------------*/
.box { 
  background: #dddddd;
  margin-top: 10px;
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

.box h2 {
font-weight: bold;
font-size: 16px;
color: #033e7d;
text-align: center;
padding-bottom: 10px;
border-bottom: 1px dashed #FFFFFF;
}

.boxcontent p {
margin: 0 0 10px;
}

.box .yar {
border: none;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -50px auto 0;
	min-width: 1000px;
	height: 50px;
	background: #0161c8;
	padding: 10px;
}

#footer p {
font-size: 12px;
color: #FFFFFF;
text-align: right;
}

/* Border Corner
-----------------------------------------------------------------------------*/
.b1, .b2, .b3, .b4, .b5,
.b1 i, .b2 i, .b3 i, .b4 i, .b5 i,
.b1 b, .b2 b, .b3 b, .b4 b, .b5 b,
.b1 q, .b2 q, .b3 q, .b4 q, .b5 q {
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  border-style: solid;
  border-width: 0 1px;
  display: block;
}
.b1 {
  margin: 0 2px;
  background: #EBEEF0;
  border: none;
}
.b1 b {
 margin: 0 1px;
 background: #B8C3C8;
 border-color: #CBD3D7;
}
.b2 {margin: 0 1px; border-color: #D6DCDF;}
.b2 b {border-color: #B8C3C8;}
.b2 i {border-color: #E4E8EA;}
.b2 q {border-color: #F7F8F9;}
.b3 {border-color: #EBEEEF;}
.b3 b {border-color: #BCC6CB;}
.b3 i {border-color: #F9FAFB;}
.b4 {border-color: #CAD2D6;}
.b4 b {border-color: #E5E9EB;}
.b5 {border-color: #B5C0C6;}
.b5 b {border-color: #FAFBFB;}
.text {
  border: 1px solid #B0BCC2;
  border-width: 0 1px;
  padding: 0 12px;
}
