@charset "utf-8";

body {
	background-image: url(images/gradient.jpg);
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 14px;
}


#outer_shell {
	width: 100%;
	border-collapse: collapse;
}

#shell {
	width: 900px;
	border-collapse: collapse;
}
#header {
	background-color: #080E5C;
}
#footer {
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
#navigation {
	margin-top: 100px;
	width: 200px;
}
#login_table {
	width: 130px;
	margin-left: 8px;
	margin-top: 35px;
}


#contact_table {
	width: 500px;
	font-size: 10px;
	color: #080E5C;
}

#login_outer {
	font-size: 14px;
	width: 575px;
	color: #FFF;
}
.blue {
	background-color: #080C53;
}
.calendar {
	background-color: #080E5C;
	color: #FFF;
}



.content {
	background-color: #FFF;
	width: 550px;
	color: #080E5C;
	font-size: 12px;
	font-weight: bold;
	height: 400px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-collapse: collapse;
}

.main_text {
	font-size: 12px;
	color: #080E5C;
	width: 525px;
}
.background {
	background-color: #DD9B55;


}

.side_bar {
	background-color: #080E5C;
	background-repeat: no-repeat;
	background-image: url(images/leaves.gif);
	width: 150px;
}
.background {
	background-image: url(images/canyon-mist.jpg);
	background-repeat: no-repeat;
}
.border_wht {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.left_border {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FFF;
}

.color_blue {
	background-color: #080E5C;
	text-align: right;
	color: #FFF;
	border-collapse: collapse;
}
.color_green {
	color: #360;
}

.text_field {
	border: 2px inset #FFF;
	background-color: #FFF;
	color: #000;
	font-size: 11px;
}
.text_button {
	border: 3px outset #FFF;
	background-color: #403A94;
	color: #FFF;
	font-size: 10px;
}




a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F6B052;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


.link_special a:link {
	color: #4D59F0;
	text-decoration: none;
}
.link_special a:visited {
	color: #080E5C;
	text-decoration: none;
}

.link_special a:hover {
	color: #E4A349;
	text-decoration: none;
}

.link_special a:active {
	color: #4D59F0;
	text-decoration: none;
}
