@charset "utf-8";
#wrapper {
	background-color: #FFF;
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
}
#top {
	padding: 0px;
	height: 124px;
	width: 1196px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #72d36a;
	border-left-color: #72d36a;
	background-image: url(images/tbg.jpg);
	background-repeat: no-repeat;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 114px;
	width: 113px;
	position: relative;
	top: 5px;
	left: 5px;
}
#college {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 114px;
	width: 550px;
	position: relative;
	top: 5px;
}
#search {
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 250px;
	float: left;
	position: relative;
	left: 25px;
	top: 20px;
}
#date {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 400px;
	position: absolute;
	left: 715px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 55px;
	color: #FFFFFF;
}
#social {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 100px;
	position: absolute;
	left: 975px;
	top: 48px;
}
#wrapper #top #social a {
	margin-right: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#login {
	padding: 0px;
	float: right;
	height: 40px;
	width: 100px;
	margin: 0px;
	position: absolute;
	left: 1085px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	top: 20px;
}
#wrapper #top #social a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup {
    display: none;
    background: #fff;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}

img.btn_close {
    Position the close button
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 248px;
	margin-top: -28px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

fieldset {
    border: none;
}

form.signin .textbox label {
	display: block;
	padding-bottom: 7px;
}

form.signin .textbox span {
    display: block;
}

form.signin p, form.signin span {
	color: #999;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

form.signin .textbox input {
    background: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #000;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 6px 6px 4px;
    width: 200px;
}

form.signin input:-moz-placeholder {
    color: #000;
}
form.signin input::-moz-placeholder {
    color: #000;
}

form.signin input::-webkit-input-placeholder {
    color: #000;
}
form.signin input:-ms-input-placeholder {
    color: #000;
}

.button {
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background: -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color: #e5e5e5;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 6px 6px 4px;
	margin-top: 10px;
	width: 214px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.button:hover {
    background: #ddd;
}
#wrapper #top #login #login-box .signin .textbox p .forgot {
	color: #09F;
}
#wrapper #top #login .login-window img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	padding: 0px;
	height: 50px;
	width: 1196px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #72d36a;
	border-left-color: #72d36a;
	background-color: #008364;
}
#wrapper #menu .wrap #nav ul li img {

}
#header {
	padding: 0px;
	height: 150px;
	width: 1196px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #72d36a;
	border-left-color: #72d36a;
	background-image: url(images/hbg.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0e5b4b;
}
#line02 {
	background-color: #404040;
	padding: 0px;
	height: 5px;
	width: 1196px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #72d36a;
	border-left-color: #72d36a;
}
#header_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 350px;
	width: 896px;
}
#header_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 350px;
	width: 300px;
	background: #595959;
}
#header_right_top {
	padding: 0px;
	float: left;
	height: 40px;
	width: 260px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 40px;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #fff;
}
#header_right_down {
	padding: 0px;
	float: left;
	height: 280px;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#wrapper #header #header_right #header_right_down #marqueecontainer #vmarquee ul {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#wrapper #header #header_right #header_right_down #marqueecontainer #vmarquee ul li {
	list-style-type: disc;
	color: #b0b0b0;
	list-style-position: outside;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}
#wrapper #header #header_right #header_right_down #marqueecontainer #vmarquee ul li a {
	color: #F00;
	text-decoration: none;
	padding-left: 5px;
	background-image: url(images/pdficon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
}
#wrapper #header #header_right #header_right_down #marqueecontainer #vmarquee ul li a:hover {
	color: #FFF;
}
#content {
	padding: 0px;
	height: 1050px;
	width: 1196px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #72d36a;
	border-left-color: #72d36a;
	margin: 0px;
}
#content_left {
	background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1050px;
	width: 300px;
	background-image: url(images/sbg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#content_middle {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1050px;
	width: 896px;
	background-image: url(images/cmbgfa.jpg);
	background-repeat: repeat-y;
}
#facal {
	height: 900px;
	width: 876px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

