﻿/* CSS layout */
body {
	background-color:#ffffff;
	background-image:url('../images/graygrad.png');
	background-position:left top;
	background-repeat:repeat-x;
	font-family: "Lucida Sans", "Lucida Handwriting", "Lucida Console";
}


#masthead {
}
#top_nav {
}
#page_content {
	width:850px;
	margin-left:100px;


}
#footer {
text-align:center;
font-size:x-small;
}

#banner {
	background-color:white;
	border-right: thick #bb133e groove;
	border-top: thick #bb133e groove;
	border-left: thick #bb133e groove;
	}


#mainarea {
	background-color:white;
	border-right: thick #bb133e groove;
	border-left: thick #bb133e groove;
	border-bottom: thick #bb133e groove;
	}

#Quote {
	background-image:url('../images/QuoteBackground.png');
	background-repeat:no-repeat;
	vertical-align:top;
}

/*Menu 

#navcontainer {
	background: #002664;
	border-top: 1px solid #9CC;
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 12px;
}

#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
       	
}

@media all {
        #navlist {
                text-align: center
        }
}

#navlist li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

html>body #navlist li {
        background: #000;
        margin: 0 3px 0 0;
        padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
        background: #bb133e;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}

#navlist a:hover {
	background: #bb133e;
	bottom: 1px;
	color: #C0C0C0;
	position: relative;
	right: 1px;
}

#navlist a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navlist li#active {
        background: #369;
        bottom: 13px;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}

html>body #navlist li#active {
        background: #000;
        margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
        background: #369;
        border-bottom: none;
        border-left: 1px solid #9CC;
        border-right: 1px solid #9CC;
        border-top: 1px solid #9CC;
        bottom: 0;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}
*/



/*Rounded Corners Red*/

 /* set background images for corners */
.rbroundbox1 { background: url("../images/rnt.gif") repeat; }
.rbtop1 div { background: url("../images/rtl.gif") no-repeat top left; }
.rbtop1 { background: url("../images/rtr.gif") no-repeat top right; }
.rbbot1 div { background: url("../images/rbl.gif") no-repeat bottom left; }
.rbbot1 { background: url("../images/rbr.gif") no-repeat bottom right; }


.rbbot1 {
width: 100%;
height: 7px;
font-size: 1px;
}


.rbbot1 div {
width: 100%;
height: 7px;
font-size: 1px;
}


.rbtop1 {
width: 100%;
height: 7px;
font-size: 1px;
}


.rbtop1 div {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent1 { 
margin: 0 7px; 
color:white;
text-align:center;
}
.rbroundbox1 { margin: 1em auto; }


.boxcenter1 {
	text-align:center;
	position:relative;

}


/*Rounded Corners Blue*/
.rbroundbox { background: url("../images/nt.gif") repeat; }
.rbtop div { background: url("../images/tl.gif") no-repeat top left; }
.rbtop { background: url("../images/tr.gif") no-repeat top right; }
.rbbot div { background: url("../images/bl.gif") no-repeat bottom left; }
.rbbot { background: url("../images/br.gif") no-repeat bottom right; }


.rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}


.rbbot div {
width: 100%;
height: 7px;
font-size: 1px;
}


.rbtop {
width: 100%;
height: 7px;
font-size: 1px;
}


.rbtop div {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { 
margin: 0 7px; 
color:white;
}
.rbroundbox { margin: 1em auto; }


.boxcenter {
	text-align:center;
	position:relative;

}

/*  end rounded corners  */
a {
	color:red;
}

.red {
	color:#bb133e;
}

#NRABox {
	margin: 0 7px;
	color: white;
	text-align: center;

}

.secondquote	{
	text-align:center;
	font-size:-1px;
}


