@charset "utf-8";
/*----------------------- Begin CSS Reset-------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
* {
	outline:none;
	}
/*---------------------------- End CSS Reset ------------------------------*/

/* IDs and Classes */

#wrapper{
	position:relative;
	width:1000px;
	height:727px;
	margin: 0 auto 0;
	background:url('images/bgd.jpg') center top no-repeat;
	
}


#mainbox {
	display:block;
	position:relative;
	float:left;
	/*padding:0 12px 0 0;*/
	margin:0 12px 0 52px;
	width:609px;
	top:186px;
}

div#mainboxinternal{
	height:483px;
	background:url('images/mainboxbg.jpg') repeat-y;
	padding:0 25px 0;
}

div#mainboxtop{
	height:25px;
	display:block;
	background:url('images/mainboxtop.png') no-repeat;
}

div#mainboxbottom{
	height:25px;
	display:block;
	background:url('images/mainboxbottom.png') no-repeat;
	
}

div#sidebar{
	position:relative;
	top:0px;
	display:block;
	background:url('images/expandedsidebar.png') no-repeat;
	height:719px;
	width:285px;
	float:left;
	padding:305px 0 0 0;
}

div#sidebarcontent{
	/*padding:0 20px 0 25px;*/
	
}

div.rule{
	border-top:1px solid #c1b8ef;
	margin: 0 -10px 0 -10px;
}

/* General Styles */

html, body {
	height:100%;
	/*background:#453a7c;*/
	background:#443882;
}

h1 {
	font: bold 30px/28px "Georgia", Times, serif;
	color:#453a7c;
	margin:0 0 20px 0;
}

h2 {
	font: bold 20px "Georgia", Times, serif;
	color:#453a7c;
	margin:20px 0 0 0;
}

h3 {
	font: bold 16px "Georgia", Times, serif;
	color:#453a7c;
}

p {
	margin:20px 0 0 0;
	font: 12px/19px "Georgia", Times, serif;
	color:#453a7c;
	
}

p.asterisk {
	font: 10px/12px "Georgia", Times, serif;
	color:#453a7c;
}

ul {
	list-style: disc inside;
	font: 12px/18px "Georgia", Times, serif;
	color:#453a7c;
	padding:0 0 0 20px;
}


