@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.page_link {
	color: #F30;
	background-color: #EEE;
	display: block;
	width: auto;
	padding: 1%;
	float: left;
	clear: none;
	border-radius: 4px;
	height: auto;
	margin-top: 1%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.page_link:hover {
	background-color:#F30;
	color:#9FF;
}
.select_item {
	display: inline-block;
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	color: #EEE;
	background-color:#063;
	cursor: pointer;
	text-decoration: none;
	margin: 1%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding: 1%;
	height: auto;
	width: auto;
	text-align:left;
}
.select_item:hover {
	color: #FFF;
	background-color: #F60;
}
#table {
	width:100%;
	table-layout:auto;
	background-color:transparent;
	overflow:auto;
}

#table tr {
	width:auto;
	border-bottom: 1px solid #DDD;
	font-family:"Courier New", Courier, monospace;
	font-size:100%;
	vertical-align:middle; 
}
#table th {
   background-color:#066;
   color:#FFF;
   font-family:"Agency FB"; 
   font-size:100%;
   font-weight: bold;
   vertical-align:middle;
   text-align:left;
   width:auto;
}

#table td {
   font-family:"Courier New", Courier, monospace;
   font-size:100%;
   vertical-align:middle;
   width:auto;
}

#table tr:hover {
  background-color:#CFF;
  color:#000;
  cursor:help;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	width: 98%;
	margin: 0%;
	padding: 1%;
	overflow: hidden;
}

/*Start Input, Select, Button css Mobile*/
input[type="submit"] {
	color: #EEE;
	text-decoration: blink;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	width: 50%;
	padding: 3%;
	margin-top: 3%;
	background-color: #066;
	cursor: pointer;
	float: left;
	text-align: center;
	border: thin ridge #EEE;
	height: auto;
	border-radius: 4px;
	margin-left: 22%;
	margin-right: 22%;
	margin-bottom: 3%;
}
input[type="submit"]:hover {
	color: #FFF;
	background-color: #F60;
	border: thin ridge #EEE;
}
button {
	color: #EEE;
	text-decoration: blink;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	width: 50%;
	padding: 3%;
	margin-top: 3%;
	background-color: #066;
	cursor: pointer;
	float: left;
	text-align: center;
	border: thin ridge #EEE;
	height: auto;
	border-radius: 4px;
	margin-left: 22%;
	margin-right: 22%;
	margin-bottom: 3%;
}
button:hover {
	color: #FFF;
	background-color: #F60;
	border: thin ridge #EEE;
}
input[type="checkbox"] {
	color:#EEE;
	font-size:120%;
	font-family: "Courier New", Courier, monospace;
	border: thin ridge #EEE;
	float:left;
	width: auto;
	height:auto;
	padding:3%;
	margin:3%;
}

input[type="checkbox"]:hover {
	color: #F60;
	background-color: #063;
	border: thin ridge #66F;
}

input {
	font-family: "Courier New", Courier, monospace;
	font-size:120%;
	color: #066;
	width: 70%;
	padding:3%;
	margin:3%;
	background-color:#FAFAFA;
	text-align: left;
	float: none;
	height: auto;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #066;
	border-left-color: #066;
}
input:focus {
	color: #F60;
	background-color: #FFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #033;
	border-left-color: #033;
}
textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	width: 85%;
	padding: 3%;
	margin: 2%;
	background-color: #FAFAFA;
	color: #066;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #066;
	border-left-color: #066;
}

textarea:focus {
	color: #F60;
	background-color: #FFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #033;
	border-left-color: #033;
}

select{
	font-family: "Courier New", Courier, monospace;
	font-size:120%;
	color: #066;
	padding:2%;
	margin:3%;
	width: 75%;
	background-color:#FAFAFA;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #066;
	border-left-color: #066;
	border-top-style: none;
	border-right-style: none;
}
select:focus{
	color: #F60;
	background-color: #FFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #033;
	border-left-color: #033;
}

label {
	font-family: "Courier New", Courier, monospace;
	font-size: 95%;
	color:#993;
	text-align: left;
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 2%;
	margin-bottom: 2%;
}
#paragraph {
	clear: both;
	float: left;
	width: 92%;
	display: block;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 2%;
	overflow: auto;
	margin: 2%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003;
	background-color: #fafafa;
	border-radius: 4px;
	overflow: auto;
	text-align: left;
}
#paragraph2 {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	height: auto;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 1%;
	overflow: auto;
	margin: 1%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003;
	text-align: left;
}

