/* COPYRIGHT 2007 HMUN Foundation */
html, body {
	background-color:#ffffff;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
}

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

h1 {
	font-size:11px;
}
.clear {
	clear:both;
}
#wrap {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -498px;
	
	background: #3c3c3c  url(images/bg_repeat.gif) repeat-y;
	padding:0;
	width:996px;
}
#innerwrap {
	width:900px;
	padding:0;
	position:relative;
	left: 48px;
}
#header {
	height:177px;
	width:900px;
	background-image:url(images/header.gif);
}
	#headerbox {
	height:132px;
	margin-top:18px;
	width:320px;
	margin-right:18px;
	float:right;
	background-image:url(images/headerbox_bg.gif);
	}
		#hb1 {
		float:left;
		height:16px;
		margin-top:25px;
		width:300px;
		margin-left:10px;
		background-image:url(images/hbbg.gif);
		}
		#hb {
		float:left;
		height:16px;
		margin-top:5px;
		width:300px;
		margin-left:10px;
		background-image:url(images/hbbg.gif);
		}
#nav {
	width:900px;
	height:50px;
	margin-top:10px;
	margin-bottom:10px;
}
#left {
	width:226px;
	float:left;
	margin-right:1px;
}
#middle {
	width:446px;
	float:left;
	margin-right:1px;
	min-height: 300px;
}
#cps {
	width:400px;
	height:500px;
	float:left;
	margin-top:5px;
	margin-left:23px;
	margin-right:1px;
}
	* html #cps {
	margin-left:10px;
	}
#issuelist {
	width:390px;
	height:16px;
	float:left;
	margin-left:5px;
	margin-bottom:10px;
	background:url(images/issue_list_bg.gif) no-repeat;
}
	* html #issuelist {
		margin-bottom:5px;
	}
	#issuelist p {
		font-weight:bold;
		padding-left:20px;
	}
#researchreportlist {
	width:390px;
	height:16px;
	float:left;
	margin-left:5px;
	margin-bottom:10px;
	background:url(images/rr_list_bg.gif) no-repeat;
}
	* html #researchreportlist {
		margin-bottom:5px;
	}
	#researchreportlist p {
		padding-left:250px;
	}
#right {
	width:226px;
	float:right;

	position: absolute;
	top: 180px;
	right: 0px;
}
	#middle h1 {
		background-image:url(images/middle_h1.gif);
		width:436px;
		height:18px;
		padding:0px 0px 0px 10px;
		color:#CC0000;

	}
	* html #middle h1 {
		height:19px;
		padding:1px 0 0 10px;
	}
#footer {
	height:17px;
	clear:both;
	background-image:url(images/footer.gif);
	width:900px;
	text-align:center;
	padding-top:4px;
	color:#000000;
}
	#footer a, #footer a:link, #footer a:hover, #footer a:visited {
		color:#fff;
	}
	#footer a:hover {
		text-decoration:none;
	}

#middle p, #left p, #right p {
	margin-left:10px;
	margin-right:10px;
}
#left ul, #right ul  {
	list-style:none;
	margin: 0;
	margin-bottom:0px;
	padding:0;
}
#left li, #right li {
	list-style:none;
	width:216px;
	background-color:#ffffff;
	/*height:16px;*/
	margin:0 auto;
	padding:2px 0 0 10px;
	color:#7f7f7f;
}
li.odd {

	background:#F6F6F6 url(images/list_bg.gif) repeat-y center top;
}
li.sponsor {
	background-image:url(images/sponsor_bg.gif);
	width:226px;
	height:68px;
	text-align:center;
	margin:0;
	display:block;
	padding:5px 0 0 0;
}
img { margin:0; padding:0;}

a, a:visited, a:link {
	color:Midnightblue;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

label	{
	margin-top: 1em;
	display: block;
}

fieldset ul	{
	list-style-type: none;
	margin-left: -35px;
}

fieldset	{
	border: 0px;
}

fieldset.submit legend	{
	display: none;
}

legend	{
	font-weight: bold;
}

input.text, select{
	width: 200px;
}

em {
color: #CC0000;;
font-weight: bold;
}

.roundinput	{
	-moz-border-radius: 12px;  
	-webkit-border-radius: 12px;
	height: 20px;
	width: 270px; 
	border: 1px solid black; 
	padding: 3px 10px;
	margin-left: 10px;
	}
	
.bold { font-weight: bold; }
