﻿body
{
	background-image: url(images/background_image.jpg);
	background-repeat: repeat-x;
	background-color: #165483;
	padding: 0;
	margin: 0;
	color: Gray;
	font-family: Arial;
}

a 
{
	text-decoration:underline;
	color:blue;
}

a:hover 
{
}

a:visited
{
	color: blue;
}

img
{  
	border-style: none;
}

/* main window into which everything else goes... only one per page */
#maincontainer
{
	width: 92%;
	margin: 10px auto;	
	min-width: 920px;
}


.adminlogin
{
	float: right;
	margin-top:0.4em;
	padding-right: 20px;
	font-size: 0.8em;
	color: silver;
	text-decoration: none;
}

.adminloginHyperLink 
{
	text-decoration:none;
	color: silver;
}

/* top cotainer for banner */
#banner
{
	position: relative;
	height: 99px;
}

#bannerleft
{
	position: absolute;
	top: 0px;
	left:0px;
	width:414px;
	z-index:3;
}

#bannermiddle
{
	position: relative;
	background-image: url(images/banner_middle.gif);
	background-repeat: repeat-x;
	margin-left: 414px;
	margin-right: 300px;
	height:99px;
	z-index:1;
}

#bannerright
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:2;
	padding-left:80px;
}

/***  CSS for navigation ***/
#menucontainer
{
	background-color:White;
}

.mm_item
{
	font-weight: bold;
}

.mm_item a:hover
{
	color: red;
	text-decoration:none;
}

.mm_item a:visited
{
	text-decoration:none;
}

.mm_item a:link
{
	text-decoration:none;
}

#maincontent
{
	position:relative;
	background-color:White;
}

#maincontent_cph
{
	width:inherit;
	background-color:White;
	font-size: 1em;
	text-align: left;
	vertical-align:top;
	width:inherit;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
}

#footer
{
	position: relative;
}

#footerleft
{
	float: left;
	width:18px;
	height:48px;
}

#footermiddle
{
	position: relative;
	margin-left: 18px;
	margin-right: 20px;
	padding-top: 5px;
	height: 48px;
	font-size: 0.75em;
	text-align: center;
	background-image: url(images/footer_background.gif);
	background-repeat: repeat-x;
}

#footerright
{
	float:right;
	width:20px;
	height: 48px;
	z-index:1;
}

.content_bodytext
{
	padding: 10px;
	color:White;
	font-size:1em;
	text-align:justify;
}

.content_imgLeft
{
	padding: 10px;
	float:left;
}

.content_imgRight
{
	padding: 10px;
	float:right;
}

.content_centered
{
	text-align: center;
	color:White;
	border-left: black thin solid;
	border-right: black thin solid;	
	font-size:1em;
}

.content_centererHeading1
{
	text-align: center;
	color:#3AAC72;
	font-size:2em;
	padding-top:0.7em;
	height:100%;
}

.cn_leftmenubox
{
	position: absolute;
	top: 0px;
	padding: 10px;
	border-right: white thin groove;
	background-image: url(images/background_image_inverted.jpg);
	background-color: #99cff5;
	background-repeat: no-repeat;
	width: 170px;
	height: 97%;
	margin-left: -15px;
	float: left;
}

.cn_leftmenubox img
{
	text-align: center;
	padding: 0px;
	margin:0px;
}

.cn_subcontentwithmenu
{
	padding-left: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;

	width:inherit;
}

.cn_content
{
	color:black;
	padding-left:10px;
	padding-right:10px;
}

.cn_menuitem
{
	color: white;
	text-decoration: none;
	font-size: 1.1em;
}

.cn_menuitem a
{
	color: white;
	text-decoration: none;
}

.cn_menuitem a:visited
{

	text-decoration: none;
}

.cn_menuitem a:hover
{
	color: Red;
}


.cn_menutop
{
    text-decoration: none;
    font-size: 0.75em;
    color: navy;
    font-variant: normal;
}

.cn_menutop:hover
{
    text-decoration: underline;
    font-size: 0.75em;
    color: navy;
}

.cn_menutop:visited
{
    color: navy;
}
