
body {
	background: #ffffff url('img/bgpattern.png') top left repeat-x;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	text-align: center;
	color: #444444;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 100%;
}

a {
	color: #ff2600;
	text-decoration: none;
}
a:hover {
	color: #ff2600;
	text-decoration: underline;
}
a:focus {
	outline: none;
}

img {
	border: none;
}

h1 {
	font-size: 20px;
	margin-bottom: 16px;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 25px;
}
h3 {
	margin-bottom: 8px;
	margin-top: 25px;
}
h4 {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 5px;
}
h5 {
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.h2alter {
	font-size: 16px;
	font-weight: bold;
}

div#wrapper {
	width: 100%;
	height: 100%
}

div#bighead {
	width: 100%;
	height: 220px;
	background: transparent url('img/bighead.jpg') top center no-repeat;
}

div#menuspace {
	width: 100%;
	
	margin-bottom: 10px;
	text-align: center;
}

div#menu {
	width: 800px;
	height: 30px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 18px;
}

div#menu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
div#menu ul li {
	margin: 0 8px 0 8px;
	display: inline;
}

div#menu a {
	color: white;
	text-decoration: none;
}
div#menu a:hover {
	color: #333333;
	background-color: white;
	text-decoration: none;
}
div#menu span {
	color: #333333;
	background-color: white;
	text-decoration: none;
}

/* guest menu */
div#menu_guest {
	width: 800px;
	height: 30px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
}

div#menu_guest ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
div#menu_guest ul li {
	margin: 0 4px 0 4px;
	display: inline;
}

div#menu_guest a {
	color: white;
	text-decoration: none;
}
div#menu_guest a.colored {
	color: #F3D25E;
	text-decoration: none;
}

div#menu_guest a:hover {
	color: #333333;
	background-color: white;
	text-decoration: none;
}
div#menu_guest span {
	color: #333333;
	background-color: white;
	text-decoration: none;
}


/* user menu */

div#menu_user {
	width: 800px;
	height: 40px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
}

div#menu_user ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
div#menu_user ul li {
	margin: 0 2px 0 2px;
	display: inline;
}

div#menu_user a {
	color: white;
	text-decoration: none;
}

div#menu_user a:hover {
	color: #333333;
	background-color: white;
	text-decoration: none;
}
div#menu_user span {
	color: #333333;
	background-color: white;
	text-decoration: none;
}

div#menu_user ul.sub {
	overflow: hidden;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	
}
div#menu_user ul.sub li {
	margin: 0 5px 0 5px;
	display: inline;
	
}
div#menu_user ul.sub li a {
	text-decoration: none;
	color: #2C68BB;
}
div#menu_user ul.sub li a:hover {
	color: #333333;
	background-color: white;
	text-decoration: none;
}




div#contentspace {
	min-height: 45px;
	background: transparent url('img/menubottom2.png') top center no-repeat;
	padding-top: 30px;
}
div#contentspace_in {
	min-height: 45px;
	background: transparent url('img/menubottom2.png') top center no-repeat;
	padding-top: 30px;
	margin-top: 10px;
}

div#allcontent {
	width: 800px;
	margin: auto;
	text-align: left;
}
div#allcontent .head {
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 30px;
	color: #333333;
	text-indent: 10px;
	margin-bottom: 5px;
	letter-spacing: -2px;
}
div#allcontent .submenus {
	font-size: 14px;
	margin-bottom: 10px;
}
div#allcontent .submenus ul {
	overflow: hidden;
	margin: 0 0 0 0px;
	padding-left: 20px;
}
div#allcontent .submenus li {
	float: left;
	margin: 0 10px 0 10px;
	display: inline;
}
div#allcontent .submenus a{
	color: #333333;
	text-decoration: none;
}
div#allcontent .submenus a:hover{
	text-decoration: underline;
}
div#allcontent .submenus span{
	font-weight: bold;
}

div#allcontent .slideshow {
	width: 800px;
	height: 200px;
	background-color: #444444;
	margin-bottom: 15px;
}

div#allcontent .content {
	-webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */
	background-color: white;
	padding: 15px;
	margin-bottom: 10px;
}

div#allcontent .content .textbox1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
}
div#allcontent .content .textbox2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 50px;
}
div#allcontent .content .textbox3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 500px;
}
div#allcontent .content .textfield1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 2px;
	width: 760px;
	height: 100px;
}
div#allcontent .content .textfield2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 2px;
	width: 100%;
	height: 100px;
}

div#allcontent .content .dropdown1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100px;
}
div#allcontent .content .file1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 400px;
}
div#allcontent .content .submit1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 28px;
}
div#allcontent .content .submit2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 28px;
}

div#allcontent .footer {
	text-align: center;
	-webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}
div#allcontent .footer span {
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}


div#allcontent .notes {
	-webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */
	background-color: #333333;
	
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: white;
	text-align: left;
}



div#uploading {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	text-decoration: blink;
}
div#completed {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}


div#popsign {
	position: relative; 
	left: 638px; 
	top: 0px;
	background-color: white; 
	border: 1px solid #151553;
	border-top: 0px;
	width: 190px; 
	height: 70px;
	font-size: 12px;
	color: #444444;
	padding: 8px;
	text-align: right;
}

.mini_input {
	border: 1px solid #999999;
	margin-bottom: 4px;
}

.message_field_normal {
	-webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */
	background-color: #2C68BB;
	
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: white;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
}

.logs {

	height: 30px;
	font-size: 14px;
	
}
.logs span {
	color: #888888;
	font-size: 12px;
}

.fail_form_text {
	color: red;
	font-size: 11px;
	font-weight: bold;
}

div.message {
	color: #999999;
	font-size: 12px;
}
div.message .mhead {
	height: 25px;
}
div.message .mhead .fromto {
	float: left;
}
div.message .mhead .fromto span.from {
	color: #ff2600;
	font-weight: bold;
}
div.message .mhead .fromto span.to {
	color: #282081;
	font-weight: bold;
}
div.message .mhead .date {
	float: right;
}
div.message .messbody {
	clear: both;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}

div.pa_card {
	width: 100%;
}
div.pa_card .pa_image {
	width: 140px;
	float:left;
	margin-bottom: 10px;
}
div.pa_card .pa_text {
	float:left;
	margin-bottom: 10px;
	padding: 20px;
	padding-top: 5px;
}

div.pa_card .pa_text h2 {
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 0px;
	color: #444444;
}
div.pa_card .pa_text .pa_contact {
	font-size: 11px;
	margin-bottom: 8px;
	margin-top: 0px;
	color: #444444;
}
div.pa_card .pa_text .pa_bio{
	font-size: 13px;
	margin-bottom: 8px;
	margin-top: 0px;
	color: #999999;
}

.clear {
	clear:both;
}

.progday {
	font-size: 16px;
	color: white;
	font-weight: bold;

}

a.progtitle {
	font-size: 16px;
	font-weight: bold;

}
a.progtitle:hover {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.progtime {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}