#main_layout {
	clear: both;
	float: left;
	width: 98%;
	display: block;
	padding: 1%;
	height: auto;
	margin: 0%;
}

#header_holder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header_content {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	margin: 1%;
	padding: 1%;
	height: auto;
	text-align: center;
	background-color: #033;
}
#div_logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#page_title {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #F60;
	text-align: center;
	margin: 1%;
	padding: 1%;
	height: auto;
}
#section_title {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #F63;
	text-align: left;
	margin: 1%;
	padding: 1%;
	height: auto;
}
#page_message {
	clear: both;
	float: center;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 120%;
	color: #0CF;
	font-weight: bold;
	text-align: center;
}
#site_title {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer_holder {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	font-size: 90%;
	color: #033;
	text-align: center;
	margin: 1%;
	padding: 1%;
	height: auto;
}
#page_content {
	clear: both;
	float: left;
	width: 88%;
	display: block;
	text-align: center;
	padding: 1%;
	height: auto;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #033;
	margin-top: -10%;
	margin-right: 5%;
	margin-bottom: 1%;
	margin-left: 5%;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	overflow:hidden;
}
#site_info {
	clear: both;
	float: left;
	width: 92%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #999;
	text-align: center;
	padding: 2%;
	height: auto;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 10%;
	margin-left: 2%;
}
#site_slogan {
	clear: both;
	float: left;
	width: 98%;
	display: block;
	font-size: 100%;
	color: #F60;
	text-align: center;
	margin: 0.5%;
	padding: 0.5%;
	height: auto;
}
.error {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
	background-color: #F30;
	padding: 1%;
	height: auto;
	width: 80%;
	text-align: center;
	display: block;
	text-shadow: 0 -1px 0 #000;
	margin-top: 1%;
	margin-right: 9%;
	margin-bottom: 1%;
	margin-left: 9%;
	float: left;
}
#profile_photo_holder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 130px;
	max-height:150px;
	display: block;
	margin: 1%;
	padding: 1%;
	height: auto;
	border:none;
	border-radius:24px;
	overflow:hidden;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 98%;
	margin: 0%;
	padding: 1%;
	overflow: hidden;
}
/*Start Input, Select, Button css Tablet*/
input[type="submit"] {
	color: #EEE;
	text-decoration: blink;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	width: 50%;
	padding: 3%;
	background-color: #066;
	cursor: pointer;
	float: left;
	text-align: center;
	border: thin ridge #EEE;
	height: auto;
	border-radius: 4px;
	margin-left: 22%;
	margin-top: 3%;
	margin-right: 22%;
	margin-bottom: 3%;
}
input[type="submit"]:hover {
	color: #FFF;
	background-color: #F60;
	border: thin ridge #EEE;
}
button {
	color: #EEE;
	text-decoration: blink;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	width: 50%;
	padding: 3%;
	background-color: #066;
	cursor: pointer;
	float: left;
	text-align: center;
	border: thin ridge #EEE;
	height: auto;
	border-radius: 4px;
	margin-left: 22%;
	margin-top: 3%;
	margin-right: 22%;
	margin-bottom: 3%;
}
button:hover {
	color: #FFF;
	background-color: #F60;
	border: thin ridge #EEE;
}
input[type="checkbox"] {
	color:#EEE;
	font-size:120%;
	font-family: "Courier New", Courier, monospace;
	border: thin ridge #EEE;
	float:left;
	width: auto;
	height:auto;
	padding:3%;
	margin:3%;
}

input[type="checkbox"]:hover {
	color: #F60;
	background-color: #063;
	border: thin ridge #66F;
}

input {
	font-family: "Courier New", Courier, monospace;
	font-size:120%;
	color: #066;
	width: 70%;
	padding:3%;
	margin:3%;
	background-color:#FAFAFA;
	text-align: left;
	float: none;
	height: auto;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #066;
	border-left-color: #066;
}
input:focus {
	color: #F60;
	background-color: #FFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #033;
	border-left-color: #033;
}
textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	width: 85%;
	padding: 2%;
	margin: 3%;
	background-color: #FAFAFA;
	color: #066;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #066;
	border-left-color: #066;
	height: auto;
}

textarea:focus {
	color: #F60;
	background-color: #FFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #033;
	border-left-color: #033;
}

