/* @group wrappers */

#wrapper_Page {
		background: #330066 url(../images/banner.png) no-repeat;
		position: relative;
		min-height: 100%;
		height: auto !important;
		height: 100%;
}

#wrapper_Content {
	padding-bottom: 60px;
}

#wrapper_Footer {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 50px;
}



/* @end */

/* @group tags */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

a:link,a:visited {
	color: blue;
}

a:hover{
	color: #ff002a;
	cursor: pointer;
}

h1 {
	text-align: left;
	font: 3em Georgia, "Times New Roman", Times, serif;
	color: #fb0717;
}

h2 {
	font-size: 1.2em;
	color: #7a45be;
	text-align: left;
	text-indent: 1.5em;
}

h3 {
	text-align: left;
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #fb0717;
	margin-bottom: .4em;
	margin-top: .5em;
}

h4 {
	text-align: left;
	margin-top: .1em;
	margin-bottom: .2em;
	color: black;
	font-size: 1.2em;
}

ol {
	list-style-type: none;
}

li{
	list-style-type: disc;
}




/* @end */

/* @group containers */

#cont_MainPicJoin {
	position: absolute;
	top: 300px;
	left: -5px;
}

#cont_RightBorder {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 35%;
	max-width: 325px;
	background: #ffab00 url(../images/candycane%20vertical.png) repeat-y;
}

#cont_NavBar {
	
	position: absolute;
	top: 0px;
	left: 270px;
	width: 725px;
	border-bottom: 2px dashed #aa96e1;
	background: url(../images/candycane.png) repeat-x;
}

#cont_Main {
	position: relative;
	width: auto;
	margin-left: 375px;
	margin-top: 0px;
	border-top: 2px solid #ffab00;
	border-left: 2px solid #ffab00;
	border-bottom: thin solid #ffab00;
	border-right: thin solid #ffab00;
	background-color: white;
	padding: 25px 26% 25px 25px;
}



/* @end */

/* @group images */

#img_JoinNUEA {
	position: relative;
	top: 75px;
	left: -216px;
	border-left: thin dotted #ffab00;

	z-index: 1;
	padding-left: 10px;
	border-bottom: thin dotted #ffab00;
	border-right: thin dotted #ffab00;
}

.img_links:hover {
	opacity: 0.5;
}

#img_MainPic {
	position: relative;
	left: 0px;
	top: 0px;
	border: thin dotted #a279d5;
	z-index: 2;
}

#img_Writing {
	position: absolute;
	top: 80px;
}

/* @group events */

.img_Event {
	border: thin dotted #4d009a;
	margin-top: 1em;
	margin-bottom: 1em;
}

#events li {
	margin-top: 15px;
	border-top: thin solid #000;
}



/* @end */



/* @end */

/* @group text */

/* @group events */

.txt_liEvents {
		margin-top: 3em;
	border-top: thin dotted #330066;
	list-style-type: none;
}

.txt_EventInfo {
	display: none;
	padding-left: 2em;
	opacity: 1;
}

.txt_EventSum {
	margin-bottom: 1em;
	margin-top: 1em;
}

.txt_MoreInfo {
	font-weight: bold;
	color: #7a45be;
	margin-top: 1.5em;
	margin-bottom: .5em;
}



/* @end */

.txt_Emphasis {
	color: #4d009a;
	font-weight: bold;
}

.txt_General {
	color: #000;
	text-align: justify;
	font: .8em Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
}



/* @end */

/* @group tables */

#table_Contact {
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	width: 100%;
	margin-top: 10px;
	margin-left: 0.5em;
	overflow: hidden;	
}



/* @end */