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

body {
  background-color: #4d6ea3;
  font-family: Arial, sans-serif
}

a:link, a:visited, a:active {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color:#123E84;
}

h1 {
    color:#dae4f0;
    font-size: 15px;
	line-height: 20px;
	/*text-transform: capitalize;*/
	font-family:Arial, sans-serif;
}


.menu_active {
  color:#123E84;
}

#header {
		position:relative;
		text-align: left;
		width:1000px;
		height:250px;
		margin:0 0 0 0;
		color:#000000;
		background-image:url(images/img_.jpg);
		background-repeat:no-repeat;
		border: 0px solid #ff0000;
}

#header_linkbox {
  background:#123E84;
  width:100%;
  height:112px;
}
  #links {
    display:block;
    position:relative;
    left:336px;
    top:15px;
    width:190px;
    height:85px;
  }
    .link {
      background:#4d6ea3;
      border-bottom: 1px solid #123E84;
      width:100%;
      /*height: 30px;*/
      /*line-height:30px;*/
      vertical-align:middle;
      color:#c1cee0;
      font-size:13px;
    }
    .link img {
      vertical-align: middle;
      border: 0px;
    } 
#header_logobox {
  background:#4d6ea3;
  width:100%;
  height:128px;
}
  #logo {
    position:relative;
    left:15px;
    top:76px;
  }
  
#menubar {
  background:#4d6ea3;
  border-top:1px solid #123E84;
  width:100%;
  padding-left:7px;
}
  .menuitem {
    background:#4d6ea3;
    border-right:1px solid #123E84;
    padding:8px;
    float:left;
    font-size:13px;
    color:#c1cee0;
  }
#cnt_wrapper {
  background:#123E84;
	width:500px;
	height:100%;
	padding: 10px 0 10px 15px;
	text-align: left;
	border: 0px solid #000000;
}
  #content {
	padding-top: 15px;
	padding-left: 34px;
	padding-right: 40px;
    color:#bdcbdc;
    font-size: 12px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	text-align:justify;
  }

#image_right {
  width:100%;
  height:100%
}

#shadow_top {
  background-image:url(images/shadow_top.png);
  background-repeat: repeat-x;
  background-position:bottom;
}      
#shadow_topleft {
  background-image: url(images/shadow_topleft.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#shadow_left {
  background-image: url(images/shadow_left.png);
  background-repeat: repeat-y;
  background-position: right;
}
#shadow_bottomright {
  background-image: url(images/shadow_bottomright.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#shadow_bottom {
  background-image:url(images/shadow_bottom.png);
  background-repeat: repeat-x;
  background-position:top;
}
#shadow_bottomleft {
  background-image: url(images/shadow_bottomleft.png);
  background-repeat: no-repeat;
  background-position: right top;
}
#shadow_right {
  background-image:url(images/shadow_right.png);
  background-repeat: repeat-y;
  background-position:left;
}
#shadow_topright {
  background-image: url(images/shadow_topright.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.clear {
  clear: both;
}

.contentlink {
  /*background:#4d6ea3;*/
  border-bottom: 1px solid #123E84;
  vertical-align:middle;
  color:#c1cee0;
  font-size:13px;
}
.contentlink:hover {
  color: #ffffff;
  text-decoration: underline;
}
