/* use ids (pound sign) once per page, classes (period) as many times as you like */
/* colors 
DARK BLUE Hex: 06386A R=6 G=56 B=106
MID GREY Hex: DADADA R=218 G=218 B=218 
LIGHT GREY Hex: ECECEC R=236 G=236 B=236 
LIGHT BLUE Hex: 5A8CBF R=90 G=140 B=191 
LIGHT LIGHT GREY Hex: F4F4F4 R=244 G=244 B=244 
LINK LIGHT BLUE Hex: 0074E9
BURGUNDY Hex: 701010
YELLOW Hex: FCC000 R=252 G=192 B=0
*/
/* link, visited, hover, active */

* {
padding: 0;
margin: 0;
}

body {
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #4F4F4F;
background-color: #ECECEC;
background-image: url(http://i243.photobucket.com/albums/ff3/curiozities/rbb/topbg.gif);
background-repeat: repeat-x; 
margin: 0;
padding: 10px 0 0;
text-align: center;
}

a, a:link { 
color: #5A8CBF;
text-decoration: none;
}

a:visited { 
color: #5A8CBF;
text-decoration: none;
}

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

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

a.state:link {
	text-decoration: none;
	color: #06386A;
}

a.state:visited {
	text-decoration: none;
	color: #06386A;
}

a.state:hover {
	text-decoration: none;
	color: #701010;
    font-weight: bold;
}

a.state:active {
	text-decoration: none;
	color: #06386A;
}

#wrapper { 
width: 997px;
text-align: left;
margin: 20px auto 0 auto;
}

#header {
background-color: #ECECEC; 
width: 100%;
} 

#flagtop { 
margin: 3px 0;
clear: both;
text-align: left;
line-height: 18px; 
width: 100%; 
}

img#flagtop { 
vertical-align: text-top;
}

#logotop {
margin: 1px 0;
float: left;
text-align: left;
width: 100%; 
min-height: 45px;
}

#navbar { 
float: left; 
width: 100%; 
background-color: #F4F4F4; 
height: 42px; 
text-align: center;
}

span#navlinks a, span#navlinks a:link { 
font-family: Georgia, serif;
color: #06386A;
font-size: 10px;
padding: 1px 7px 2px 7px;
text-decoration: none;
font-weight: bold;
}

span#navlinks a:visited { 
font-family: Georgia, serif;
color: #06386A;
font-size: 10px;
padding: 1px 7px 2px 7px;
text-decoration: none;
font-weight: bold;
}

span#navlinks a:hover { 
font-family: Georgia, serif;
color: #F4F4F4;
background-color: #06386A;
font-size: 10px;
padding: 1px 7px 2px 7px;
text-decoration: none;
font-weight: bold;
}

span#navlinks a:active { 
font-family: Georgia, serif;
color: #06386A;
font-size: 10px;
padding: 1px 7px 2px 7px;
text-decoration: none;
font-weight: bold;
}

#content { 
width: 100%;
background-color: #FFF;
}

td#shout {
height: 500px;
vertical-align: top;
}

#homebluebg { 
color: #FFF; 
width: 997px; 
height: 378px; 
background-color: #06386A; 
background-image: url(http://i243.photobucket.com/albums/ff3/curiozities/rbb/bluehomebg.jpg); 
background-repeat: no-repeat; 
background-position: left top; 
float: left;
}

#homemain { 
float: left;
width: 997px; 
background-color: #FFF; 
padding: 15px auto;
text-align: center;
/* line-height: 17px; */ 
}

.ads1 { 
width: 100%;
text-align: center;
}

.pagetitle { 
font-size: 15px; 
font-weight: bold; 
color: #600; 
text-decoration: none;
padding-bottom: 5px; 
margin-top: 10px; 
text-transform: uppercase; 
letter-spacing: 1px; 
font-family: Georgia, "Times New Roman", Times, serif;
}

.subtitleblue { 
font-weight: bold; 
font-size: 14px; 
color: #0074E9; 
text-decoration: none; 
font-family: Georgia, "Times New Roman", Times, serif; 
margin: 0; 
padding: 0; 
}

.subtitlered { 
font-weight: bold; 
font-size: 14px; 
color: #701010; 
text-decoration: none; 
font-family: Georgia, "Times New Roman", Times, serif; 
margin: 0; 
padding: 0; 
}

.subtitlered a, .subtitlered a:link { 
font-weight: bold; 
font-size: 14px; 
color: #701010; 
text-decoration: none; 
font-family: Georgia, "Times New Roman", Times, serif; 
margin: 0; 
padding: 0; 
}

.subtitlered a:visited { 
font-weight: bold; 
font-size: 14px; 
color: #701010; 
text-decoration: none; 
font-family: Georgia, "Times New Roman", Times, serif; 
margin: 0; 
padding: 0; 
}

.subtitlered a:hover { 
text-decoration: underline; 
}

.subtitlered a:active { 
font-weight: bold; 
font-size: 14px; 
color: #701010; 
text-decoration: none; 
font-family: Georgia, "Times New Roman", Times, serif; 
margin: 0; 
padding: 0; 
}

