body{
    background:black;
	font-family:arial;
        font-size:;
        min-width:1200px;
        
}

div.banner{
        width:100%;
	height:150px;
	background:black;
        margin-bottom:;
        float:;
}

div.main{
	width:99%;
	height:auto;
        padding-bottom:20px;
	background:white;
	margin-bottom:40px;
        padding-left:20px;
        padding-top:5px;
}

div.content{        
        width:900px;          
        padding:20px;        
        /* background:rgb(226,216,255); */
        background: rgb(250, 240, 255);
	background: -moz-radial-gradient(bottom,  rgb(226,216,255), white);
        background: -webkit-gradient( radial, 500 75%, 20, 500 75%, 800, from(rgb(226,216,255)), to(white) ); 	
	

        -moz-box-shadow: 5px 5px 5px grey;
	-webkit-box-shadow: 5px 5px 5px grey;

        -moz-border-radius:10px;
        -webkit-border-radius:10px;

        float:left;

}

div.about{
        width:210px;

        margin-left:40px;
        border:1px solid #3e6dc5;
        float:left;
        padding:5px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        font-size:11pt;
        background: rgb(250, 240, 255);
	background: -moz-radial-gradient(bottom,  rgb(226,216,255), white);	
	background: -webkit-gradient( radial, 500 75%, 20, 500 75%, 800, from(rgb(226,216,255)), to(white) ); 

        position:fixed;
        left:950px;
}

div.feedback{
        width:210px;
        margin-left:20px;
        border:1px solid #3e6dc5;
        float:left;
        padding:5px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        font-size:11pt;

        background: rgb(250, 240, 255);
	background: -moz-radial-gradient(bottom,  rgb(226,216,255), white);	
	background: -webkit-gradient( radial, 500 75%, 20, 500 75%, 800, from(rgb(226,216,255)), to(white) ); 
}

div.images{
        width:700px;
        height:350px;
        margin-left:100px;
        margin-right:100px;
}

div.img{
	margin-bottom:50px;
	margin-left:;
        clear:both;
}

div.footer{
        width:auto;
	height:auto;
	text-align:center;
	font-size:10pt;
        clear:both;
        padding:10px;
        padding-top:40px;
}

img.port,img.portalt{
    width:400px;
	height:auto;
	border:1px solid transparent;
	-moz-box-shadow: 5px 5px 5px grey;
	-webkit-box-shadow: 5px 5px 5px grey;	
}

img.port{
        float:left;
}

img.portalt{
        float:right;
}


a:hover img.port, a:hover img.portalt{
    border:1px solid blue;
}

img.port:hover{
    border:1px solid blue;
}

div.links{
	text-align:left;
	margin-left:130px;
        margin-top:-31px;
        width:auto;
        height:auto;
        padding:5px;
        font-size:13.5pt;
}

a.toplink{
        color:#3e6dc5;
	text-decoration:none; 	
        font-weight:;
	padding:5px;       
}

a.toplink:hover{
        color:#7800c3;
        background:black;
	text-decoration:none;
}

a.currentlink{
        color:#5c0096;
        background:white;	
        text-decoration:none;
        padding:5px;
        font-weight:bold;        
        border-bottom:1px solid white;
        -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
        -webkit-border-top-left-radius:5px;
        -webkit-border-top-right-radius:5px;
}

a.plink{
        color:rgb(50,50,150);
	text-decoration:none; 	
        font-weight:;
	padding:0px;
}

a.plink:hover{
        color:red;
	text-decoration:none;
}

p.intro{
    color:#B22222;
    font-weight:bold;
    font-size:17.5pt;
}

h1.intro{
    color:#B22222;
    font-weight:bold;
    font-size:22pt;
}

p.needsIntro{
    color:#B22222;
    font-weight:bold;
    font-size:12.5pt;
}

h2{
    color:#B22222;
}

ul{
    list-style-image:url("./images/ticksmall.png"); 

}

ul li{
    margin-bottom:10px;
}

input.tinput, textarea.tinput{
    background:white;
}

input.tinput:focus, textarea.tinput:focus{
    background:white;
    border:2px solid #A020F0;
}

input.sinput {
    background: url("./images/red_cta_base_inverted.png") repeat scroll 0 0 transparent;
    color: white;
    cursor: pointer;
    height: 30px;
    width: 150px;
    font-weight:bold;
    float:left;
    border:0px;
}

input.sinput:hover {
    background: url("./images/red_cta_base.png") repeat scroll 0 0 transparent;
}

.tsandcscontent{
    font-size:9pt;
}
.rmHeader{
    color: #5C0096;
    font-size: 13pt;
    font-weight: bold;
    margin-left: 10px;
    position: relative;
    top: -20px;
}
