﻿body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.header{
	background: url("../images/banner.jpg") no-repeat scroll left top;
	width:720px;
	height: 80px;
	padding:0px;
	margin:0px auto;
	border: solid 1px #000;
}

.container{
	width:720px;
	min-height: 380px;
	border: solid 1px #000;
	border-top-width:0px;
	background-color:#eee;
	padding:0px;
	margin:0px auto;
}

.content{
	padding:15px 20px 10px 20px;
	text-align:justify;
	min-height:350px;
	margin:0px;
}

.footer{
	background: url("../images/footer.jpg") no-repeat scroll left top;
	width:720px;
	height: 20px;
	margin:0px auto;
	border: solid 1px #000;
	border-top: none;
	font-size:xx-small;
	text-align:center;
	line-height:18px;
}

.main_img{
    margin: 0px 15px 15px 0px;
    border: solid 1px black;
    vertical-align: top;
    float: left;
}

#flags{
	text-align:right;
	padding: 8px;
	float:right;
	font-size:10px;
	list-style:none;
	margin:0px;
}

#flags li{ display:inline; }

#flags a{
	color:white;
	text-decoration: none;
}

#flags a:hover{
	color:#f90;
	text-decoration: underline;
}

#flags img{ vertical-align:text-top; }


/*menu tabs*/
#menu{
    background: url('../images/menuback_green.gif') repeat-x left top;
    border: solid 1px #000;
    border-top-width:0px;
    margin: 0px auto;
    margin-bottom: 0px;
    padding: 0px;
    height: 20px;
    width: 720px;
    list-style: none;
    text-align:left;
    line-height:18px;
    text-transform:capitalize;
    font-weight:bold;
}

#menu li {
    display:inline;
    line-height:20px;
}

#menu li a {
    width: auto;
    height:20px;
    text-decoration: none;
    padding: 0px 16px 0px 16px;
    line-height:18px;
    color: White;
}

#menu li a:hover { color: Orange; }

.subtitle{
	color:#f60;
	font-weight:bold;
	font-size:14px;
	line-height:40px;
	vertical-align:top;
}

.sitepath{
	height:14px;
	margin: -15px -20px 0px -20px;
	padding:0px;
	padding-left:20px;
	color:white;
	font-size: 10px;
	line-height:12px;
	background-color: #999;
	border-bottom: solid 1px #000;
}

.sitepath a:visited{
	color:#333;
	text-decoration:underline;
}

.sitepath a:hover{
	color:#fff;
	text-decoration:underline;
}

ul.adminCp{
    list-style:none;
    float:left;
    margin:0;
    padding: 0px;
    width: 390px;
}

ul.adminCp li{
    margin: 15px;
    text-align:left;
}

ul.adminCp li a, ul.adminCp li a:link, ul.adminCp li a:visited{
    display:block;
    border: none;
    text-decoration: none;
    color: Green;
    font-weight:bold;
}

ul.adminCp li a:hover, ul.adminCp li a:active
{
    font-weight:bold;
    display:block;
    border: none;
    text-decoration: none;
    color:#ff6600;
}

ul.adminCp li a img
{
    border: none;
    margin-right: 3px;
}