body	{
	color: #6573a9;
	background-color:#FFFFFF;
}

/* page structure*/

.frame	{
	width:780px;
	margin: 0 auto 0 auto;
}

/* fix for white space bug in IE */
.menubar	{
	font-size:0;
}

.header	{
	color:#6D7CB6;
	background-color:#DCE3FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-top:1px solid #A5B8FF;
	padding:5px 0 5px 18px;
	font-size: 20px;
}

.content {
	padding:10px;
}

.footer	{
	border-top:1px solid #E0E6FF;
	background-color:#EFF2FF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; color: #6573a9;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

/* text styles */

.fine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; color: #6573a9;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

/* styled tags */

.seperator	{
	height:0px;
	color:transparent;
	border-bottom:1px dashed #6573a9;
	width:80%;
	margin: 0 auto 0 auto;
}

p { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #6573a9; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 19px
}

b, strong	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #6573a9; 
	font-style: normal; 
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6	{
	font-family: Arial, Helvetica, sans-serif; 
	color: #6573a9; 
	font-style: normal; 
	font-weight: bold;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bolder;
	color: #6573a9;
	font-style: normal;
	text-transform: capitalize;
	border:none;
	backgroumd-color:transparent;
}


	

/* lists */

ul {
	list-style-image: url(images/bullet.gif)
}
	
li {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #6573a9; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 19px
}

/* links */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}

a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	color: #9900EC;
	text-decoration: underline;
}
