/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	margin: 0px auto;
	background-color:#073e01;
}

h1 {
	font-size:19px;
	font-weight:bold;
	color:#FFFFFF;
}

a:link {
	color:#1EB60C;
	text-decoration:none;
}

a:visited {
	color:#1EB60C;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}

.img-style {
	border:1px solid #073e01;
}

.menupad {
	padding-right:15px;
	padding-top:5px;
}

/**** Column ****/

#column-container {
	margin: 15px auto;
	padding: 0px;
	width: 890px;
	float:inherit;
}

.col-header {
	padding: 0px;
	width: 890px;
	height: 10px;
	background:url(../images/content-top.png) no-repeat;
}

.col-content{
	padding: 0px;
	width: 846px;
	padding: 15px 22px 10px 22px;	
	background:url(../images/content-mid.png) repeat-y;
}

.col-footer {
	padding: 0px;
	width: 890px;
	height: 10px;
	margin-bottom: 5px;
	background:url(../images/content-bottom.png) no-repeat;
}

/*** end Colum ***/

#wrapper {
	margin: 0px auto;
	background-image:url(../images/mainbg.jpg);
	padding-top: 340px;
	background-repeat:no-repeat;
	width: 979px;
}

#content {
	padding-top:340px;
	width:890px;
	padding-left:15px;
	padding-right:15px;
	clear:inherit;
}

#portal {
	background-image:url(../images/mockup.jpg);
	background-repeat:no-repeat;
	width: 979px;
	height: 826px;
}

#footer {
	width:979px;
	height: 20px;
	text-align:center;
	padding-bottom: 15px;
}