
/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:10px 0; }

li, dd, blockquote { margin: 0; }

fieldset { padding:0px; }


img { border: 0px; }

/* @end */


/* @group HTML, Body */
body {
	text-align: center;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif; 
	color: #460147;
	min-height:100%; 
}



p.small {
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif; 
	color: #460147;
}
p.top {
	text-align: right;
}


a:link {
	color: #CC0000;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	color: #CC0000;
}

a:hover {
	color: #CC0000;
	text-decoration:underline;
}


/* @end */


/* @group Layout */
div#outer-wrapper {
	background: url(../images/bg.gif) repeat-y top center;
}


div#content-wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* @end */


/* @header Layout */

div#logo {
	width: 780px;
	margin-top: 2px;
	text-align: left;
}

/* @end */


/* @column Layout */

div#col {
	float: left;
	width: 780px;
	height: auto;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	display: inline;
}


div.col1 {
	float: left;
	width: 370px;
	margin: 0 auto 0 auto; 
	background-color: #ffffff;
	display: inline;
}

div.col1 p.links_med a:link, p.links a:visited {
	color: #CC0000;
	font-size: 1em;
	text-decoration:none;
	}

div.col1 p.links_med a:hover {
	color: #CC0000;
	font-size: 1em;
	text-decoration:underline;
}

div.col2 {
	float: left;
	width: 40px;
	margin: 0 auto 0 auto; 
	background-color: #ffffff;
	display: inline;
}

div.col3 {
	float: left;
	width: 370px;
	margin: 0 auto 0 auto; 
	background-color: #ffffff;
	display: inline;
}

div.col3 p.links_med a:link, p.links a:visited {
	color: #CC0000;
	font-size: 1em;
	text-decoration: none;
}

div.col3 p.links_med a:hover {
	color: #CC0000;
	font-size: 1em;
	text-decoration: underline;
}

/* @end */



/* @group Headings */
h1 { }
h2 { }
H3 { }
h5 { }
h6 { }
/* @end */



/*---------------footer---------*/
#foo1{
	float: right;
	width: 780px;
	background-color: #ffffff;
	display: inline;
	color:#CC0000;
	}
#footer_div{
	width:780px;

	}
#footer_div ul{
	width:760px;
	height:20px;
	display:block;
	list-style-type:none;
	}
#footer_div ul li{
	display:block;
	float:left;
	font:1em Arial, Helvetica, sans-serif;
	color:#CC0000; background-color:#FFFFFF;
		}
#footer_div ul li a{
	font:.75em Arial, Helvetica, sans-serif; color:#CC0000;	
text-decoration:none; background-color:#FFFFFF;
	margin:0 4px 0 4px;
	}
#footer_div ul li a:hover{
	text-decoration:underline;
	}

#footer_div ul.css{
	width:780px;
	display:block;
	font-size:0px;
	padding:0px;
	}
#footer_div ul.css li{
	display:block;
	float:left;
	}
#footer_div ul.css li a{
	display:block;
	height:24px;
	font-size:0px;
	}

/* @end */


/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */



