/*--------------------------- CORE ELEMENTS ----------------------------------*/
* {
	font-size:inherit;
	color:inherit;
}
body,table{
	font-size:12px;
}
body {
	background-color:#fff;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img{border:0px;}
a, a:visited {color:#C00;}
a:hover, a:active {
	text-decoration:none;
	color:#F90;
}
p {
	margin:0px;
}
th,td,tr{vertical-align:inherit;}
/*--------------------------- PAGE CONTAINERS ----------------------------------*/

.page-container{
	width:98%;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.page-container-background-top{
	width:100%;
	background-image:url('../images/27apr10bgtop.jpg');
	background-repeat:repeat-x;
	background-position: left top;
}
.page-container-background-bottom{
	width:100%;
	background-image:url('../images/27apr10bgbottom.jpg');
	background-repeat:repeat-x;
	background-position: left bottom;
}
.page-content{padding-left:10px;padding-right:10px;width:95%}
.page-section{
	padding-top:15px;
	padding-bottom:15px;
}

/*--------------------------- LOGO / TITLE ----------------------------------*/
.logo {margin:15px 15px 75px 0px;}
.title-margin{margin-top:100px;}

/*--------------------------- BLOCK ALIGNMENT ----------------------------------*/
.center{
	margin-right:auto;
	margin-left:auto;
}
.left{float:left;}
.clear{clear:both;}
.right{float:right;}
.full-width{width:100%;}

/*--------------------------- INLINE ALIGNMENT ----------------------------------*/
.text-center, 
.text-center td, 
.text-center p {text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.top,
.top>tbody,
.top>tr,
.top>tr>td{vertical-align:top;}

/*--------------------------- TEXT STYLING ----------------------------------*/
.dark-red{color:#C00 !important;}
.darker-red{color:8A0003 !important;}
.white {color:#fff !important;}
.blue{color:#0000ff !important;}
.red{color:#ff0000 !important;}
.dark-blue{color:#000080 !important;}
.light-blue{color:#3366ff !important;}
.green{color:#008000 !important;}
.orange{color:#ff6600 !important;}
.cyan{color:#33cccc !important;}

.strong{font-weight:bold;}
.normal-weight{font-weight:normal;}
.italic{font-style:italic;}

.smaller{font-size:9px;}
.small{font-size:10px;}
.big{font-size:14px;}
.bigger{font-size:17px;}
.biggest{font-size:20px;}

/*--------------------------- USEFUL MARGINS ETC----------------------------------*/
.margin-bottom-small{margin-bottom:10px;}
.margin-bottom-smaller{margin-bottom:5px;}
.padding-bottom-tiny {padding-bottom:3px;}
.no-margin {margin:0px;}

/*--------------------------- OTHER ----------------------------------*/
.contact{
	margin-top:20px;
	margin-bottom:20px;
}