body {
	background-color: #1A78B6;
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}

label { 
	font-family: Arial;  
	font-size: 8pt;
	font-weight: bold;
}

.topInput {
	background: #ffffff;
	border: 1px solid #cccccc;
	font: normal 8pt Arial;
}

input.submit1 {
	padding: 0 5px;
	border: 0;
	height: 22px;
	cursor: pointer;
	background: #A8A8A8 url('http://www.nepal.dk/images/submit_bg.jpg') repeat-x;
	color: #000000;
	font: bold 8pt Arial;
}
input.submit1:hover {
	height: 22px;
	cursor: pointer;
	background: #CDCC02;
	color: #333335;
}

#rightbox {
	border: 1px solid #e1e0e0; 
	padding: 15px; 
	font-size: 8pt;
	background-color: #ffffff;
}

#sideHead {
	font-family: Georgia, Arial, Tahoma;  
	font-size: 14pt; 
	text-decoration: none;
    font-weight: normal;
	color: #1a78b6;
	margin-bottom: 10px;
}

/* useful link */
#usefulLink {
	width: 230px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	font-weight: none;
	border-bottom: 1pt solid #E1E0E0;
}
#usefulLink li {
	display: block;
	border-top: 1pt solid #E1E0E0;
	margin: 0;
	padding: 5px 0;
}
#usefulLink a {
	display: block;
	margin: 0;
	padding: 0 10px 0 25px;
	font-family: arial, Tahoma; 
	font-size: 9pt;
	color: #676A6E;
	text-decoration: none;
	background: url('http://www.nepal.dk/images/bullet.gif') no-repeat center left;
}
#usefulLink a:hover {
	display: block;
	padding: 0 10px 0 25px;
	font-family: arial, Tahoma; 
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
	background: url('http://www.nepal.dk/images/bullet.gif') no-repeat center left;
}

#contentBox {
	border: 1px solid #e1e0e0; 
	padding: 18px; 
	background-color: #f2f2f2;
}

#contentInnerBox {
	padding: 10px 18px; 
	background-color: #fbfbfb; 
}

/* Blog Link Style */
.bloglink{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	font-weight: none;
}
.bloglink li {
	display: block;
	border-top: 1pt solid #E1E0E0;
	margin: 0;
	padding: 10px 0;
	height: 70px;
}

div #img {
	border: 1px solid #C3E3FA;
	padding: 4px;
	float: left;
	margin: 0 10px 5px 0;
	background-color:#FFFFFF;
}

div #img2 {
	border: 1px solid #C3E3FA;
	padding: 4px;
	float: left;
	margin: 0 10px 0 0;
	background-color:#FFFFFF;
}

/* Misc Link List */
.link{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	font-weight:none;
}
.link li {
	display: block;
	border-top:1pt solid #E1E0E0;
	margin:0;
	padding:5px 0;
}
.link a {
	display: block;
	margin: 0;
	padding: 0 10px 0 25px;
	font-family: arial, Tahoma; 
	font-size: 9pt;
	color:#676A6E;
	text-decoration: none;
	background:url('http://www.nepal.dk/images/bullet.gif') no-repeat center left;
}
.link a:hover {
	display: block;
	padding: 0 10px 0 25px;
	font-family: arial, Tahoma; 
	font-size: 9pt;
	color:#000000;
	text-decoration:underline;
	background:url('http://www.nepal.dk/images/bullet.gif') no-repeat center left;
}

input.textStyle, select.textStyle {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding:3px 5px !important;
	height:auto !important;
	height:25px;
	color:#526169;
	font:normal 10pt Arial;
}
input.textStyle:hover, select.textStyle:hover {
	background-color:#F3F3F3;
	border: 1px solid #B7AFAF;
	padding:3px 5px !important;
	height:auto !important;
	height:25px;
	color:#526169;
	font:normal 10pt Arial;
}

#contentInnerBox .formButton {
	padding: 0 10px !important;
	padding: 0 5px;
	height: 30px;
	cursor: pointer;
	background-color: #F3F3F3;
	border: 1px solid #B7AFAF;
	color: #000000;
	font: bold 10pt Arial;
}

#contentInnerBox .formButton:hover {
	cursor: pointer;
	background-color: #D4EEF9;
	border: 1px solid #B3D1DE;
	color: #333335;
}

/* Members navigation */

#sidebar {
	width: 239px;
	position: relative;
}

/* Navigation */

.navigation {
	margin: 0;
	background: #fff;
	border-left: 1px solid #e1e0e0;
	border-right: 1px solid #e1e0e0;
	border-bottom: 1px solid #e1e0e0;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation ul li {
	margin: 0;
	padding: 0 15px;
	border-top: 1px solid #e8e8e8;
	background: url(http://www.nepal.dk/images/navigation-off.gif) repeat-x;
	line-height: 24px;
	height: 100%;
	display: block;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

.navigation ul li a {
	color: #666;
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
}

.navigation ul li a:hover {
	text-decoration: underline;
}

.navigation ul li.active {
	background: url(http://www.nepal.dk/images/navigation-on.gif) repeat-x;
}

.navigation ul li.active a {
	color: #fff;
}

.navigation ul li ul {
	margin: 5px 0;
}

.navigation ul li ul li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	border: none;
	background: none;
}

.navigation ul li ul li a {
	color: #0088cc !important;
}

#footer { 
	font-family: Arial; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #ffffff; 
    font-weight: none
}  

#footer a { 
	text-decoration: underline; 
	color: #f4f4f4; 
}  

#footer a:hover { 
	text-decoration: none; 
	color: #ffffff; 
}