#content #content_middle #facal table {
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
}
#content #content_middle #facal table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	padding-left: 10px;
	border: 1px solid #eaeaea;
	padding-right: 10px;
}
#content #content_middle #facal table tr td.hd {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d1d1d1;
}
#content #content_middle #facal table tr td.dd {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #dadada;
	font-weight: bold;
}
#content #content_middle h2 {
	margin-left: 15px;
	font-family: 'Expletus+Sans', Arial, Helvetica, sans-serif;
}
#content #content_middle #facal p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
}




#content_right {
	background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 1050px;
	width: 300px;
	background-image: url(images/sbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: absolute;
	left: 898px;
}
#content_left_top {
	background-color: #323232;
	padding: 0px;
	float: left;
	height: auto;
	width: 256px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 20px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: -1px 1px 20px 5px rgba(0,0,0,0.05);
	box-shadow: -1px 1px 20px 5px rgba(0,0,0,0.05);
	border: 2px solid #b9b9b9;
}
#wrapper #content #content_left #content_left_top h2 {
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #fff;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	float: left;
	height: 50px;
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	font-weight: normal;
	width: 216px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}
#wrapper #content #content_left #content_left_top ul {
	float: left;
	width: 256px;
	padding: 0px;
	margin: 0px;
}
#wrapper #content #content_left #content_left_top ul li a {
	color: #b0b0b0;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #fff;
	text-decoration: none;
	width: 216px;
	display: block;
	background-image: url(images/square.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 37px;
}
#wrapper #content #content_left #content_left_top ul li:hover {
	background-color: #434343;
}


#wrapper #content #content_left #content_left_top ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-left: 15px;
}
#wrapper #content #content_left #content_left_top ul li.last {
	padding-bottom: 3px;
}
#wrapper #content #content_middle h1 {
	line-height: 40px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 866px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 13px;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	text-shadow: 1px 1px 2px #b5b5b5;
}
#content_middle_left {
	padding: 0px;
	float: left;
	width: 555px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#content #content_middle #content_middle_left h2 {
	background-image: url(images/user.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #323232;
	text-shadow: 1px 1px 2px #b5b5b5;
}
#content #content_middle #content_middle_left img {
	margin-top: 10px;
}
#content #content_middle #content_middle_left p {
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px;
	width: 555px;
	font-size: 70%;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content #content_middle #content_middle_left p a {
	color: #F00;
	text-decoration: underline;
}




#content_middle_right {
	padding: 0px;
	float: right;
	width: 255px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-right: 30px;
}

#content #content_middle #content_middle_right h2 {
	background-image: url(images/user.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	float: left;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #323232;
	text-shadow: 1px 1px 2px #b5b5b5;
}
#content #content_middle #content_middle_right img {
	margin-top: 10px;
}
#content #content_middle #content_middle_right p {
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px;
	width: 255px;
	font-size: 70%;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content #content_middle #content_middle_right p a {
	color: #F00;
	text-decoration: underline;
}
#dot {
	padding: 0px;
	float: left;
	height: 1px;
	width: 576px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	position: relative;
	left: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#picture {
	padding: 0px;
	float: left;
	height: 150px;
	width: 540px;
	margin: 0px;
	position: relative;
	left: 28px;
	top: 20px;
}

#tabb {
	padding: 0px;
	float: left;
	width: 540px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 28px;
}



#news {
	padding: 0px;
	float: left;
	height: 60px;
	width: 576px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}
