@charset "UTF-8";
/* Standard Layout */
body { }
div {width:900px; border:solid 1px; margin:10px auto; padding:12px;}
table {width:100%; background-color:#f4f4f4;}
table td {padding:6px; border-bottom:solid 1px; border-bottom-color:#CCC; border-bottom-style:dotted; line-height:24px;}
table .firstColumn {width:240px;}

h1,h2,h3,h4 {font:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h1 {padding:12px 0; font-size:24px; border-bottom:solid 1px;}
h2 {padding:10px 0; font-size:18px; border-bottom:solid 1px; margin:12px 0; color:#009;}
h3 {padding:8px 0; font-size:16px;}
h4 {padding:6px 0; font-size:14px;}

p {padding:6px 0;}
strong {font-weight:600;}

a:link {color:#03F;}
a:visited {color:#03F;}
a:hover {color:#03F;}
a:active {color:#03F;}

/* Font */
.font16 {font-size:14px;}

/* Highlight */
.red, .red16, .blue, .green, .green16 {font-weight:600; letter-spacing:0.4px;}
.red, .red16 {color:#C00;}
.blue {color:#06F;}
.green,.green16 {color:#393;}

.red16,.green16 {font-size:14px;}

/* Alignment */
.alignRight {text-align:right;}
.alignCenter {text-align:center;}

/* Float */
.floatRight {float:right;}
.floatLeft {float:left;}
.clear {clear:both; margin:0; padding:0; line-height:0;}

table .alignRight {line-height:24px;} /* Refer to Align section*/

/* Work around for table padding which is not working for IE6 and IE7 "My thanks to stupid Microsoft, you're genious" */
.divPadderContact, .divPadder {padding:12px; border:solid 1px; border-color:#CCC; margin:0;}
.divPadderContact {width:350px;}
.divPadder {width:auto; background-color:#f4f4f4;}

#divAward {padding:0; margin:0; border:0; width:auto;}
#divAward img {vertical-align:top;}
#logo, #award {margin-top:10px;}

/* Container */
#container { background: url('../images/gradient.gif') repeat-x; min-height:600px; border-color:#CCC;}

/* Contact Card */
#name {padding:10px 0; font-size:18px; border:0; color:#333;}
#contact {width:auto; background-color:#ffffff; margin:0;}
#contact td {padding:1px;}

#notify {width:500px; margin-top:100px; text-align:center; border-color:#CCC;}