.whitetitle { 
font-weight: normal; 
font-size: 24px; 
color: #FFF; 
font-family: Georgia, "Times New Roman", Times, serif; 
margin: 0; 
padding: 25px 25px; 
background-color: #06386A;
text-align: left;
}

#about ul li { 
padding-left: 15px;
}

#footer {
clear: both; 
width: 997px; 
padding-top: 15px; 
margin-bottom: 0; 
margin-left: auto; 
margin-right: auto; 
height: 40px; 
font-size: 10px; 
color: #868686; 
text-decoration: none; 
text-align: center; 
}

div#footer a, div#footer a:link { 
color: #868686; 
text-decoration: none; 
}

div#footer a:visited { 
color: #868686; 
text-decoration: none; 
}

div#footer a:hover { 
color: #701010; 
text-decoration: underline; 
}

div#footer a:active { 
color: #868686; 
text-decoration: none; 
}

img#footerimg { 
padding: 0 15px;
}


/* IMAGE URLS 

blue home bg http://i243.photobucket.com/albums/ff3/curiozities/rbb/bluehomebg.jpg

logo reg/big http://i243.photobucket.com/albums/ff3/curiozities/rbb/logo1.jpg

logo small http://i243.photobucket.com/albums/ff3/curiozities/rbb/small-logo-1.gif

flag http://i243.photobucket.com/albums/ff3/curiozities/rbb/usaflag.gif

graph 1 http://i243.photobucket.com/albums/ff3/curiozities/rbb/graph1.gif

grey robbery logo: http://i243.photobucket.com/albums/ff3/curiozities/rbb/robbery-logo.gif

*/



/*





.div1 {
text-align : center; 
padding : 0; 
} 
.table1 {
border-collapse : collapse; 
background-color : #ffffff; 
text-align : left; 
} 
img {
border-width : 0; 
} 
.font1 {
font-family : arial; 
font-size : 16px; 
font-weight : bold; 
color : #000000; 
} 
.font2 {
font-family : arial; 
font-weight : bold; 
color : #000000; 
} 
.normal {
font-family : arial; 
font-size : 12px; 
font-weight : normal; 
color : #000000; 
} 
.nav1 {
font-family : arial; 
font-size : 12px; 
font-weight : bold; 
color : #ffffff; 
background-color : #FF0000; 
vertical-align : top; 
text-align : left; 
} 
.nav2 {
font-family : arial; 
font-size : 12px; 
font-weight : normal; 
color : #ffffff; 
background-color : #FF0000; 
vertical-align : top; 
text-align : left; 
} 
.copyright {
font-family : arial; 
font-size : 12px; 
font-weight : normal; 
color : #ffffff; 
background-color : #FF0000; 
vertical-align : top; 
text-align : center; 
} 
.table2 {
border-collapse : collapse; 
font-family : arial; 
font-size : 12px; 
font-weight : bold; 
color : #ffffff; 
background-color : #FF0000; 
vertical-align : top; 
text-align : center; 
width : 100%; 
} 
a {
font-family : arial; 
font-size : 12px; 
font-weight : bold; 
color : #0000FF; 
text-decoration : underline; 
} 
a:hover {
font-family : arial; 
font-size : 12px; 
font-weight : bold; 
color : #0000FF; 
text-decoration : underline; 
} 
.nav1 a:link, .nav1 a:visited {
font-family : arial; 
font-size : 12px; 
font-weight : bold; 
color : #0000FF; 
text-decoration : underline; 
} 
.nav1 a:hover {
font-family : arial; 
font-size : 12px; 
font-weight : bold; 
color : #0000FF; 
text-decoration : underline; 
} 
.table3 {
border-width : 0; 
font-family : arial; 
font-size : 12px; 
font-weight : normal; 
color : #000000; 
background-color : #ffffff; 
text-align : left; 
vertical-align : top;  
width : 100%; 
} 
.table4 {
border-width : 0; 
border-color : #cccccc; 
font-family : arial; 
font-size : 12px; 
font-weight : bold; 
color : #000000; 
background-color : #FFFF00; 
text-align : center; 
vertical-align : middle; 
width : 100%; 
} 
.table3 a:link, .table3 a:visited {
font-family : arial; 
font-size : 12px; 
font-weight : bold; 
color : #0000FF; 
text-decoration : underline; 
} 
.table3 a:hover {
font-family : arial; 
font-size : 12px; 
font-weight : bold; 
color : #0000FF; 
text-decoration : underline; 
} 
.random {
border : solid; 
border-width : 2px; 
border-color : #cccccc; 
font-family : arial; 
font-size : 12px; 
font-weight : normal; 
color : #000000; 
background-color : #ffffff; 
vertical-align : top; 
text-align : left; 
width : 97%; 
} 
.definition {
border : solid; 
border-width : 1px; 
border-color : #cccccc; 
font-family : arial; 
font-size : 12px; 
font-weight : normal; 
color : #ffffff; 
background-color : #5c5c5c; 
vertical-align : top; 
text-align : left; 
width : 97%; 
} 
*/