/**************** Default Styles *******************/

a {
	background: transparent;
	color: #1E0082;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #1E0082;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	background: transparent;
	color: #B60000;
	text-decoration: underline;
}

b {
	background-color: transparent;
	color: #000066;
	font-weight: bold;
}

body {
	background-color: #EBE9F4;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .9em;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body.white {
	background-color: #FFFFFF;
}

div.navbox p{
	margin-top: 0px;
	padding: 0;
}

div.title a:link {
	background-color: transparent;
	color: #EAF8FF;
	font-weight: bold;
	text-decoration: none;
}
.picture {
	margin: 4px;
	border: 8px ridge #AD0042;
}
form {
	font-size: .9em;
}

h1 {
	color: #1E0082;
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;
	margin-left: 8px;
	margin-right: 8px;
}

h2 {
	color: #B60000;
	font-size: 1.1em;
}

h3 {
	color: #7461B0;
	font-size: 1em;
}

h4 {
	color: #000000;
	font-size: 0.9em;
}

h5 {
	color: #000000;
	font-size: x-small;
}

h6 {
	color: #000000;
	font-size: xx-small;
}

html {
	background-repeat: repeat-y;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

li {
	list-style-image: url(images/bulit.GIF);
	padding-left: 10px;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 8px;
	margin-right: 8px;
}

table {
	border-width: 0;
}

td {
	font-size: .9em;
	margin-left: 4px;
	padding: 4px;
	text-align: left;
}

/******************* Boxes **************************/
.navbox {
	background-color: #7461B0;
	float: left;
	padding: 0px;
	width: 170px;
	color: White;
}
.forgot a {
	color: yellow;
}
.rightbox {
	background-color: #B9B1D8;
	margin-bottom: 0px;
	margin-left: 180px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

.boxflt {
	border-left: thin solid #E4708F;
	border-right: thin solid Black;
	border-top: thin solid #DE4C74;
	border-bottom: thin solid Black;
	padding: 4px;
	float: right;
	background-color: #B60000;
	color: Window;
	width: 200px;
	margin: 4px;
	font-size: .8em;
}


.smalltxt {
	font-size: .7em;
}

.title {
	background-color: #230285;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}

.title a:hover, a:active {
	background: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}

.titlea {
	background-image: url(images/bar25.GIF);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

.titleb {
	background-image: url(images/bar20.GIF);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding: 4px;
}

#content {
	left: 0px;
	min-width: 700px;
	position: absolute;
	right: 0px;
	top: 140px;
	width: 100%;
	z-index: 5;
}

#footer {
	font-size: x-small;
	left: 0px;
	right: 0px;
	text-align: center;
}
#footer a:active, #footer a:visited{
	background: transparent;
	color: #B9B1D8;
	text-decoration: none;
	}

#footer a:hover,  {
	background: transparent;
	color: White;
	text-decoration: underline;
	}
/******************* Header ***********************/
#header {
	background-image: url(images/fill.jpg);
	background-repeat: repeat-x;
	height: 155px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}

#logo{
	position: absolute;
	right: 0px;
	top: 0px;
}

/*********************** Page Layout ***********************/
#mainarea {
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	min-width: 700px;
}

#right {
	height: 100%;
	right: 0px;
	top: 140px;
	width: 7px;
}

/************ sectionLinks styles **************/
#sectionlinks{
	margin: 0px;
	padding: 0px;
	font-size: .9em;	
}

#sectionlinks a:link, #sectionlinks a:visited {
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #B9B1D8;
	border-top: 1px solid #000033;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
}

#sectionlinks a:hover{
	background-color: #B9B1D8;
	background-image: none;
	border-top: 1px solid #000033;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

#sectionlinks h3{
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0px 2px 10px;
}