select{
	font-family: "Courier New", Courier, monospace;
	font-size:120%;
	color: #066;
	padding:3%;
	margin:3%;
	width: 75%;
	background-color:#FAFAFA;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #066;
	border-left-color: #066;
	border-top-style: none;
	border-right-style: none;
}
select:focus{
	color: #F60;
	background-color: #FFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #033;
	border-left-color: #033;
}

label {
	font-family: "Courier New", Courier, monospace;
	font-size: 95%;
	color:#993;
	text-align: left;
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 2%;
	margin-bottom: 2%;
}
#paragraph {
	clear: both;
	float: left;
	width: 92%;
	display: block;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 2%;
	overflow: auto;
	margin: 2%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003;
	background-color: #fafafa;
	border-radius: 4px;
	overflow: auto;
	text-align: left;
}
#paragraph2 {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	height: auto;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 1%;
	overflow: auto;
	margin: 1%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003;
	text-align: left;
}

#main_layout {
	clear: both;
	float: left;
	width: 98%;
	display: block;
	margin: 0%;
	padding: 1%;
	height: auto;
}

#header_holder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header_content {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	margin: 1%;
	padding: 1%;
	height: auto;
	text-align: center;
	background-color: #033;
	border-bottom-left-radius:24px;
	border-bottom-right-radius:24px;
}
#div_logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#page_title {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #F60;
	text-align: center;
	margin: 1%;
	padding: 1%;
	height: auto;
}
#section_title {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #F63;
	text-align: left;
	margin: 1%;
	padding: 1%;
	height: auto;
}
#page_message {
	clear: both;
	float: center;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 120%;
	color: #0CF;
	font-weight: bold;
	text-align: center;
}
#site_title {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #EEE;
	text-align: center;
	margin: 0%;
	padding: 0%;
	height: auto;
}
#footer_holder {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	font-size: 90%;
	color: #033;
	text-align: center;
	margin: 1%;
	padding: 1%;
	height: auto;
}
#page_content {
	clear: both;
	float: left;
	width: 88%;
	display: block;
	padding: 1%;
	height: auto;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #033;
	margin-top: -10%;
	margin-right: 5%;
	margin-bottom: 1%;
	margin-left: 5%;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	overflow:hidden;
}
#site_info {
	clear: both;
	float: left;
	width: 92%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	padding: 2%;
	height: auto;
	font-size: 100%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 10%;
	margin-left: 2%;
}
#site_slogan {
	clear: both;
	float: left;
	width: 98%;
	display: block;
	font-size: 100%;
	color: #F60;
	margin: 0.5%;
	padding: 0.5%;
	height: auto;
}
.error {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
	background-color: #F30;
	padding: 1%;
	height: auto;
	width: 80%;
	text-align: center;
	display: block;
	text-shadow: 0 -1px 0 #000;
	margin-top: 1%;
	margin-right: 9%;
	margin-bottom: 1%;
	margin-left: 9%;
	float: left;
}
#profile_photo_holder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 130px;
	max-height:150px;
	display: block;
	margin: 1%;
	padding: 1%;
	height: auto;
	border:none;
	border-radius:24px;
	overflow:hidden;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	/*max-width: 1232px;*/
	margin: 0%;
	padding: 0%;
	height: auto;
	overflow: hidden;
}

/*Start Input, Select, Button css DESKTOP*/
input[type="submit"] {
	color: #EEE;
	text-decoration: blink;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	width: auto;
	padding: 3%;
	background-color: #066;
	cursor: pointer;
	float: left;
	text-align: left;
	border: thin ridge #EEE;
	border-radius: 4px;
	margin-left: 7%;
	margin-top: 3%;
	height: auto;
	margin-right: 3%;
	margin-bottom: 3%;
}
input[type="submit"]:hover {
	color: #FFF;
	background-color: #F60;
	border: thin ridge #EEE;
}
button {
	color: #EEE;
	text-decoration: blink;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	width: auto;
	padding: 3%;
	background-color: #066;
	cursor: pointer;
	float: left;
	text-align: left;
	border: thin ridge #EEE;
	border-radius: 4px;
	margin-left: 7%;
	margin-top: 3%;
	height: auto;
	margin-right: 3%;
	margin-bottom: 3%;
}
button:hover {
	color: #FFF;
	background-color: #F60;
	border: thin ridge #EEE;
}
input[type="checkbox"] {
	color:#EEE;
	font-size:120%;
	font-family: "Courier New", Courier, monospace;
	border: thin ridge #EEE;
	float:left;
	width: auto;
	height:auto;
	padding:3%;
	margin:3%;
}

