

html,body {
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
	height:100%;
	background: #cccccc;
	background:url(../img/bg/bg2.gif) ;
	font-family: verdana, tahoma, sans-serif;
	font-size:11px;
	color: #333333;
	overflow: -moz-scrollbars-vertical;
}
#container {
	width:900px;
	min-height:100%;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #FFFFFF;
}
#header {
	height: 150px;
	background: url('../img/bg/header.jpg') no-repeat center;
	border-bottom: 1px solid #333333;
}
#topnav {
	position:relative;
	height:25px;
	width:100%;
	background: url('../img/bg/topnav.jpg') repeat bottom;
	border-bottom: 1px solid #333333;
}
#nav {
	position:relative;
	height:25px;
	width:100%;
	background: url('../img/bg/nav.jpg') repeat;
	border-bottom: 1px solid #333333;
}
#content {
	position:relative;
	padding: 0px;
	padding-bottom:23px;
}
#bottomnav {
	position:fixed;
	height:13px;
	bottom:0px;
	width:100%;
	background: url('../img/bg/nav.jpg') repeat;
	border-top: 1px solid #333333;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
#logo {
	position: relative;
	display: block;
	top: 45px;
	left: 15px;
	width: 395px;
	height: 60px;
}
#login {
	position: relative;
	top: -40px;
	left: 680px;
	width: 197px;
	height: 85px;
	padding: 5px;
	background: url('../img/bg/login.jpg');
	background-color: #626262;
	border: 1px solid #333333;
	text-align: left;
	vertical-align: bottom;
	font-size:10px;
	color: #FFFFFF;
	z-index: 1;
}


#left {
	width:600px;
	padding:10px;
}
#right {
	width:290px;
	padding:10px;
}
#td_vertical_line {
	width:1px;
	height:100%;
	background:#333333;
	padding: 0px;
	border-spacing: 0px;
}
#td_horizontal_line {
	width:100%;
	height:1px;
	background:#333333;
	padding: 0px;
	border-spacing: 0px;
}
#linebottom {
	border-bottom: 1px dashed #333333;
}


img.photo {
	border: 1px solid #333333;
}
#back {
	float:right;
}
.square {border:1px solid #333333;font-family:verdana, tahoma, sans-serif;;font-size:10px;color:#333333;height:15px}
.text {border:1px solid #333333;font-family:verdana, tahoma, sans-serif;;font-size:10px;color:#333333}
.select {height:17px;font-family:verdana, tahoma, sans-serif;;font-size:10px;color:#333333}
.option {font-family:verdana, tahoma, sans-serif;;font-size:10px;color:#0071BF}

a:link {
	color:#359946;
	text-decoration: none;
}
a:visited {
	color: #359946;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a.samecolor{
	color: #333333;
}
a.samecolor{
	color: #333333;
}

#bottomnav a:hover,#topnav a:hover {
	color:#FFFFFF;
}

#big_title {
	font-size: 12px;
	font-weight: bold;
}
strong {
	font-size: 12px;
	line-height: 20px;
}
#subtext {
	font-size: 10px;
	font-style: italic;
}
#darkgrey {
	color: #666666;
}

img.flag {
	border: 1px solid #333333;
	vertical-align: text-top;
	width: 18px;
	height: 12px;
}