/* Page Attribute */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	margin:0px;
}

.homeimg{
	background-image:url(../images/background_photo.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#boxmenu {
	color: #FFFFFF;
	margin-right: 25%;
	margin-left: 25%;
	text-align: center;
}

#boxmenu h1 {
	font-size: 16px;
	font-weight: bold;
}

#boxmenu h2 {
	font-size: 11px;
}

#boxmenu p {
	font-size: 13px;
	font-weight: bold;
}

/* Horizontal Spacing */
.topspace {
	margin-top: 230px;
}

.copyspace {
	margin-top: 50px;
}

/* Links */
a, a.visited {
	color:#000000;
	text-decoration: none;
}

a:active {
	color: #000000; 
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000; 
	text-decoration: none;
}

.copyright {
	font-size: 11px;
	color: #FFF;
	text-align: center;
}

#mcontent {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
}

/* Main Menu */
#mcontent p {
	font-weight: 600;
	color:#FFFFFF;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
}

#mcontent h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight:normal;
	color:#FFFFFF;
	font-size:11px;
	color: #CCCCCC;
}

#mcontent em{
font-weight: normal;
font-style: normal;
margin-left: 6px;
margin-right: 6px;
}

#mhairline {
	border: 2px solid #CCC;
	background-image: url(../images/background_main.jpg);
	padding: 7px;
	height: 300px;
}

#mhairline h1 {
	margin-top: 11px;
	margin-left: 7px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

#mhairline h2 {
	line-height: 17px;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 11px;
	font-weight: normal;
	color:#FFF;
}

#mhairline li {
	margin-top: 12px;
}

#imgborder{
	border: 2px solid #CCC;
	margin:12px;
	margin-left: 20px;
}

/* Sub navigation background color */
#layername {
	background-color:#333;
}

#contentbox {
	margin: 6px 22px 6px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 22px;
}