
/*COMMONLY USED SELECTORS----------------- */

/* font variants
----------------- */

.bold	{
font-weight:bold !important;
}

.oblique	{
font-style:oblique !important;
}

.italic	{
font-style:italic !important;
}

.underline	{
text-decoration:underline;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	padding-top: 3px;
}

.maroon	{
color:#8e3227 !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;
}


/* HR
----------------- */

hr	{
width: 120px;
height:1px;
line-height:1px;
text-align:center;
margin: 25px auto;
color:#3a5169;
clear:both;
}

/*W3C
----------------- */

/*W3C
----------------- */
.websiteby	{
width:auto;
height:auto;
border:0;
padding:0;
margin:4px 0;
font: bold 10px verdana, arial, helvetica, sans-serif;
float:right;
clear:both;
text-decoration:none;
color:#fff;
}

.websiteby a	{
margin-left:15px;
font: 10px verdana, arial, helvetica, sans-serif;
text-decoration:none;
color:#fff;
}
