* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #68094b;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

DIV#container {
	background-image: URL(images/bg_page.gif);
	background-repeat: repeat-y;
	width: 979px;
}

DIV#outterbox {
	background: URL(borders/1.gif) fixed no-repeat top left;
	width: 979px;
}

DIV#box {
	margin-left: 295px;
}

DIV#nav {
	width:573px;
	height:137px;
	padding-left:18px;
	padding-right:18px;
	padding-top: 15px;
	background-image: URL(images/bg_nav_clip.gif);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: White;
}
DIV#nav DIV#navleft {
	float: left;
	width: 200px;
}
DIV#nav DIV#navright {
	float: right;
	width: 200px;
	text-align: right;
}

DIV#footer {
	background-image: URL(images/bg_footer.gif);
	background-repeat: no-repeat;
	width: 979px;
	padding-bottom: 2em;
	background-color: #68094b;
	color: white;
	padding-top: 26px;
}

DIV#footer DIV {
	float: left;
	padding-left: 26px;
}

DIV#copy {
	width: 610px;
	color: #68094b;
}

DIV#copytxt {
	padding-left: 17px;
	/*padding-right: 17px;*/
	padding-top: 20px;
	font-size: 1.3em;
}

/* Flyout Box Starts */
DIV#copy P.flyout {
	clear: right;
	float: right;
	margin-left: 2em;
	width: 157px;
	background-color: #c1a5b8;
	color: #68094b;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	padding:20px;
	background: URL(images/bg_flyout.gif) no-repeat bottom left;
}
/* Flyout Box Ends */

/* nav2box Starts */
DIV#nav2box {
	float: right;
	padding: 5px;
	width: 187px;
	margin-left: 2em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: right;
	background: URL(images/nav2box_bottom.gif) no-repeat bottom left;
}
/* nav2box Ends */

/* Link Styles Starts */
DIV#nav DIV#navleft A, DIV#nav DIV#navright A, DIV#footer A {
	color: white;
	text-decoration: none ; 
}
DIV#nav DIV#navleft A:hover, DIV#nav DIV#navright A:hover, DIV#footer A:hover {
	color: black;
	text-decoration: none ;
	background-color: transparent;
}
/* Link Styles ENDs */

/* SubNav Starts */
DIV#copy UL {
	list-style-image : url(images/bullet_note.gif);
}
/* SubNav Ends */

#frontcover {
	float: right;
	margin-left: 2em;
	text-align: center;
	font-size: 80%;
}
#frontcover img {
	border: 1px solid #e0d2db;
	margin-bottom: 5px;
}

H1 {
	border-bottom: 1px solid #b384a5;
	padding-left: 17px;
	color: #68094b;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	padding-top: 20px;
	text-transform: uppercase;
}

H2 {
	color:#68094b;
	font-size:1.5em;
	font-weight: normal;
}

H4 {
	float: right;
	color: #c1a5b8;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 19px;
	padding-right: 19px;
	margin-top: 8px;
}

P, FORM, UL, OL, LI {
	margin-bottom: 1em;
}

UL, OL {
	margin-left: 3em;
}

TD {
	vertical-align: top;
}

IMG {
	border: 0;
}

A:link, A:active, A:visited  { 
	color: #0000F0;
	text-decoration: none;
}
A:hover   { 
	color: white;
	background-color: #68094b;
	text-decoration: none;
}

/* Rockmill Credits */
A.rockmill:link, A.rockmill:active, A.rockmill:visited { 
	text-decoration: none ; 
	font-weight: bold; 
	color: Gray; 
}
A.rockmill:hover   { 
	text-decoration: underline ; 
	color: Red;
}
.rockmill   { 
	color: Gray;
}
.footer   { 
	color: Gray;
}