#contact {
	padding: 0px;
	float: left;
	height: 400px;
	width: 240px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#content #content_middle #content_right #contact p {
	margin: 0px;
	padding: 0px;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
}
#content #content_middle #content_right #contact p.map {
	padding: 0px;
	float: left;
	height: 350px;
	width: 240px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contact_down {
	padding: 0px;
	float: left;
	height: 350px;
	width: 240px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#content #content_middle #content_right #contact_down p {
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 14px;
}#content #content_middle #content_right #contact_down form {
	position: absolute;
	top: 470px;
}
#content #content_middle #content_right #contact_down form label {
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333;
}
#content #content_middle #content_right #contact_down form input {
	margin-bottom: 10px;
	width: 230px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
}
#content #content_middle #content_right #contact_down form textarea {
	margin-bottom: 15px;
	padding: 5px;
	width: 230px;
	height: 100px;
	border-radius: 5px;
	border: 1px solid #CCC;
	overflow: auto;
}
#content #content_middle #content_right #contact_down form input.sub {
	width: 240px;
	color: #FFF;
	background-color: #838383;
	border: 1px solid #595959;
	text-shadow: 1px 1px 2px #000;
	cursor:pointer;
}
#content #content_middle #tabb #tabs-container .tab #tab-1 p a {
	color: #C00;
	text-decoration: none;
	background-image: url(images/acrobat.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#content #content_middle #tabb #tabs-container .tab #tab-1 p a:hover {
	color: #666;
	text-decoration: underline;
}
#content #content_middle #tabb #tabs-container .tab #tab-2 p a {
	color: #C00;
	text-decoration: none;
	background-image: url(images/acrobat.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#content #content_middle #tabb #tabs-container .tab #tab-2 p a:hover {
	color: #666;
	text-decoration: underline;
}
#content #content_middle #tabb #tabs-container .tab #tab-3 p a {
	color: #C00;
	text-decoration: none;
	background-image: url(images/acrobat.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#content #content_middle #tabb #tabs-container .tab #tab-3 p a:hover {
	color: #666;
	text-decoration: underline;
}
#content #content_middle #tabb #tabs-container .tab #tab-4 p a {
	color: #C00;
	text-decoration: none;
	background-image: url(images/acrobat.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#content #content_middle #tabb #tabs-container .tab #tab-4 p a:hover {
	color: #666;
	text-decoration: underline;
}
#footer {
	padding: 0px;
	height: 300px;
	width: 1196px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #72d36a;
	border-left-color: #72d36a;
	margin: 0px;
	background-image: url(images/fbg.jpg);
	background-repeat: repeat-x;
}
#footerc {
	padding: 0px;
	height: 250px;
	width: 1150px;
	margin: 0px;
	position: relative;
	left: 23px;
	top: 25px;
}
#footerc1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 250px;
	width: 150px;
}
#footerc2 {
	padding: 0px;
	float: left;
	height: 250px;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#footerc3 {
	padding: 0px;
	float: left;
	height: 250px;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#footerc4 {
	padding: 0px;
	float: left;
	height: 250px;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#footerc5 {
	padding: 0px;
	float: left;
	height: 250px;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#footerc6 {
	padding: 0px;
	float: left;
	height: 250px;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
h1.sty {
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul.sty1 {
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.sty1 li {
	list-style-type: none;
}
ul.sty1 li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #c70000;
	text-decoration: underline;
	display: block;
	font-weight: bold;
}
ul.sty1 li a:hover {
	color: #fff;
	background-color:#c70000;
	text-decoration: none;
	display: block;
	/* Firefox */
    -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;
}



#blank {
	background-color: #404040;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 1196px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #72d36a;
	border-left-color: #72d36a;
}
#copy {
	background-image: url(images/copy.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 1196px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #72d36a;
	border-left-color: #72d36a;
}
#copy-left {
	padding: 0px;
	float: left;
	height: 80px;
	width: 500px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#copy #copy-left h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #004a69;
	font-weight: normal;
	text-shadow: 1px 1px 2px #ccc;
	width: 500px;
}
#copy #copy-left h1 a {
	text-decoration: none;
	color: #004a69;
}
#copy #copy-left p {
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-shadow: 1px 1px 2px #999;
}
#copy-right {
	padding: 0px;
	float: right;
	height: 80px;
	width: 500px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#copy #copy-right h1 {
	margin: 0px;
	float: left;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #004a69;
	font-weight: normal;
	text-shadow: 1px 1px 2px #ccc;
	width: 480px;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#copy #copy-right p {
	float: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: 'Expletus Sans', cursive, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: right;
	font-weight: bold;
}
#menu .wrap #nav ul li a .fa.fa-angle-double-down {
	position: relative;
	top: 2px;
}
