
/*COMMONLY USED SELECTORS----------------- */

/* font variants
----------------- */

.smallcaps	{
font: bold small-caps 16px/22px font-family:Georgia,"Trebuchet MS","Book Antiqua",Centaur,"Bodoni MT" !important;
letter-spacing: 0.2em;
}

.bold	{
font-weight:bold !important;
}

.oblique	{
font-style:oblique !important;
}

.italic	{
font-style:italic !important;
}


/* FLOATS, CLEARS, ALIGNS, BORDERS, PADDING, WIDTH GOVERNORS
----------------- */
.float-left	{
float:left;
}

.float-right	{
float:right;
}

.float-left-img	{
float:left;
margin: 0 20px 20px 0;
}

.float-right-img	{
float:right;
margin: 0 0 20px 20px;
}

.clear-both	{
clear:both;
}

.clear-none	{
clear:none;
}

.clear-left	{
clear:left;
}

.clear-right	{
clear:right;
}

.align-right	{
text-align:right;
}

.align-center	{
text-align:center;
}
	
.border0	{
border:0 !important;
}

.border1	{
border:1px solid #000 !important;
}

.padding10	{
padding:1em;
}

.padding20	{
padding:2em;
}


/* WIDTHS
----------------- */
.width100px	{
width:100px;
}

.width125px	{
width:125px;
}

.width150px	{
width:150px;
}

.width175px	{
width:175px;
}

.width200px	{
width:200px;
}

.width225px	{
width:225px;
}

.width250px	{
width:250px;
}

.width275px	{
width:275px;
}

.width300px	{
width:300px;
}

.width325px	{
width:325px;
}

.width350px	{
width:350px;
}

.width375px	{
width:375px;
}

.width400px	{
width:400px;
}

.width425px	{
width:425px;
}




/* -------------- YOU ARE HERE --------- */

.here a:link, .here a:visited  {
background-color:#FFD300;
}

.here a:hover, .here a:active  {
background-color:#FFD300;
}


/* COLORS
----------------- */

.red	{
color:#c00 !important;
}

.white	{
color:#fff !important;
}

.blue	{
color:#106CB6  !important;
}


/* BACKGROUND COLORS
----------------- */

.gold-background	{
background-color:#fccd14
}

.silver-background	{
background-color:#ccc;
}

.bronze-background	{
background-color:#b4b06b;
}

/* HR
----------------- */

hr	{
width: 120px;
height:1px;
line-height:1px;
text-align:center;
margin: 25px auto;
color:#3a5169;
clear:both;
}

/* BOXES
----------------- */

.graybox	{
background-color: #ebebeb;
border:1px solid #000;
width:auto;
padding:10px;
font: 12px/22px arial,helvetica,verdana,sans-serif;
margin:20px 0 0 0;
}

.whitebox	{
background-color: #fff;
border:1px solid #000;
width:auto;
padding:10px;
font: 12px/22px arial,helvetica,verdana,sans-serif;
margin:20px 0 0 0;
}

.orangebox	{
background-color: #CD4030;
border:1px solid #000;
width:250px;
padding:10px;
font: bold 24px arial,helvetica,verdana,sans-serif;
color:#fff;
margin:20px 0;
text-align:center;
}

.boxf9edd0	{
background-color: #f9edd0;
padding:20px;
margin-bottom:20px;
border:1px solid #C93;
}

.boxf9edd0 h3 a	{
font: bold 16px arial,verdana,helvetica,Georgia !important;
color:#e51a23 !important;
margin: 10px 0 5px 0;
text-decoration:none !important;
text-transform:uppercase;
}

.boxe3a610	{
background-color: #e3a610;
width:auto;
padding:10px;
color:#fff !important;
margin-bottom:20px;
}

.boxffffcc	{
background-color: #ffffcc;
border:1px solid #966;
padding:10px;
font: 12px/22px arial,helvetica,verdana,sans-serif;
margin:0;
}

.boxdaffda {
background-color:#daffda;
border:1px solid #060;
padding:10px;
font: 12px/22px arial,helvetica,verdana,sans-serif;
margin:0;
}