input[type="checkbox"]:hover {
	color: #F60;
	background-color: #063;
	border: thin ridge #66F;
}

input {
	font-family: "Courier New", Courier, monospace;
	font-size:120%;
	color: #066;
	width: 80%;
	padding:2%;
	margin:3%;
	background-color:#FAFAFA;
	text-align: left;
	float: none;
	height: auto;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #066;
	border-left-color: #066;
}
input:focus {
	color: #F60;
	background-color: #FFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #033;
	border-left-color: #033;
}
textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	width: 85%;
	padding: 2%;
	margin: 3%;
	background-color: #FAFAFA;
	color: #066;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #066;
	border-left-color: #066;
	height: auto;
}

textarea:focus {
	color: #F60;
	background-color: #FFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #033;
	border-left-color: #033;
}

select{
	font-family: "Courier New", Courier, monospace;
	font-size:120%;
	color: #066;
	padding:2%;
	margin:3%;
	width: 75%;
	background-color:#FAFAFA;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #066;
	border-left-color: #066;
	border-top-style: none;
	border-right-style: none;
}
select:focus{
	color: #F60;
	background-color: #FFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #033;
	border-left-color: #033;
}

label {
	font-family: "Courier New", Courier, monospace;
	font-size: 92%;
	color:#993;
	text-align: left;
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}
#paragraph {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 1%;
	overflow: auto;
	margin: 1%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CFF;
	border-radius: 4px;
	overflow: auto;
	text-align: left;
	background-color: #033;
}
#paragraph2 {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	height: auto;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: dashed;
	padding: 1%;
	overflow: auto;
	margin: 1%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003;
	border-left-width: thin;
	border-left-color: #090;
	text-align: left;
}
#main_layout {
	clear: both;
	float: left;
	width: 80%;
	display: block;
	padding: 2%;
	height: auto;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 2%;
	margin-right: 8%;
	margin-bottom: 1%;
	margin-left: 8%;
	min-height: 500px;
	background-color: #033;
}

#header_holder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header_content {
	clear: both;
	float: left;
	width: 32%;
	display: block;
	height: auto;
	text-align: center;
	margin: 1%;
	padding-top: 5%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	border-bottom-left-radius:24px;
	border-bottom-right-radius:24px;
}
#div_logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#page_title {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #F60;
	text-align: left;
	padding: 1%;
	height: auto;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 0%;
	margin-left: 1%;
}
#section_title {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #F63;
	text-align: left;
	margin: 1%;
	padding: 1%;
	height: auto;
}
#page_message {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	padding: 1%;
	height: auto;
	margin-top: 0%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	font-size: 120%;
	color: #0CF;
	font-weight: bold;
	text-align: left;
}
#site_title {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #EEE;
	font-weight: bold;
	text-align: center;
	margin: 0%;
	padding: 0%;
	height: auto;
}
#footer_holder {
	clear: both;
	float: left;
	width: 98%;
	display: block;
	text-align: center;
	color: #033;
	font-size: 90%;
	margin: 1%;
	padding: 0%;
	height: auto;
}
#page_content {
	clear: none;
	float: left;
	width: 60%;
	display: block;
	text-align: left;
	padding: 1%;
	margin: 1%;
	height: auto;
	background-color: transparent;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #CFF;
}
#site_info {
	clear: both;
	float: left;
	width: 92%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #999;
	margin: 2%;
	height: auto;
	padding: 2%;
	text-align: center;
}
#site_slogan {
	clear: both;
	float: left;
	width: 98%;
	display: block;
	margin: 0.5%;
	padding: 0.5%;
	height: auto;
	color: #F60;
}
.error {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
	background-color: #F30;
	padding: 1%;
	float: left;
	height: auto;
	width: auto;
	text-align: left;
	display: block;
	text-shadow: 0 -1px 0 #000;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 5%;
}
#profile_photo_holder {
	clear: both;
	float: left;
	width: 130px;
	max-height:150px;
	display: block;
	margin: 1%;
	padding: 1%;
	height: auto;
	border:none;
	border-radius:24px;
	overflow:hidden;
}
}
