/* Reset all css code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* CSS reset end */

.center { text-align:center; }
.right {text-align: right; }
.left {text-align: left; }
.justify { text-align:justify; }

strong { font-weight: bold; }

em { font-style:italic; }

html { background-color: #535d56; }
 
body { width: 720px; margin: 0 0 0 2px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#FFF; }

a:link, a:visited { color: #33FF00; text-decoration:none; font-weight:bold; }

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

#wrapper { background: url(../images/midbg.gif); width: 697px; min-height: 575px;  }

#menu { float:left; width:206px; }

#bottom-menu { width:450px; text-align: center; color: #fff; border-top: #33FF00 solid thin; margin: 50px 65px 0px 200px; padding-bottom:25px; padding-top:10px; }

#bottom-menu a:link, a:visited { color: #33FF00; text-decoration:none; }

#bottom-menu a:hover { color: #fff; text-decoration:underline; }

#logo { float:left; width:135px; margin-top:25px; margin-left:5px; }

#footer { background: url(../images/footerbg.gif) no-repeat; width:735px; height:100px; color:#FFF; font-size: 9px; } 

#footer p { width:710px; }

#footer a:link { font-weight: bold; text-decoration:underline; color:#FFF; }

#content { }

/*** Index/Home Page ***/

#content #pr1 { margin-top: 50px; }

td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color:#1b1b1b;
	padding: 4px;
}

/*** Contact Form ***/
.margin-top10       { margin-top: 10px; }
.margin-bottom10    { margin-bottom: 10px; }

.msg-error      { border: 1px solid #FBC2C4; background-color: #FBE3E4; color: #8a1f11; font-size: 1.2em; padding: 10px 10px; }
.msg-success    { border: 1px solid #C6D880; background-color: #E6EFC2; color: #264409; font-size: 1.2em; padding: 10px 10px; }
