/* clean slate */
html, body, p, ul, li, h1, h2, h3, h4, h5, img, iframe	{
margin: 0;
padding: 0;
}

iframe {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border:0;	
}

ul	{
list-style: none;
}

ul.thelist {
list-style: outside;
padding:3px 0 15px 35px;
}

img	{
border: 0;
}

/* html elements */

* {
	font-size:13px;
	color:#4B515A;
}

body {
	background:#949fb1 url(images/site_bg.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position:top center;
	padding:0 0 15px 0;
}

h1 {
	font-size:15px;
	color:#4e2683;
	padding:15px 0 10px 0;
}

h2 {
	font-size:14px;
	color:#4e2683;
	padding:15px 0 10px 0;
}

a.h2link {
	font-size:14px;
	
}

p {
	line-height:17px;
	padding:3px 0 15px 0;
}

a {
	color:#4e2683;
	text-decoration:none;
}

a:hover {
	color:#8e66c3;
	text-decoration:none;
}

a:active {
	color:#4e2683;
	text-decoration:none;
}

#menu img {
	display:inline;
}

/* layout */

#mainwrapper {
	padding-left:10px;
	width:950px;
	background:url(images/everest.jpg) no-repeat top left;
}

#rightwrapper {
	margin:0px;
	padding:0px 10px 0px 0px;
	float:right;
	width:600px;
	background:url(images/rimagelogo.jpg) no-repeat top right;
	text-align:left;
}

#menu {
	padding:169px 0px 0px 0px;
	margin:0px;
}

#contentwrapper {
	margin:0;
	padding:0;
	background:url(images/content_bg.gif) repeat-y;
	min-height:360px;
}

#thecontent {
	margin:0;
	padding:20px;
}

#footerwrapper {
	background:url(images/footer_bg.gif) no-repeat top left;
}

#thefooter {
	padding:8px 0 0 1px;
	font-size:10px;
}

#thefooter a {
	font-size:10px;
	padding:0 0 15px 0;
}

.clear {
	clear:both;
}

.boldlink {
	font-weight:bold;
}

p.smallp, .smallp a {
	font-size:10px;	
}

