*
{
	margin: 0;
	padding: 0;
}
html,body
{
  min-height: 101%;
}

img
{
  border: 0;
}
body
{
	background-color: #6c6c6c;
	padding-top: 20px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
}
h1
{
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}
fieldset
{
  border: 0;
}
.visaProj
{
}
.visaProj a
{
  color: #333;
}
.visaProj a:hover
{
  text-decoration: underline;
}
#logo
{
  padding-left: 7px;
	margin: 0 auto;
	width: 817px;
	height: 149px;
	background-image: url('/img/logo.gif');
}
#menu
{
  padding-left: 7px;
  padding-top: 7px;
  margin: 0 auto;
  width: 817px;
  height: 28px;
  background-image: url('/img/menu.gif');
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
#menu li{
display: inline;
}

#menu li a{
font-variant: small-caps;
border-right: 1px solid #444;
color: white;
text-decoration: none;
/*border-right: 1px solid white;*/
padding-right: 20px;
padding-left: 20px;
font-size: 15px;
}

#menu li a:visited{
color: white;
}

#menu li a:hover, #menu li{
color: #eb2d31;
}
#container
{
  background-color: #dcdcdc;
}
#content
{
  padding-left: 7px;
  margin: 0 auto;
  width: 817px;
  background-image: url('/img/middle_bg.gif'); 
}
#a
{
  height: 4px;
  padding-left: 7px;
  margin: 0 auto;
  width: 817px;
  background-image: url('/img/logos_bg.gif'); 
}
#logos
{

  background-color: #fff; 
  text-align: center;
  height: 75px; 
  overflow: hidden;
  padding-left: 7px;
  margin: 0 auto;
  width: 817px;
  background-image: url('/img/logos_bg.gif'); 
}
#footer
{
  padding-left: 7px;
  margin: 0 auto;
  width: 817px;
  height: 67px;
  background-image: url('/img/footer.gif');
  text-align: center;
  padding-top: 15px;
  color: #f0f0f0;
  letter-spacing: 1px;
}
#footer a
{
  color: #f0f0f0;
  text-decoration: none;
}
#news
{
  padding-left: 7px;
  margin: 0 auto;
  width: 817px;
  height: 183px;
  background-image: url('/img/news_bg.gif');
  color: #fff;
  margin-bottom: -3px;
}
#news img
{
  border: 1px solid #fff;
  margin-bottom: 10px;
}
#left_news
{
  width: 340px;
  padding: 20px 30px;
  float: left;
  
}
#left_news ul
{
  list-style-type: none;
}

#left_news li
{
  padding-left: 20px;
  background: url('../img/dot_red.gif') no-repeat left center;
  margin-top: 4px;
}

#left_news a
{
  color: #fff;
  text-decoration: none;
  
  font-size: 13px;
}


#left_news a:hover, #right_news a:hover
{
text-decoration: underline;
}
#right_news
{
  padding-left: 30px;
  padding-top: 10px;
  float: left;
}
#right_news a, a:visited
{
  color: #fff;
}
#left_start
{
  float: left;
  width: 433px;
  padding: 20px 30px;
}
#left_start a
{
  text-decoration: none;
  color: #000;
}
#left_start a:hover
{
  text-decoration: underline;
}
#right_start
{
  float: left;
  width: 250px;
  padding: 16px;
}

#right_start ul, #left_start ul
{
  list-style-type: none;
}

#right_start li, #left_start li
{
  padding-left: 20px;
  background: url('../img/dot_gray.gif') no-repeat left center;
  margin-top: 4px;
}

#right_start a
{
  color: #121212;
  text-decoration: none;
  font-size: 13px;
}
#right_start a:hover
{
  text-decoration: underline;
}
.small_text
{
  font-size: 11px;
}

.admin
{
  border: 1px #fff solid;
  background-color: #000000;
  padding: 3px;
  background-image: url('/img/star.gif');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  width: 150px;
  color: #fff;
}


