html, body { 
	margin: 0; 
	padding: 0; 
	text-align:center; 
	} 

body {	
	font-family: verdana, arial, helvetica, sans-serif;	
	font-size: 76%;
}

#pagewidth { 
	background: #FFFFFF url(bg.png) repeat-x 0 175px;
	border-left: 1px solid #7A350C;
	border-right: 1px solid #7A350C;
	width: 950px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;
	} 

#header {
	background: #fff url(header_gup.jpg) no-repeat;
	position:relative; 
	height: 175px; 
	width: 100%;
	} 

#maincol {
	float: left; 
	display: inline;
	margin: 0 20px 1.2em 20px;  
	position: relative; 
	width: 690px; 
	/* min-height: 450px; */
	height: auto !important;
	/* height: 450px; */
	/* for Debug: background-color:green; */
	}
	
#rightColumn {
	float: left; 
	display: inline;
	margin: 0 20px 1.2em 0;  
	position: relative; 
	width: 200px;
	/* min-height: 450px; */
	height: auto !important;
	/* height:450px; */
	/*  for Debug: background-color:red; */
}	

#footer {
	background-color: #7A350C; 
	color: #fff;
	position: relative;
	width: 950px;
	margin: 0 ;
	padding: 1px 0em 1px 0em;
	text-align: center;
	} 

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.menu {
	border-bottom: 1px solid #7A350C;
	border-top: 1px solid #7A350C;
	margin: 0 auto; 
	padding: 0; 
	height: 30px; 
	width: 100%; 
	display: block; 
	background: url('topMenuImages.png') repeat-x;
	}
	
.menu li {
	padding: 0; 
	margin: 0; 
	list-style: none; 
	display: inline;
	}
	
.menu li a {
	float: left; 
	padding-left: 15px; 
	display:block; 
	color: #fff; 
	text-decoration: none; 
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	cursor:pointer;
	background: url('topMenuImages.png') 0px -30px no-repeat;
	}
	
.menu li a span {
	line-height: 30px; 
	float: left; 
	display: block; 
	padding-right: 15px; 
	background: url('topMenuImages.png') 100% -30px no-repeat;
	}
	
.menu li a:hover { background-position: 0px -60px; color: #fff;	}
.menu li a:hover span {	background-position: 100% -60px; }
	
.menu li a.active, .menu li a.active:hover {
	line-height: 30px; 
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	background: url('topMenuImages.png') 0px -90px no-repeat; 
	color: #fff;
	}
	
.menu li a.active span, .menu li a.active:hover span {
	background:url('topMenuImages.png') 100% -90px no-repeat;
	}

h1 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN" "Times New Roman", Times, serif;	
	font-size: 3em;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 10px 0 0 230px;
	word-spacing: 0;
	text-shadow: 0px 0px 1px silver; 
	}

h2, h3, h4 { color: #7A350C;
	}
	
h2 {
	border-bottom: 1px solid #7A350C;
	font-size: 1.7em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
	}
	
h3 {
	font-size: 1.4em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
	background-color: #A0522D;
	color: white;
	padding: 0.3em 1em;
	}
	
h4 {
	font-size: 1.2em;
	margin: 2em 0 1.2em 0;
	font-weight: bold;
	}
	
img { border: 0; float: left; margin: 0 20px 0 0;}
iframe { border: 0; float: left; margin: 0 20px 20px 0;}

img.right { border: 0; float: right; margin: 0 0 0 10px;}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0 1.2em 0;
	}
	
#rightColumn p {
	border-bottom: 1px solid #7A350C;
	padding: 0 0 1.2em 0;
	}	
	

li > p { margin-top: 0.2em;	}

strong, b {	font-weight: bold; }

a { color: #0000EE; text-decoration: underline; }
a:hover { text-decoration: none; }

#footer a {	color: #F9ECE4;	} 


.right {text-align:right;}
.r-margin {margin: 0 0 0 150px;}
.red {color:red; }

blockquote {
	font-size: 1.0em;
	line-height: 1.8em;
	color: gray;
	font-style: normal;
	}