body {
	background: url('../coin/images/background-stripe.gif');
	margin: 0 auto;
}

#container {
	margin: 10px;
	width: auto;	
	min-width: 768px;
	min-height: 500px;
	padding: 10px;
	padding-top: 0px;
	border : 1px solid #cccccc;
	background-color: #FFFFFF;	
}

#headertext {
	margin-top: 25px;
	margin-bottom: 5px;
}

#largeheader {
	width: 100%;
	height: 84px;
	border : 1px solid #cccccc;
	background: url('../coin/images/largeheaderbackground.jpg');
	background-repeat: repeat-x;
}

#largeheader-left {
	width: 45%;
	float: left;
	border : 0px solid #cccccc;
	padding: 5px;
}

#mediumheader-left {
	width: 100%;
	float: left;
	border : 0px solid #cccccc;
	font-family: sans-serif;
	font-weight:bold;
	padding: 5px;
	font-size:24px;
}


#largeheader-right 
{
	width: 300px;
	height: 72px;
	float: right;
	border : 0px solid #cccccc;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
	background: url('../coin/images/rightheadergraphic2.gif');
	background-repeat: repeat-x;
}

#largeheader-right P
{
    /*background-color:red;*/
}

#largerheader-right-Text-FirstLn
{
    text-align:center;
    padding-top:15px;
}

#largerheader-right-Text-SecondLn
{
    text-align:center;
    padding-top:15px;
}

#line {
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
	border-top : 1px solid #cccccc;
}

#navigation-container {
	float:right;
	width: 24%;
	/*min-width:200px; */
	border : 0px solid #cccccc;
	margin-left: 0px;
}

#navigation {
	float:right;
	width: 90%;
	height: 500px;
	border : 1px solid #cccccc;
	background: url('../coin/images/contentbackground.jpg');
	background-repeat: repeat-x;
}

#searchbox {
	margin: 0 auto;
	width: 60%;
	height: 35px;
	margin: 8px;
	border : 1px solid #cccccc;
	background: #EFEFEF;
}

.search {
	background: #FFFFFF;
	font-size:10px;
	font-family: sans-serif;
	color: #121212;
	border: 1px solid #CDCDCD;
	margin: 8px;
}

#navigationbottomimage {
	float:right;
	margin-top:-35px;
}

#content-container {
	/* height: 500px; */
	border : 0px solid #cccccc;
}

#banner {
	width: 100%;
	border : 1px solid #cccccc;
	background-color: #EFEFEF;
}

#titlebar {
	width: 100%;
	border : 1px solid #313131;
	background: url('../coin/images/titlebackground.gif');
	background-repeat: repeat-x;
    /*height:30px;*/
    font-size:10px;
    color:White;
    font-family:Verdana;
    background-color:#757575;
    background-position:top;
    padding-bottom: 5px;
}

.breadcrumbtext {
	font-size:12px;
	font-weight:bold;
	font-family: sans-serif;
	color: #FFFFFF;
	padding-top:8px;
	padding-left:20px;
}

a.breadCrumbLink:visited {
    color:White;
    text-decoration:none;
}
a.breadCrumbLink:hover {
    color:White;
    text-decoration:underline;
}
a.breadCrumbLink:link {
    color:White;
    text-decoration:none;
}

#titletext {
	font-size:12px;
	font-weight:bold;
	font-family: sans-serif;
	color: #FFFFFF;
	margin: 7px;
}

#contentbox 
{
	margin: auto;
	width: 95%;
	/*height: 395px;*/
	border : 1px solid #cccccc;
	margin-top: 7px;
	margin-bottom: 7px;
	background: url('../coin/images/contentbackground.jpg');
	background-repeat: repeat-x;
}

#content {
	border : 1px solid #cccccc;
	padding: 10px;
	font-size:14px;
	font-family: sans-serif;
	color: #121212;
}

#cornerright {
	position:relative;
	float:right;
	top: -6px;
	left: 6px;
	width: 21px;
	height: 21px;
	border : 00px solid #cccccc;
	z-index: 3;
}


#navitem-a {
	margin: 0 auto;
	text-align: center;
	width: 90%;
	padding: 3px;
	margin-top: 5px;
	border : 1px solid #cccccc;
	background: #DEDEDE;
	font-size:12px;
	font-family: sans-serif;
	font-weight: bolder;
	color: #121212;
}

#navitem-b {
	margin: 0 auto;
	text-align: center;
	width: 90%;
	padding: 3px;
	margin-top: 1px;
	border-top : 1px solid #CDCDCD;
	border-bottom : 1px solid #dedede;
	border-right : 1px solid #dedede;
	border-left : 1px solid #dedede;
	background: #EFEFEF;
	font-size:11px;
	font-family: sans-serif;
	color: #010101;
}

.notification
{
	padding: 8px;
	font-family: Arial, Helvetica;
	font-size: 100%;
	color: #006B31;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #006B31;
	background-color: #B0E57C;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}

.errorMessage
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 4px;
	font-family: Arial, Helvetica;
	font-size: 100%;
	color: #910709;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #910709;
	background-color: #EBD9D9;
	position: relative;
}

.commentTime {
    color:Gray;
    font-size:10px;
}
