/* Start of CMSMS style sheet 'Helios CSS' */
/* CSS Document */
/***** RESET *****/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td { margin: 0; padding: 0; border: 0; outline: none; }

body {
	background-image: url(uploads/images/style/background.gif);
	line-height: 1.2em; font-size: 12px;
	background-color: #FF9900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: bold; }

/* scrollbars */
html {
scrollbar-base-color: #fff1d6;
scrollbar-arrow-color: #e9dabb;
scrollbar-track-color: #e9dabb;

scrollbar-shadow-color: silver;
scrollbar-lightshadow-color: white; 
scrollbar-darkshadow-color: fff1d6;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: silver;
}

/* links */
a { 
	color: navy;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}


/*Turns off Borders around Hyperlinked Images*/
img { border : 0px; }

/***** BASIC LAYOUT *****/

#container {
	background: url(uploads/images/style/bb.jpg) no-repeat 0% 0%;
	margin: 0 auto;
	margin-top: 19px;
	overflow: hidden; 
	width:800px;
	height:600px;
}

#header {
	width:780px;
	height:150px;
	margin: 0 auto;
	margin-top: 10px;
	border: #CCCCCC 1px dotted;
	background-color: #FFEEC1;
	overflow: hidden;	
}

#topIcon {
	width:360px;
	height:150px;
	float: right;
	overflow: hidden;
}

#content {
	float: left;
	width:510px;
	height:420px;
	margin-left: 10px;
	padding-left : 48px;
	padding-right : 26px;
	overflow: auto;	
}

#menuholder {
	float: right;
	width:181px;
	height:423px;
	border-left:#CCCCCC 1px dotted;
	padding-left: 10px;	
}

#copynote {
	height: 100%;
	vertical-align:bottom;
	margin-top: auto;
}

/*Styles for the Main Content Layer */
.maindiv {
	font-size : 12px;
	color: #400000;
}

.maindiv p { 
	line-height : 180%; 
	margin-top : 12px 
}

.maindiv h1 {
	font-size : 14px;
	margin-bottom : 12px;
	margin-top : 0px
}

.maindiv h2 {
	font-size : 16px;
	margin-bottom : 12px;
	margin-top : 30px
}

/* Lists*/
.maindiv li {
	font-size : 12px;
	color: #400000;
}

.maindiv ol { 
	padding-left: 70px;
	margin-top: 16px;
	color : #99CC66
}

.maindiv ul { 
	padding-left: 70px;
	margin-top: 16px;
	color : #400000;
}

.maindivMP {
	font-size : 11px;
	color: #333300;
}

.maindivMP p {
	padding-right : 6px;
	line-height : 130%; 
}
	
.maindivMP a { color : blue; text-decoration:underline; font-weight: bold; }

.maindivMP a:hover { color : #7D7EBD; text-decoration:none; font-weight: bold; background:#F4F4F4;}

.maindivMP h1 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 12px;
	margin-top : 0px
}

/*Styles Applied to Form Elements */
form {
	border : 1px dotted #CCCCCC;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px;
	margin-top : 0px;
	padding : 12px
}

input { background-color : #CDC9D8; border : 1px solid #999999 }

input:focus { background : #FFFFFF }

textarea { 
	background-color : #FAE4A5;
	border : 1px solid #999999; 
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px 
}

.checks { background-color : #FFFFFF; border : 1px none }

.formBut { background-color : #CCCCCC }


/* End of 'Helios CSS' */

