@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #333333;
	font-family: "Lucinda Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

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

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a img {
	border: none;
}

#container { 
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 580px;
	background-color:#FFFFFF;
}

#header {
	text-align:center;
	background-color:#333333;
	bottom: 0%;
	top: 100%;
}

/* Rounded Corners */
#botleft {
	/*background-image: url(../images/botleft.jpg);*/
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-top:2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c9181f;
	}
	
#botright {
	background-image: url(../images/botright.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align:center;
	}
	
#topleft {
	background-image: url(../images/topleft.jpg);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-bottom:10px;
	}
	
#topright {
	/*background-image: url(../images/topright.jpg);*/
	background-repeat: no-repeat;
	background-position: 100% 0%;
	}
	
.footertext {
	font-size: 10px;
	color: #999999;	
}
/* End rounded corners */

/* Links */
#links {
	background-image: url(../images/linkbg.jpg);
	background-repeat: repeat;
	width:100%;
	text-align:center;
	margin:auto 0;
	line-height:25px;
	color:#FFFFFF;
}

#links a:link {
	color: #FFFFFF;
	font-size:12px;
	text-decoration: underline;
}

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

#links a:visited {
	color: #FFFFFF;
	font-size:12px;
	text-decoration: underline;
}
/* End Links */

#footer {
	clear: both;
	background: #A2A2A2;
}

/* End Left and Right Columns */

#main {
	margin:5px;
}

.pagetitle {
	font-size: 14px;
	color:#FF0000;
}

/* Now we need left and right columns for the contact form */
.ccmain {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 570px;
	background-color:#FFFFFF;
}

.ccleft {
	float: left;
	width: 200px;
	background-color:#FFFFFF;
	padding-left:10px;
}

.ccright { 
	margin: 0;
	float: left;
	width: 370px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background-color:#FFFFFF;
}

/* End of the contact form */

.smalltitle {
	font-size:14px;
	color:#FF0000;
}

#floatbox {
	float:right;
	text-align:center;
	padding:15px;
	border: solid 1px #EEEEEE;
}

#floatbox a:link {
	color: #000000;
	font-size:12px;
	text-decoration: underline;
}

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

#floatbox a:visited {
	color: #000000;
	font-size:12px;
	text-decoration: underline;
}

#mgwrap {
	width: 500px;
}

.mgleft {
	width: 230px;
	float: left;
}

.mgright {
	width: 250px;
	float: right;
}