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

body
{
	background-color: #c5c5c5;
}

#lang
{
	position: relative;
	width: 1010px;
	margin: 10px auto 1px auto;
}

#lang a
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #1f1f1f;
	text-decoration: none;
}

#lang a:hover
{
	color: #e9e7e7;
}

#page
{
	position: relative;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#header
{
	left: 0px;
	height: 194px;
	width: 1008px;

	border: solid 1px #313035;
	border-bottom: solid 0px #313035;

	background: url(../images/static/header_full.png) no-repeat;
}

#main_content
{
	left: 0px;
	margin-top: 5px;
	width: 1008px;
	min-height: 500px;

	background-color: white;
	border: solid 1px #313035;

	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14px;
	color: #452f23;
}

#sub_content
{
	margin: 10px 10px 10px 10px;
	margin-left: 220px;
	width: 775px;
	/*border: solid 1px #313035;*/
}



#footer
{
	height: 20px;
	width: 1008px;

	border: solid 1px #313035;
	border-top: solid 0px #313035;
	background: url(../images/static/footer_bg.png) repeat-x;

	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #452f23;
	line-height: 20px;
	text-align: center;
}

ul
{
	margin-left: 20px;
}

img { behavior: url(js/iepngfix/iepngfix.htc) }

/* NavBar */
div#navbar
{
	float: left;
	background-color: #c5c5c5;
	width: 210px;
	height: 100%;
	padding-top: 10px;
	margin-bottom: -10px;
	/*margin: 10px 10px 10px 10px;*/
	/*border: solid 1px #666666;*/
	background: url(../images/static/menu_bg.jpg) repeat-y;
	/*background-color: #a9998a;*/
}

ul.navbar {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	width: 190px;
	font-size: 14px;
	/*font-weight:bold;*/
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
ul.navbar li {

	margin: 0;
	padding:0;
	/*position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.navbar li a {
	padding: 0;
	height:50px;
	line-height:50px;
	text-align:left;
	width:190px;
	/*margin:0 12px 0 0;*/
	/*font-weight:bold;*/
	/*color: #fff;*/
	display: block;
	text-decoration: none;

}
ul.navbar li a:hover {
	/*background: url(../images/static/menu_bg_hover.png) no-repeat center top;*/
	font-weight:bold;
}



/* END NavBar */

/* Notify Dialog */
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

.window {
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
}

#NotifyDialog {
	width:375px;
	height:100px;
	padding:10px;
	background-color:#ffffff;

	text-align: center;
	vertical-align: middle;

	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 18px;
	color: #452f23;
}
/* END Notify Dialog */

/* Custom styles */
h1
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 24px;
	text-align: center;
	border-bottom: solid 1px #313035;
	font-weight:normal;
	/*font-style: italic;*/
	color: #313035;
}

h2
{
	font-family: 'Tahoma', 'Geneva', sans-serif;
	font-size: 18px;
	font-weight: normal;
	/*text-align: left;*/
	color: #313035;
	/*text-decoration: underline;*/
	margin: 5px 0px 5px 0px;
}

.textPadded
{
	padding: 0px 20px 0px 20px;
}

.frame1
{
	width: 700px;
	padding: 5px;
	border: 1px solid #452f23;
}

a
{
	color: #452f23;
}

a.link1
{
	text-decoration: none;
}
a.link1:hover
{
	text-decoration: underline;
}

input, textarea
{
	border: solid 1px #95664d;
}

input.button
{
	cursor: pointer;
	padding: 0px 4px 0px 4px;
}

input.button:hover
{
	background-color: #c2ca6c;
}
/* END Custom styles */